The right wx build in order to build CodeLite on MAC
Posted: Wed Jan 28, 2009 2:48 am
Hi,
I've got the CodeLite source code from SVN.
I've built the wx library using:
configure --enable-unicode
Opened LiteEditor.workspace
Selected Unix_Mac_Custom_Makefile
For the LiteEditor Project: Custom Built Targets > Configure
Then Build Project
I get:
I believe that the warning on wxconfig means that I haven't got my wx library built correctly.
Any ideas?
I've got the CodeLite source code from SVN.
I've built the wx library using:
configure --enable-unicode
Opened LiteEditor.workspace
Selected Unix_Mac_Custom_Makefile
For the LiteEditor Project: Custom Built Targets > Configure
Then Build Project
I get:
Code: Select all
make
----------Building project:[ LiteEditor - Unix ]----------
./le_makerevision.sh
Generating svninfo file...
Warning: No config found to match: /usr/bin/wx-config --cxxflags --unicode=yes --debug=no
g++ -O3 -DREGEXP_UNICODE -Wall -fno-strict-aliasing -DASTYLE_LIB -DYY_NEVER_INTERACTIVE=1 -DGTK -DSCI_LEXER -DLINK_LEXERS -D__WX__ -D__APPLE__ -DMACOSX -ILiteEditor -I. -I./sdk/wxsqlite3/include -I./sdk/wxsqlite3/sqlite3/include -I./sdk/wxscintilla/include -I./sdk/wxscintilla/src/scintilla/include -I./sdk/wxpropgrid/include -I./sdk/wxscintilla/src/scintilla/src -I./Interfaces -I./Debugger -I./Plugin -I./CodeLite -MTRelease_gcc_unicode/archive.o -MFRelease_gcc_unicode/archive.o.d -MM CodeLite/archive.cpp
in /usr/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.
In file included from CodeLite/archive.cpp:25:
CodeLite/archive.h:28:23: error: wx/string.h: No such file or directory
CodeLite/archive.h:29:24: error: wx/hashmap.h: No such file or directory
CodeLite/archive.h:30:23: error: wx/arrstr.h: No such file or directory
CodeLite/archive.h:31:25: error: wx/filename.h: No such file or directory
CodeLite/archive.h:32:23: error: wx/gdicmn.h: No such file or directory
CodeLite/archive.cpp:26:23: error: wx/colour.h: No such file or directory
CodeLite/archive.cpp:27:24: error: wx/xml/xml.h: No such file or directory
make: *** [Release_gcc_unicode/archive.o.d] Error 1
Any ideas?