Code::Blocks Forums
User forums => Help => Topic started by: codemania on January 24, 2008, 07:13:13 pm
-
I installed codeblocks on fedora 7 => Menu:"Applications","Add/Remove Software" I applied this: codeblocks-1.0-0.28.20071210svn4719.fc7.i386, codeblocks contrib..., codeblocks-lib...s, codeblocks-devel..., codeblocks contrib-libs...
Codeblocks run well, but I want svn version.
I decided to build codeblocks with last svn.
I uninstaled Codeblocks
I saw this tutorial: http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux), I have a problems with wxgtk2 instalation:
I stoped here:.
Add /opt/wx/2.8/bin to the PATH (if you're shell is bash then edit /etc/profile or ~/.bash_profile) (On Suse 10.1 edit /etc/profile.local, it will only be available after a new login). an example PATH
export PATH=/usr/bin:/opt/wx/2.8/bin:$PATH
Note: On Ubuntu Hoary it was necessary to check "Run command as login shell" in the gnome-terminal profile-settings, otherwise the PATH changes are not available in a gnome-terminal window.
add /opt/wx/2.8/lib to /etc/ld.so.conf (nano /etc/ld.so.conf) then run:
ldconfig
source /etc/profile
I type in the treminal this.
export PATH=/usr/bin:/opt/wx/2.8/bin:$PATH
Next I type in the terminal:echo $PATH
/usr/bin:/opt/wx/2.8/bin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/bin:/usr/bin:/bin:/home/agosoft/bin
Next I type in the terminal:ldconfig
bash: ldconfig: command not found
I add "/opt/wx/2.8/lib" in "ld.so.conf" file.
ld.so.conf file:
include ld.so.conf.d/*.conf
/opt/wx/2.8/lib
What's wrong with this?
A new Tutorial is needed to build the last codeblocks with svn.
Thanks
Sorry my English
-
I suggest re-installing Nightly or updating the wiki with the correct directions to compile, using make, Code::Blocks SVN yourself.
If you re-install Nightly, you can use it to compile the Code::Blocks SVN.
If you wish to try using Code::Blocks Nightly to compile Code::Blocks SVN; I am can try to write most of the wiki needed to do it, but you might have to add/correct it some.
Tim S