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.
Hi Kurt,
thanks for your report.
I'm adding upstream in the loop, so that he can correct this bug.
If you're able to provide me a patch before upstream, I can include it
now (I don't have C++ skills and a 64bit machine to play on to provide
it myself).
Cheers,
Sandro
--
Sandro Tosi (aka Morpheus, matrixhasu)
My (little) site: http://matrixhasu.altervista.org/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]