Author Topic: Problems with 2005-10-24 on suse 9.3, can I get devel-codes  (Read 4140 times)

mikola

  • Guest
Problems with 2005-10-24 on suse 9.3, can I get devel-codes
« 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?

Offline Game_Ender

  • Lives here!
  • ****
  • Posts: 551
Re: Problems with 2005-10-24 on suse 9.3, can I get devel-codes
« Reply #1 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.

mikola

  • Guest
Re: Problems with 2005-10-24 on suse 9.3, can I get devel-codes
« Reply #2 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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7592
    • My Best Post
Re: Problems with 2005-10-24 on suse 9.3, can I get devel-codes
« Reply #3 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
« Last Edit: October 31, 2006, 04:07:16 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2777
Re: Problems with 2005-10-24 on suse 9.3, can I get devel-codes
« Reply #4 on: October 31, 2006, 04:07:34 pm »
Search this link for "compiling".
CodeBlocks Wiki Index
« Last Edit: October 31, 2006, 04:09:59 pm by Pecan »

mikola

  • Guest
Re: Problems with 2005-10-24 on suse 9.3, can I get devel-codes
« Reply #5 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