From: Eran I. <era...@gm...> - 2012-06-01 13:01:27
|
On Fri, Jun 1, 2012 at 3:59 PM, Noel Grandin <noe...@gm...> wrote: > > > On 2012-06-01 14:48, Eran Ifrah wrote: > >> What is the output of your `wx-config --cflags`? >> > > Totally weird, I've done a "./configure" and I've done a "make clean" and > then a "make all" > > noel@ubuntu:~/codelite$ wx-config --cflags > -I/usr/lib/x86_64-linux-gnu/**wx/include/gtk2-unicode-**release-2.8 > -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ > -pthread > > So... does it work now? The configure should generate proper makefiles Tip: you can run: ./configure --enable-pch to quicken the build process > > noel@ubuntu:~/codelite$ make all > ./le_makerevision.sh > Generating svninfo file... > make: *** No rule to make target `/usr/lib/wx/include/gtk2-** > unicode-release-2.8/wx/setup.**h', needed by `Release_gcc_unicode/**ScintillaObjects_Document.o'. > Stop. > > -- Eran Ifrah Author of the cross platform, open source C++ IDE: http://www.codelite.org YTubePlayer http://www.ytubeplayer.com |