News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 27-31 October 2007 build will NOT be out.

Started by killerbot, October 28, 2007, 03:39:19 PM

Previous topic - Next topic

szczepan


Quote from: killerbot on October 29, 2007, 07:57:02 AM
I added the const, but on linux everything builded fine for me, just tried on windows same issue, but why should it not be const ??
[now the warning will be back :-( ] It is used once at a place where I cast away the const, but as fas as I can't tell from the wx doc, it seems the argument will not be changed by the wxImage method [not even delete since 2e arg is true]

Have undo-ed that const in the meantime.

[I wonder why make or gcc apparently is not working correctly, since for some it breaks compilation, for others it don't]

Hmmm... maybe try including fnb_resources.h from fnb_resources.cpp? The header is where all the variables are declared extern, and I believe this will hint the compiler not to optimize the consts away.


stahta01

Anyone able to access SVN?
I am having problems, but http://monitor.berlios.de/berlios-status/ looked OK to me.

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]

dannyyy

Confirmed, same problem here...connection refused.

keenblade

#48
Confirmed. SVN access via SVN does not work,
but SVN access via HTTP works.
Anyway it\'s all the same at the end...


stahta01

#50
Quote from: keenblade on October 31, 2007, 08:55:27 PM
Confirmed. SVN access via SVN does not work,
but SVN access via HTTP works.

I agree, SVN access via SVN does not work.
But, while SVN access via HTTP works most of the time; I am having some issues with it also.

Update, SVN access via SVN seems to be working at least a little bit now.

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]