Code::Blocks Forums
User forums => Help => Topic started 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?
-
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.
-
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
-
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
-
Search this link for "compiling".
CodeBlocks Wiki Index (http://wiki.codeblocks.org/index.php?title=Special:Allpages)
-
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