News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Problems with 2005-10-24 on suse 9.3, can I get devel-codes

Started by mikola, October 31, 2006, 08:39:44 AM

Previous topic - Next topic

mikola

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?

Game_Ender

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.

mikola

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

stahta01

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
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]

Pecan

Search this link for "compiling".
CodeBlocks Wiki Index

mikola

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