I tried to build the residual-tools with:
./configure && make
but it ended with this:
mkdir -p tools/.deps
g++ -Wall -o tools/mklab tools/mklab.cpp
tools/mklab.cpp: In function ‘int main(int, char*)’:
tools/mklab.cpp:197:69: error: call of overloaded ‘write(FILE&, long unsigned int)’ is ambiguous
tools/mklab.cpp:197:69: note: candidates are:
tools/mklab.cpp:67:6: note: void write(FILE_, uint16t)
tools/mklab.cpp:73:6: note: void write(FILE, uint32_t)
make: *\ [tools/mklab] Error 1
I tried to build the residual-tools with: ./configure && make but it ended with this: mkdir -p tools/.deps g++ -Wall -o tools/mklab tools/mklab.cpp tools/mklab.cpp: In function ‘int main(int, char*)’: tools/mklab.cpp:197:69: error: call of overloaded ‘write(FILE&, long unsigned int)’ is ambiguous tools/mklab.cpp:197:69: note: candidates are: tools/mklab.cpp:67:6: note: void write(FILE_, uint16t) tools/mklab.cpp:73:6: note: void write(FILE, uint32_t) make: *\ [tools/mklab] Error 1
Building on Debian Wheezy/Testing amd64.