I'm building an application that uses wxWidgets 2.6.3 with my MacOsX 10.5.5 .
When I compile the code using GNU make I get this failure:
../src/mac/carbon/thread.cpp: In static member function static OSStatus wxThreadInternal::MacThreadStart(void*):
../src/mac/carbon/thread.cpp:1022: error: invalid conversion from long int to void*
../src/mac/carbon/thread.cpp:1022: error: initializing argument 2 of OSStatus MPSetTaskStorageValue(TaskStorageIndex, void*)
If someone could provide a little help .. I would be glad
cheers
A
When I compile the code using GNU make I get this failure:
../src/mac/carbon/thread.cpp: In static member function static OSStatus wxThreadInternal::MacThreadStart(void*):
../src/mac/carbon/thread.cpp:1022: error: invalid conversion from long int to void*
../src/mac/carbon/thread.cpp:1022: error: initializing argument 2 of OSStatus MPSetTaskStorageValue(TaskStorageIndex, void*)
If someone could provide a little help .. I would be glad
cheers
A