Code::Blocks Forums

User forums => Help => Topic started by: mikola on October 31, 2006, 08:39:44 am

Title: Problems with 2005-10-24 on suse 9.3, can I get devel-codes
Post by: mikola on October 31, 2006, 08:39:44 am
Hi,
I have tryed to install CodeBlocks on suse 9.3, using rpm for suse9.3 and from sources wich availoble to me (from 2005-10-24) in both cases CodeBlocks behaive prity bad, freeze then I was trying to add files, some Ok and Cancel buttons is not working.

Then I have installed nightly rpm for suse 10 with banch of rpm for comparbility (some of them with --force), CodeBlocks works perfect as far as I've tryed, really good job. The problem is that  due to installation of some libraries with --force, i am waiting that my linux will crash soon.

So is it possable to get developing code to make CodeBlocks from sources?
Title: Re: Problems with 2005-10-24 on suse 9.3, can I get devel-codes
Post by: Game_Ender on October 31, 2006, 08:42:05 am
It shouldn't be too hard.  You must have wxGTK and the development libraries for wxGTK installed and you need subversion installed to actually get the latest source.  I compile it all the time on Ubuntu with no problem.
Title: Re: Problems with 2005-10-24 on suse 9.3, can I get devel-codes
Post by: mikola on October 31, 2006, 10:01:04 am
yea, i hope it is not hard at least compiling codeblocks from 2005 was without any problems (if do not take into account that it's running not very good).
The problem is then I am trying to get last code with svn, anonymously, I always get version from 2005-10-24
Title: Re: Problems with 2005-10-24 on suse 9.3, can I get devel-codes
Post by: stahta01 on October 31, 2006, 03:55:19 pm
They are not longer using the CVS on sourceForge;
Are you sure that you are using SVN from berlios

Here's the code I used a couple of months ago to start the SVN checkout

svn checkout svn://svn.berlios.de/codeblocks/trunk

Edit: see http://www.codeblocks.org/source_code.shtml

Tim S
Title: Re: Problems with 2005-10-24 on suse 9.3, can I get devel-codes
Post by: Pecan on October 31, 2006, 04:07:34 pm
Search this link for "compiling".
 CodeBlocks Wiki Index (http://wiki.codeblocks.org/index.php?title=Special:Allpages)
Title: Re: Problems with 2005-10-24 on suse 9.3, can I get devel-codes
Post by: mikola on October 31, 2006, 11:09:13 pm
It was so stuped mistake, I have initially installed from rpm old version and then from sources, and I had run old version every time.

Thanks for the help