News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 10 April 2008 build (5000) is out.

Started by killerbot, April 10, 2008, 11:19:51 PM

Previous topic - Next topic

Jenna

Quote from: san on April 12, 2008, 11:46:57 AM
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

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

stahta01

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

cieszak

Quote from: Kaze Youkai 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
work link is http://prdownload.berlios.de/codeblocks/CB_20080410_rev5000_win32.7z (change rev4977 to 5000)

notBlahButBlahBlah

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

Jenna

#20
Quote from: notBlahButBlahBlah on April 14, 2008, 01:44:04 PM
configure --with-contribs=all

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

It should be --with-contrib-plugins=all

notBlahButBlahBlah

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:


Joerg

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!

brucus

Quote from: brucus on April 11, 2008, 11:42:36 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)

AndiDog

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:

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

AndiDog

Me again...

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

Jenna

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/

Joerg

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!