residualvm / residualvm-tools

Tools for ResidualVM
GNU General Public License v2.0
19 stars 10 forks source link

TOOLS: mklab doesn't compile #19

Closed Ezekiel000 closed 13 years ago

Ezekiel000 commented 13 years ago

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.