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
I believe that the warning on wxconfig means that I haven't got my wx library built correctly.
----------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.
Default config is mac-unicode-release-2.8
Default config will be used for output
Alternate matches:
mac-unicode-debug-static-2.8
Great.
But now CodeLite cannot find wx-config (and so I can't compile anything). You said above that CodeLite is looking for wx-config in /usr/bin, but mine is now under /usr/local/bin...
Roey wrote:But now CodeLite cannot find wx-config (and so I can't compile anything). You said above that CodeLite is looking for wx-config in /usr/bin, but mine is now under /usr/local/bin...
So you either
1. add '/usr/loca/bin' to your PATH variable or
2. modify the project settings (linker & compiler) the line $(shell wx-config ...) to $(shell /usr/loca/bin/wx-config ...) or
3. rename the old /bin/wx-config OR /usr/bin/wx-config to .orig and make a soft link: