yes, these options are all enabled.eranif wrote:Can you do this:
- Perform a complete re-build (Clean followed by Build)
- make sure that in build log there is a '-g' option
- Right click on project -> settings ->General tab - and make sure that the 'Command' field contains the executable that was created.
tried to build latest sources which i've fetched over svn but get the following:Off topic question: Can you update CodeLite to newer version? I have made some changes in the debugger which may impact on bug you are experiencing.
but i do have installed wxgtk2 with unicode support:test -d Release_gcc_unicode || mkdir Release_gcc-unicode
test -d lib || mkdir lib
Warning: No config found to match: /usr/local/bin/wx-config --cxxflags --unicode=yes --debug=0
in /usr/local/lib/wx/config
...
...
...
CodeLite/archive.h:28:23: error: wx/string.h: No such file or directory
same errors related to wx* headers
my wx-headers are located here:pkg_info|grep "wxgtk"
wxgtk2-2.6.3_5 The wxWidgets GUI toolkit with GTK+ bindings
wxgtk2-common-2.6.3_4 The wxWidgets GUI toolkit (common files)
wxgtk2-common-2.8.7_1 The wxWidgets GUI toolkit (common files)
wxgtk2-contrib-2.6.3_3 The wxWidgets GUI toolkit contributed libraries
wxgtk2-contrib-common-2.6.3_3 The wxWidgets GUI toolkit contributed libraries (common fil
wxgtk2-unicode-2.6.3_5 The wxWidgets GUI toolkit (Unicode)
wxgtk2-unicode-2.8.7_1 The wxWidgets GUI toolkit (Unicode)
wxgtk2-unicode-contrib-2.6.3_3 The wxWidgets GUI toolkit contributed libraries (Unicode)
tried to add these patches to Makefile but then i get other wx-related errors./usr/local/include/wx-2.6/
/usr/local/include/wx-2.8/
it would be cool to have new CodeLite's FreeBSD package/port, but there's no one on this moment and we have to build it from sources manually. by the way, the CodeLite SVN Build, Revision: 1599 port which is in FreeBSD portstree system compiled just fine.
maybe to start new topic describing the details of CodeLite updating on FreeBSD box?