Author Topic: The 30 August 2007 build will NOT be out.  (Read 8172 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 30 August 2007 build will NOT be out.
« on: August 30, 2007, 04:37:24 pm »
berlios svn problems

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 30 August 2007 build will NOT be out.
« Reply #1 on: August 30, 2007, 05:06:59 pm »
berlios svn problems
Yepp... this sucks. BTW: I've done this ASM stuff already, hence I cannot commit. :-(
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: The 30 August 2007 build will NOT be out.
« Reply #2 on: August 30, 2007, 05:30:19 pm »
Yepp... this sucks.

I was trying to download the new revision from svn to compile. I even deleted my working copy and sources before
checking the berlios server to see if it was working. Now I can't work  :?

Well I have downloaded some deb packages from a third party website (life savers :D):

Build for Ubuntu 6.10/7.04 i386/amd64 (thanks Xaviou) can be found here

works great from synaptic package manager :).

 At least the files download section still works at berlios  :?.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 30 August 2007 build will NOT be out.
« Reply #3 on: August 30, 2007, 05:47:19 pm »
This time they announced it earlier.

Quote
https://developer.berlios.de/forum/forum.php?forum_id=26579
Be a part of the solution, not a part of the problem.

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 30 August 2007 build will NOT be out.
« Reply #4 on: August 31, 2007, 10:32:59 am »
Hi all !

Bug detection before being released  :D !

Whit rev 4415 on Ubuntu 7.04:
  • go to Settings/Editor...
  • Click twice the same checkbox for example
  • Click on OK

The margin width for line numbers is 48 columns.

I have another problem.
I installed Ubuntu 7.04, SVN, downloaded a fresh C::B sandbox (4415), installed gtk2, wxGtk 2.8.4 and compiled all.
That is ok.

I put the ThreadSearch plugin code in the contrib part and compiled it. OK

The problem is that I can't install it because I have systematically the same error message:
Code
[10:30:56.116]: ERROR: /media/hda3/codeblocks/trunk/src/devel/share/codeblocks/plugins/ThreadSearch.so: not loaded (missing symbols?)
I tried with ThreadSearch.so,  libThreadSearch.so.
Debug is activated both at project and target level.
Even if my environment is "fresh", I deleted and rebuilt the gch.

I don't understand this error  :(

Any idea ?

Dje