Distro: Archlinux
Arch: 64 bit
- Code: Select all
xdxf.cc:775:52: error: cannot convert ‘uint32_t* {aka unsigned int*}’ to ‘size_t* {aka long unsigned int*}’ for argument ‘2’ to ‘void Xdxf::{anonymous}::checkArticlePosition(Xdxf::{anonymous}::GzippedFile&, size_t*, size_t*)’
xdxf.cc: In function ‘std::vector<sptr<Dictionary::Class> > Xdxf::makeDictionaries(const std::vector<std::basic_string<char> >&, const string&, Dictionary::Initializing&)’:
xdxf.cc:1270:11: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘qint64 {aka long long int}’ [-Wformat]
make: *** [build/xdxf.o] Error 1
It could be something with the dependencies, I guess. Can someone please help?