Ciao a tutti.
Sto provando ad installare wxWidgets su Mac OS X 10.7 ma mi da dei problemi, malgrado io abbia seguito passo a passo questo wiki:
WxWidgets_With_MacOS_X
Ho lanciato questo comando:
codice:
../configure --with-opengl --enable-debug
Che ha dato il risultato seguente (e fin qui mi sembra tutto a posto):
codice:
Configured wxWidgets 2.8.12 for `i686-apple-darwin11.4.0'
Which GUI toolkit should wxWidgets use? mac
Should wxWidgets be compiled into single library? no
Should wxWidgets be compiled in debug mode? yes
Should wxWidgets be linked as a shared library? yes
Should wxWidgets be compiled in Unicode mode? no
What level of wxWidgets compatibility should be enabled?
wxWidgets 2.4 no
wxWidgets 2.6 yes
Which libraries should wxWidgets use?
jpeg builtin
png builtin
regex sys
tiff builtin
zlib sys
odbc no
expat sys
libmspack no
sdl no
Poi ho lanciato il comando make, ma la compilazione si interrompe con l'errore seguente:
codice:
In file included from ../include/wx/mac/private.h:4,
from ../src/common/dynlib.cpp:48:
../include/wx/mac/carbon/private.h:1459: error: ‘Cursor’ does not name a type
../include/wx/mac/carbon/private.h:1488: error: ‘ClassicCursor’ does not name a type
make: *** [basedll_dynlib.o] Error 1
Qualcuno più spiegarmi questo errore e come fare a risolverlo?
Grazie.