News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Building Last Codeblocks svn on fedora 7?

Started by codemania, January 24, 2008, 07:13:13 PM

Previous topic - Next topic

codemania

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,  I have a problems with wxgtk2 instalation:

I stoped here:.
QuoteAdd /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:
Quoteinclude 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

stahta01

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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]