You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a look, and you just need to copy setup0.h to setup.h, eventually making some customizations inside. This should be handled by our autotool stuff, but I don't want to touch it again.
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.cppIn 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
The text was updated successfully, but these errors were encountered: