News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Where is the linux binary?

Started by Jorg, November 19, 2005, 11:55:30 PM

Previous topic - Next topic

Jorg

Hi there,

I want to try Code::Blocks under linux (Suse 10) but all I can find are sources or windows binaries. When I want to configure the source from the tar.gz version, I cannot find a configure script. Only a configure.in. How do I go about doing that?

Also, when I want to install the rpm I get the following error:

burgess:/home/jorg/tmp # rpm -i codeblocks-1.0-rc2.src.rpm
warning: user daniel does not exist - using root
warning: user daniel does not exist - using root

Why do I need a user daniel?

I really want to try this IDE. But everything I try seems to work against me ;-)

Regards,
- Jorgen


takeshimiya

#2
Here is a list I'm mantaining of linux binaries made from different people :)

So here's the linux binary for SUSE 10.0 (i686 | x86_64)

PS: Its a honour having you Jorg in this forum! :D

rickg22

For those unaware, Jorg is the author of wxTreeMultiCtrl.

Yes, sir, we feel honored to have you here! :)

Jorg

#4
Guys I am really honored by all this, it seems my reputation has surpassed me ;-)

Thanks for the info, I am still lacking a good IDE under Linux and I have heard so many good things about Code::Blocks, I can't wait to try it out!

ps. Sorry if I missed the obvious and it sounded a bit uhmm impatient or frustrated, I should have tried this at a different time then past twelve 'o clock ...  :P

- Jorgen

squizzz

#5
The thing that worked for me (SuSE10) was:

- install wxGTK, wxGTK-compat, wxGTK-gl and wxGTK-devel packages and it's dependencies (via YaST, using one of the official SuSE servers here)

and

Quote from: CB WiKi
1. Download the source RPM from www.codeblocks.org/downloads.shtml

2. Build the binary package as root

rpmbuild --rebuild codeblocks-1.0-rc2.src.rpm

3. The binary RPM should be in one of the subdirectories of /usr/src/packages/RPMS

and then:

rpm -i binary_RPM_name

PS. Daniel is creator of this source rpm :)
this space is for rent

rickg22

#6
Quote from: Jorg on November 20, 2005, 11:34:20 AM
Guys I am really honored by all this, it seems my reputation has surpassed me ;-)

Only in a few circles, tho (actually I looked up your e-mail on Google, sorry for the disappointment. :P )

Jorg

Don't be .. it's always nice when people recognise you, but if they don't hey no biggy ;-)

I guess it is easy to recognise one another when we are all present in the wxWidgets circles. I own a wx forum, and I am sure a few you the Code::Blocks devels and users have posted on there.

Regards,
- Jorgen

mandrav

Quote from: Jorg on November 22, 2005, 08:15:00 PM
I own a wx forum, and I am sure a few you the Code::Blocks devels and users have posted on there.

We sure have ;)
Be patient!
This bug will be fixed soon...

sethjackson

Quote from: mandrav on November 22, 2005, 11:05:48 PM
Quote from: Jorg on November 22, 2005, 08:15:00 PM
I own a wx forum, and I am sure a few you the Code::Blocks devels and users have posted on there.

We sure have ;)

Yup. :)

takeshimiya