Package Details: libxdf 0.99.8-1

Git Clone URL: https://aur.archlinux.org/libxdf.git (read-only, click to copy)
Package Base: libxdf
Description: A C++ library for loading XDF files
Upstream URL: https://github.com/xdf-modules/libxdf
Licenses: GPL
Submitter: cbrnr
Maintainer: cbrnr
Last Packager: cbrnr
Votes: 0
Popularity: 0.000000
First Submitted: 2017-03-09 10:56 (UTC)
Last Updated: 2021-10-05 09:29 (UTC)

Latest Comments

Tabsc commented on 2023-06-02 09:38 (UTC)

The compilation is failing, complaining that uint64_t was not an existing type. Adding #include <cstdint> in xdf.h solved the problem.

See this pull request.