Author Topic: The 10 April 2008 build (5000) is out.  (Read 40744 times)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 10 April 2008 build (5000) is out.
« Reply #15 on: April 12, 2008, 12:14:50 pm »
RSS feed gets a 404...

Now I only know if there is an update after a manual check or if pasgui updates his repository (tnx btw!)
You can also get a notification via email.
Click on Nightly builds at the  top of the page and the on Notification at the top right.
Email notification still works fine.

Kaze Youkai

  • Guest
Re: The 10 April 2008 build (5000) is out.
« Reply #16 on: April 13, 2008, 11:08:31 pm »
Well, the link works now, but clicking the "Download" link at BerliOS results in an "Object Not Found" error.
That can't be good.

-Kaze

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7576
    • My Best Post
Re: The 10 April 2008 build (5000) is out.
« Reply #17 on: April 14, 2008, 01:50:04 am »
Patch to remove "include\wxAUI" as an search directory, this search folder seems to be left over from wxWidgets 2.6 Code::Blocks. The folder itself is no longer in SVN.

Tim S

Index: src/CodeBlocks.cbp
===================================================================
--- src/CodeBlocks.cbp   (revision 5000)
+++ src/CodeBlocks.cbp   (working copy)
@@ -191,7 +191,6 @@
             <Compiler>
                <Add option="-DBUILDING_PLUGIN" />
                <Add directory="include" />
-               <Add directory="include\wxAUI" />
                <Add directory="include\wxFlatNotebook\include" />
                <Add directory="include\scripting\include" />
                <Add directory="include\scripting\sqplus" />
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 cieszak

  • Single posting newcomer
  • *
  • Posts: 3
    • http://cieszak.eu
Re: The 10 April 2008 build (5000) is out.
« Reply #18 on: April 14, 2008, 10:43:31 am »
Well, the link works now, but clicking the "Download" link at BerliOS results in an "Object Not Found" error.
That can't be good.

-Kaze
work link is http://prdownload.berlios.de/codeblocks/CB_20080410_rev5000_win32.7z (change rev4977 to 5000)

Offline notBlahButBlahBlah

  • Single posting newcomer
  • *
  • Posts: 8
Re: The 10 April 2008 build (5000) is out.
« Reply #19 on: April 14, 2008, 01:44:04 pm »
hello everybody,  :D

TY for rev5000 and 5001, but i am a problem with wxsmith

for the first starting of codeblocks after make install

in the bottom and on the right, there is an information (tips?) that indicates
wxsmith .. .so
and
libwxsmith ... so
are failed to charged

the version of wxsmith is different of codeblocks, i believe

and in plugin box, wxsmith does not display like choice

have you an idea ?  :shock:

ubuntu hardy
amd 64 2cores
ram 1go
hd 250go

configure --with-contribs=all


with regards,
stéphane

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 10 April 2008 build (5000) is out.
« Reply #20 on: April 14, 2008, 01:57:56 pm »
configure --with-contribs=all

If you really typed this, that's the error.

It should be --with-contrib-plugins=all
« Last Edit: April 14, 2008, 02:06:22 pm by jens »

Offline notBlahButBlahBlah

  • Single posting newcomer
  • *
  • Posts: 8
Re: The 10 April 2008 build (5000) is out.
« Reply #21 on: April 14, 2008, 09:54:52 pm »
hehe 

Too easy
no no
I seized well the good parameter

--with-contrib-plugins=all

but I do not understand  :?, I just restarted the machine after 24 hours and it works now.
OK, I do not try to understand, there is not problem anymore, case resolved! :P

Good evening :wink:


Offline Joerg

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 10 April 2008 build (5000) is out.
« Reply #22 on: April 17, 2008, 09:52:23 am »
Hi,

I still have the problem with the really annoying 'want build now' message.

I can click it away every time of course,
but then I loose the messages of me previously intended build!
Regards,
Joerg

[attachment deleted by admin]
It's never too late to fail!

Offline brucus

  • Single posting newcomer
  • *
  • Posts: 8
Re: The 10 April 2008 build (5000) is out.
« Reply #23 on: April 17, 2008, 10:19:08 am »
Hi lads!
seems berlios doesn't work.
Could someone look at it pls.?
Thanks.

O.K. I found the problem.
;)
Wrong link, should be http://prdownload.berlios.de/codeblocks/CB_20080410_rev5000_win32.7z (Windows)

Offline AndiDog

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 10 April 2008 build (5000) is out.
« Reply #24 on: April 19, 2008, 01:26:37 pm »
When compiling a C++ program with GCC4, there is no error shown if the linker (ld.exe) returns 1. For example, this is the case when your program is running and the linker tries to overwrite it.
The console output is marked red in the "Build log", but the message pane auto-hides and no error is shown in the build messages ("Build finished: 0 errors, 4 warnings").

Console output:

Code
[......]
d:/c++/mingw/bin/../lib/gcc/mingw32/4.3.0/../../../../mingw32/bin/ld.exe: cannot open output file ..\utf8-coding.exe: Permission denied
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 2 seconds)
0 errors, 4 warnings


I'm using nightly build 5000.

Do you have the same problem? Probably even with other compilers? It might be a bug, then...

Offline AndiDog

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 10 April 2008 build (5000) is out.
« Reply #25 on: April 19, 2008, 03:20:57 pm »
Me again...

Seems like it's working now, seems like it's not reliable to always show up errors?!

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 10 April 2008 build (5000) is out.
« Reply #26 on: April 22, 2008, 12:02:36 am »
I'll be out to work in the "wilderness" (no Internet) for at least the next three days.
I'll be back either thursday night or friday afternoon depending of the time we need to find and fix the problem in the control of an open air swimming pool.

That means that I can't build any nightlies neither upload them to my server until I'm back, so I decided to put svn5010 into my (debian-)repo.
http://apt.jenslody.de/

Offline Joerg

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 10 April 2008 build (5000) is out.
« Reply #27 on: April 22, 2008, 05:01:29 pm »
and no, I did not hit build and run!
but when I hit it and I hit build only afterwards
I does as expected.
some time later is starts with trying it to run again :(
It's never too late to fail!