Package: mp3val Version: 0.1.4-1 Severity: important Hi,
Your package is failing to build on 64 bit arches wiht the following error: g++ -Wall -c crossapi.cpp crossapi.cpp: In function 'int CrossAPI_GetFullPathName(char*, char*, int)': crossapi.cpp:188: error: cast from 'char*' to 'int' loses precision make[1]: *** [crossapi.o] Error 1 You can't cast a pointer to an int, and expect it to work. A pointer is 64 bit, and an int on 32 bit. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]