-
Notifications
You must be signed in to change notification settings - Fork 6
Description
From giot.romain on June 24, 2011 12:00:29
Is there any step to manually do before using the IDE ?
I have to compile the folder by hand, and even with that it cannot be used inside caprice
g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -I./include/ -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -Wall -O2 -funroll-loops -ffast-math -fomit-frame-pointer -fno-strength-reduce -finline-functions -MT libcapricewxide_a-steart.o -MD -MP -MF .deps/libcapricewxide_a-steart.Tpo -c -o libcapricewxide_a-steart.o test -f 'stedit/steart.cpp' || echo './'stedit/steart.cpp
In file included from stedit/steart.cpp:14:
./include/wx/stedit/stedefs.h:32:33: error: wx/stedit/setup.h: Aucun fichier ou dossier de ce type
make: *** [libcapricewxide_a-steart.o] Erreur 1
By the way, the error
./include/wx/stedit/stedefs.h:32:33: error: wx/stedit/setup.h: Aucun fichier ou dossier de ce type
was always present during the manual compilation of the stedit folder
Original issue: http://code.google.com/p/cpcsdk/issues/detail?id=57