News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Linux beta testers wanted

Started by rickg22, May 09, 2005, 07:38:22 PM

Previous topic - Next topic

undofen

Im trying to use C::B on gentoo for a long time now, so I could help if anyone could tell me the procedure ? :) I apply the patches and reply if they work ? :) anything more apart from that and bugreports ?

me22

For those of you using Gentoo, you can get my codeblocks-svn ebuild from http://bugs.gentoo.org/show_bug.cgi?id=89533

Set it up in a portage overlay and you can just use "emerge codeblocks-svn" to attempt a compile of the latest svn version.  Also means you get your normal CXXFLAGS applied and can use emerge -C to get rid of it.

280Z28

#32
I didn't read the whole thread because I'm so interested in developing on Linux, but are you keeping the Linux makefile up to date? As long as it shouldn't take much time I can test it on Solaris at work, and here on my OSX.

Oh the OSX is my roommate's, I'd be appalled if someone thought I would actually endorse such a product.  :lol:
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
Check out The Sam Zone :cool:

Der Meister

Yes, the makefile is kept up to date. And if not (maybe because it simply was forgotten) then you will notice it as soon as you try to compile a new version. ;) But then you can either complain about that or (probably the better way) provide a patch for it.
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

cyberkoa

I do not able to compile the SVN version on my Ubuntu , it stop at the wxScintilla target and says undefine reference of wxScintilla::FindText(.....)  ..

I try at 2 machines , it gives the same error
anything hints ?

connyosis

I've compiled code::blocks succesfully on Gentoo with the ebuild from bugs.gentoo.org.
Just created the portage overlay and emerged codeblocks-svn

me22

#36
Quote from: connyosis on December 15, 2005, 05:30:51 PM
I've compiled code::blocks succesfully on Gentoo with the ebuild from bugs.gentoo.org.
Just created the portage overlay and emerged codeblocks-svn

Good to see my ebuild is in good use =)

That being said, you should always include the SVN revision number when you talk about anything using that ebuild.

You can use # svn info /usr/portage/distfiles/svn-src/codeblocks/trunk/ to get the revision number ( along with some other interesting information ).

[edit] Speaking of the ebuild, I've version bumped it to 1.0-r1 since I found a bug in the ebuild.

jlac

Hello,

I can participate to testing under linux...
and distribute a nighty build if you need ?

So i try to compile but i have the same problem :
Quote from: cyberkoa on December 15, 2005, 05:14:16 PM
I do not able to compile the SVN version on my Ubuntu , it stop at the wxScintilla target and says undefine reference of wxScintilla::FindText(.....)  ..

my configuration:
unbuntu 5.10
gcc 4.0.1
autoconf 2.59a-3
automake 1.9
libtool 2.5.6
embedded real-time signal processing software engineer.

jlac

The solution to resolve error about wxScintilla::FindText(.....) can be found here : http://forums.next.codeblocks.org/index.php?topic=1688.0

embedded real-time signal processing software engineer.