Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can not compile the IDE #57

Open
pulkomandy opened this issue May 25, 2014 · 2 comments
Open

I can not compile the IDE #57

pulkomandy opened this issue May 25, 2014 · 2 comments

Comments

@pulkomandy
Copy link
Member

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

@pulkomandy
Copy link
Member Author

From [email protected] 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
Copy link
Member Author

From [email protected] 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant