cpcsdk / cpctools

Tools for CPC cross-development
37 stars 5 forks source link

I can not compile the IDE #57

Open pulkomandy opened 10 years ago

pulkomandy commented 10 years ago

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 -DWXGTK -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 -DWXGTK -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

pulkomandy commented 10 years ago

From pulkoma...@gmail.com on June 28, 2011 12:58:27

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 :)

pulkomandy commented 10 years ago

From pulkoma...@gmail.com on July 03, 2011 10:19:31

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.