compile errors in release
Posted: Sun Nov 22, 2009 1:37 am
Good afternoon,
I'd like to evaluate codelite on Ubuntu 8.04. The rpm had unfilled dependencies and would not install. The deb package wouldn't run saying I was missing bits as well.
I got the source from svn using the provided instructions and it seems to be missing bits as well:
g++ -DON_64_BIT -O3 -DREGEXP_UNICODE -c LiteEditor/free_text_dialog.cpp -Wall -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__ -pthread -fno-strict-aliasing -DASTYLE_LIB -DYY_NEVER_INTERACTIVE=1 -DGTK -DSCI_LEXER -DLINK_LEXERS -D__WX__ -DINSTALL_DIR=\"/usr/share/codelite\" -DPLUGINS_DIR=\"/usr/lib/codelite\" -I. -I./sdk/codelite_indexer/network -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 -o Release_gcc_unicode/free_text_dialog.o
LiteEditor/frame.cpp: In constructor ‘Frame::Frame(wxWindow*, wxWindowID, const wxString&, const wxPoint&, const wxSize&, long int)’:
LiteEditor/frame.cpp:504: error: ‘gtk_settings_get_default’ was not declared in this scope
LiteEditor/frame.cpp:505: error: ‘gtk_settings_set_string_property’ was not declared in this scope
Any suggestions as to what I'm missing?
I saw something about gtk++ being missing but there are no packages named gtk++ listed.
Thanks for your time.
I'd like to evaluate codelite on Ubuntu 8.04. The rpm had unfilled dependencies and would not install. The deb package wouldn't run saying I was missing bits as well.
I got the source from svn using the provided instructions and it seems to be missing bits as well:
g++ -DON_64_BIT -O3 -DREGEXP_UNICODE -c LiteEditor/free_text_dialog.cpp -Wall -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__ -pthread -fno-strict-aliasing -DASTYLE_LIB -DYY_NEVER_INTERACTIVE=1 -DGTK -DSCI_LEXER -DLINK_LEXERS -D__WX__ -DINSTALL_DIR=\"/usr/share/codelite\" -DPLUGINS_DIR=\"/usr/lib/codelite\" -I. -I./sdk/codelite_indexer/network -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 -o Release_gcc_unicode/free_text_dialog.o
LiteEditor/frame.cpp: In constructor ‘Frame::Frame(wxWindow*, wxWindowID, const wxString&, const wxPoint&, const wxSize&, long int)’:
LiteEditor/frame.cpp:504: error: ‘gtk_settings_get_default’ was not declared in this scope
LiteEditor/frame.cpp:505: error: ‘gtk_settings_set_string_property’ was not declared in this scope
Any suggestions as to what I'm missing?
I saw something about gtk++ being missing but there are no packages named gtk++ listed.
Thanks for your time.