Revision?3115
Edit: Is there any wiki page (for instance) where I can see how to setup my environment?Additional details: in Build Log pane
-------------- Build: Debug in test ---------------
Compiling: app.cpp
/ bin / sh: wx-config: command not found
In file included from /opt/wx/2.6/include/wx-2.6/wx/wxprec.h:13,
from app.h:4,
from app.cpp:1:
/opt/wx/2.6/include/wx-2.6/wx/defs.h:41:13: error: #error "No Target! You should use wx-config program for compilation flags!"
sudo apt-get install wx-commonI compiled wxGTK from source. wx-config is available when I type in the terminal. Should I install wx-common anyway or should I update CB settings?
/ bin / sh: wx-config: command not found
> wx-config --prefix
> /opt/wx/2.6
IOW, one of them is wrong. Which is?I wish I know. Look as I said before I am on Ubuntu 6.06. I checked the "Run command as login shell" in terminal's profile. Otherwise wx-config isn't found there.
Why did you build wx from source? Is something missing from the version in the repositories?Well, this is my fault. I didn't know that wxWidgets library is available there. That's why I downloaded latest version, which is 2.7 and built it. Then I wasn't able to build C::B. Later I searched C::B web-site and found the wiki page with explanation on how to build C::B. I tried to uninstall version 2.7 and install 2.6 from repositories. But 2.7 wasn't uninstalled and I had troubles with C::B.
Why did you build wx from source? Is something missing from the version in the repositories?mandrav, actually there is something that's missing: wxChoice::GetCurrentSelection method is used in some of contributed plugins. In wxWidgets online-help one can read following:
mandrav, actually there is something that's missing: wxChoice::GetCurrentSelection method is used in some of contributed plugins.
/trunk/src/plugins/contrib/symtab/symtabconfig.cppDo you read the changelog (http://svn.berlios.de/wsvn/codeblocks/?op=log&rev=0&sc=0&isdir=1 (http://svn.berlios.de/wsvn/codeblocks/?op=log&rev=0&sc=0&isdir=1))?
Line 340
Well, I don't. Anyway I'm going to use 2.6.3. Keep the good work!/trunk/src/plugins/contrib/symtab/symtabconfig.cppDo you read the changelog (http://svn.berlios.de/wsvn/codeblocks/?op=log&rev=0&sc=0&isdir=1 (http://svn.berlios.de/wsvn/codeblocks/?op=log&rev=0&sc=0&isdir=1))?
Line 340
Check out revision 3129... ;-)
With regards, Morten.