Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on May 14, 2011, 10:36:29 am

Title: The 14 May 2011 build (7143) is out.
Post by: killerbot on May 14, 2011, 10:36:29 am
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2812_gcc452-TDM.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc452-TDM.7z

The 14 May 2011 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20110514_rev7143_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 13 May 2011 build (7143) is out.
Post by: swjinjin on May 14, 2011, 03:27:56 pm
Thank you for your work.

But, i have found a bug which occurs on notebook.
If i change the monitor mode of notebook (single -> dual monitor or dula -> single),
Codeblocks's all dialogboxes is opened in minium size.
This bug is not resolved if not restarting Codeblocks.

Sangwoo.
Title: Re: The 13 May 2011 build (7143) is out.
Post by: MortenMacFly on May 14, 2011, 05:35:51 pm
This bug is not resolved if not restarting Codeblocks.
Dammed! You found a bug I was experiencing for a long time myself, but I never had a way to reproduce. Now that I know I have no access to a PC with two monitors anymore. :-(

Can you do me a favor and post this to the bug tracker including the full description how to reproduce and send me a note?

Personal note @Jens (in addition): I believe this was related to the introduction of wxScrolledDialog - before that I can hardly remember having such issues... but may also not have had a PC with two monitors. :?
Title: Re: The 13 May 2011 build (7143) is out.
Post by: Jenna on May 14, 2011, 11:10:16 pm
Personal note @Jens (in addition): I believe this was related to the introduction of wxScrolledDialog - before that I can hardly remember having such issues... but may also not have had a PC with two monitors. :?
I will see if I can reproduce it.
Title: Re: The 13 May 2011 build (7143) is out.
Post by: bug1z on May 15, 2011, 12:53:11 pm
I beg you to see the following messages:
http://forums.codeblocks.org/index.php/topic,14469.msg97833.html#msg97833
and
http://forums.codeblocks.org/index.php/topic,14469.msg97494.html#msg97494

Thanks.
Title: Re: The 13 May 2011 build (7143) is out.
Post by: patheticcockroach on May 16, 2011, 10:22:08 am
This bug is not resolved if not restarting Codeblocks.
Dammed! You found a bug I was experiencing for a long time myself, but I never had a way to reproduce. Now that I know I have no access to a PC with two monitors anymore. :-(
Brilliant, I experienced it too once, but never get where it came from.
Title: Re: The 13 May 2011 build (7143) is out.
Post by: adfm on May 16, 2011, 03:17:20 pm
no debugger branch version?

Cheers
Title: Re: The 13 May 2011 build (7143) is out.
Post by: oBFusCATed on May 16, 2011, 04:44:33 pm
The debugger branch in not compilable on windows at the moment.
And also, it is a little bit unstable  :lol:
Title: Re: The 13 May 2011 build (7143) is out.
Post by: ultimA on May 17, 2011, 07:25:49 am
The debugger branch in not compilable on windows at the moment.
And also, it is a little bit unstable  :lol:
...and on Linux it doesn't even build.

Code
g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -DENABLE_BINRELOC -DAPP_PREFIX="\"/usr\"" -Ulinux -Uunix  -O2 -ffast-math -DCB_AUTOCONF -march=x86-64 -mtune=generic -O2 -pipe -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT watchesdlg.o -MD -MP -MF .deps/watchesdlg.Tpo -c -o watchesdlg.o watchesdlg.cpp
watchesdlg.cpp:23:34: fatal error: wx/propgrid/propgrid.h: No such file or directory
compilation terminated.
Title: Re: The 13 May 2011 build (7143) is out.
Post by: oBFusCATed on May 17, 2011, 09:18:22 am
Hm, have you tried:

Code
make clean or make distclean
./bootstrap
./configure ....options...
make -jX

I've fixed a minor error in the build system, so you have to update again.
Title: Re: The 13 May 2011 build (7143) is out.
Post by: MortenMacFly on May 17, 2011, 11:17:28 am
The debugger branch in not compilable on windows at the moment.
BTW: Because of that I cannot test it at all under Windows. Drop me a note once it is OK on that platform again... ;-)
Title: Re: The 13 May 2011 build (7143) is out.
Post by: killerbot on May 17, 2011, 11:53:28 am
about the debugger branch : I have been using the debugger branch (on linux) for some months now. However I didn't svn up for a long time because it became somewhat instable as mentiond by our debugger guru. Any time frame when it might be save again to svn up on that branch (in order to sync with all the goodies that were merged from trunk, aswel as the debugger branch goodies) ?

Title: Re: The 13 May 2011 build (7143) is out.
Post by: oBFusCATed on May 17, 2011, 12:48:18 pm
BTW: Because of that I cannot test it at all under Windows. Drop me a note once it is OK on that platform again... ;-)
I'm working on the tooltips at the moment and when I finish them, I'll concentrate on the windows problems.

killerbot: Can you try the latest revision? I'm using it myself and I don't see new problems and regressions. The branch is a bit unstable because I change things and there is a chance to build an intermediate version, but other than that it should work (report problems if it doesn't).
Title: Re: The 13 May 2011 build (7143) is out.
Post by: oBFusCATed on May 18, 2011, 12:05:03 am
The build should be fixed on windows too. Morten, Killerbot can you try it?

p.s. Any help with handling keyboard messages in wxPopupWindow is highly desired and welcome :(
Title: Re: The 13 May 2011 build (7143) is out.
Post by: Krisando on May 18, 2011, 04:12:21 am
CB b7143 in Window freezes when opening any Codeblocks project file, anyone else experiencing this? Seems to be getting into an infinite loop of some sort, b7048 works fine though.
Title: Re: The 13 May 2011 build (7143) is out.
Post by: patheticcockroach on May 18, 2011, 07:12:48 am
CB b7143 in Window freezes when opening any Codeblocks project file, anyone else experiencing this?
Hm, nope my projects still open just as well as in 7048 (using Win 7 x64)
Title: Re: The 13 May 2011 build (7143) is out.
Post by: ultimA on May 21, 2011, 12:15:44 am
Hm, have you tried:

Code
make clean or make distclean
./bootstrap
./configure ....options...
make -jX

I've fixed a minor error in the build system, so you have to update again.

I have just checked the latest revision, but I still get the same error during compilation (propgrid.h not found). I do can compile the trunk. It's only the debugger branch not compiling. Running on Arch Linux, GCC 4.6.
Title: Re: The 14 May 2011 build (7143) is out.
Post by: oBFusCATed on May 25, 2011, 01:13:43 pm
ultimA: should be fix in svn, can you try the latest revision (7158) ?
Title: Re: The 14 May 2011 build (7143) is out.
Post by: ultimA on June 12, 2011, 10:15:10 pm
ultimA: should be fix in svn, can you try the latest revision (7158) ?

Sry for the late reply, I've been away for a long time. I confirm that the debugging branch now builds. Tested on revision 7200.