pedgarcia / cpcsdk

Automatically exported from code.google.com/p/cpcsdk
0 stars 0 forks source link

I can not compile the IDE #57

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 reported on code.google.com by giot.romain on 24 Jun 2011 at 10:00

GoogleCodeExporter commented 8 years ago
It looks like stedit made some changes to their svn (which we are importing 
with an svn:external reference). check what they did and fixup :)

Original comment by pulkoma...@gmail.com on 28 Jun 2011 at 7:58

GoogleCodeExporter commented 8 years ago
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.

Original comment by pulkoma...@gmail.com on 3 Jul 2011 at 5:19