Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on January 26, 2008, 08:16:39 pm

Title: The 26 January 2008 build (4845) is out.
Post by: killerbot on January 26, 2008, 08:16:39 pm
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_wx287.7z

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

The 26 January 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080126_rev4845_win32.7z
   http://prdownload.berlios.de/codeblocks/CB_20080122_rev4845_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 26 January 2008 build (4845) is out.
Post by: Jenna on January 26, 2008, 08:35:44 pm
Binaries for debian "i386" (32-bit) and "amd64" (64-bit) can be downloaded from my repo (see signature).

The entries for the package-sources have changed. Please update !!
Title: Re: The 26 January 2008 build (4845) is out.
Post by: dje on January 26, 2008, 08:43:58 pm
Hi !

berlios widnows download link seems to be broken.
Error message could be translated to 'object not found'

Dje
Title: Re: The 26 January 2008 build (4845) is out.
Post by: indigo0086 on January 26, 2008, 09:03:07 pm
BerliOS bunked?   Get outta here...
Title: Re: The 26 January 2008 build (4845) is out.
Post by: dalewheat on January 26, 2008, 09:32:01 pm
Yup, still getting "not found" on both BerliOS download links (download. & download2.)

--Dale
Title: Re: The 26 January 2008 build (4845) is out.
Post by: Azor on January 26, 2008, 09:35:52 pm
Hello,

Link seems to be:
http://prdownload.berlios.de/codeblocks/CB_20080122_rev4845_win32.7z
Found it on codeblocks project's page on berlios :)
Title: Re: The 26 January 2008 build (4845) is out.
Post by: pasgui on January 27, 2008, 12:12:18 am
Build for Ubuntu i386 can be found here (http://lgp203.free.fr/spip/spip.php?article1)

Best regards, pasgui
Title: Re: The 26 January 2008 build (4845) is out.
Post by: Wolf on January 27, 2008, 02:18:08 am
I just noticed something in C::B.
"Delay for auto-kick-in when typing [. :: ->]:"

Could this be made optional? Right now, we are forced to have it kick-in, with a delay ranging from 0ms to 2.5s. But it would be nice if we could just disable it too.
I hate when applications tell me how to do something, or worse, force me to do it. (*wink at MS*)

I don't have the motivation nor the time to try to build Code::Blocks myself, fix this and send you the patch, but I'm reporting it in case someone has what it takes to do it. =P Thanks.

EDIT: That is located in the Editor settings, under "Code-completion and symbols browser".
Title: Re: The 26 January 2008 build (4845) is out.
Post by: indigo0086 on January 27, 2008, 02:55:20 am
Also, copying from the build messages using the context menu doesn't work.
Title: Re: The 26 January 2008 build (4845) is out.
Post by: sque on January 27, 2008, 04:16:17 am
Also, copying from the build messages using the context menu doesn't work.

I confirm this too on linux, it has a weird behavior, it certainly doesn't work selection->copy
Title: Re: The 26 January 2008 build (4845) is out.
Post by: mykeys on January 27, 2008, 10:56:41 pm
Hiding a tab mixes up the tabs in the bottom.

How to reproduce:
Use find occurrences of 'Symbol'
Click on thread search
Disable a tab (Right-click and uncheck ).
The others tab now show the contents of the hidden tab. You may get the good things by hovering and selecting sometimes.

I'm using this build of code::blocks.
Title: Re: The 26 January 2008 build (4845) is out.
Post by: dje on January 27, 2008, 11:02:15 pm
Hi !

Hiding a tab mixes up the tabs in the bottom.

How to reproduce:
Use find occurrences of 'Symbol'
Click on thread search
Disable a tab (Right-click and uncheck ).
The others tab now show the contents of the hidden tab. You may get the good things by hovering and selecting sometimes.

I'm using this build of code::blocks.

Already registered under bug 12841 (http://developer.berlios.de/bugs/?func=detailbug&bug_id=12841&group_id=5358) on BerliOS.

Dje
Title: Re: The 26 January 2008 build (4845) is out.
Post by: PerryWerneck on January 28, 2008, 01:51:09 pm
Hi,

Is the source code for this night build available for download using HTTP?

Title: Re: The 26 January 2008 build (4845) is out.
Post by: Jenna on January 28, 2008, 02:08:13 pm
Hi,

Is the source code for this night build available for download using HTTP?

You can download it from my repository as tarball.
Should also be usable under windows.
http://jens.lody.name/debian/pool/ (http://jens.lody.name/debian/pool/)
Title: Re: The 26 January 2008 build (4845) is out.
Post by: PerryWerneck on January 29, 2008, 06:49:14 pm
Tks!!

The tarball was the file I'm looking for!

I just build it in SuSE Linux 10.2 but, for some reason codeblocks is failing on startup.  :?
Title: Re: The 26 January 2008 build (4845) is out.
Post by: @nthony on January 29, 2008, 10:09:06 pm
In the symbols browser of the Manager tab "Jump to declaration" and "Jump to definition" do not do either (nor does double-clicking the item).
Title: Re: The 26 January 2008 build (4845) is out.
Post by: stahta01 on January 30, 2008, 04:59:41 pm
To compile trunk using windows XP and NOT using PCH needed this patch.

Tim S

Code
Index: src/plugins/classwizard/classwizarddlg.cpp
===================================================================
--- src/plugins/classwizard/classwizarddlg.cpp (revision 4852)
+++ src/plugins/classwizard/classwizarddlg.cpp (working copy)
@@ -41,6 +41,7 @@
 #include "editormanager.h"
 #include "globals.h"
 #include "manager.h"
+#include "macrosmanager.h"
 #include "projectmanager.h"
 #endif
 #include "cbstyledtextctrl.h"
Title: Re: The 26 January 2008 build (4845) is out.
Post by: killerbot on January 30, 2008, 05:39:05 pm
done
Title: Re: The 26 January 2008 build (4845) is out.
Post by: rhf on January 30, 2008, 06:45:32 pm
I have just experienced a problem with the latest nightly build on Windows XP.
The debug commands are not working properly. For example, F7 does not do Next Line but does Step into, which should be Shift-F7. Ctrl-Shift-F7 appears to abort or maybe continue, etc.

I then tested this with my compiled CodeBlocks and had similar problems, so this may not really be a Nightly build problem.
Everything looks OK in cbKeyBinder10.ini. I also tried an earlier gdb.exe with no luck. It is possible that I messed up the .conf file but I have erased it and started over several times with no success.

This is bad timing because I was using the latest Nightly build to convince several colleagues to switch to CodeBlocks.
Their first question was, does CB have an integrated debugger.  Hopefully, someone has a simple suggestion for fixing this before my colleagues give up on me.

Thanks.
Title: Re: The 26 January 2008 build (4845) is out.
Post by: Pecan on January 30, 2008, 07:35:14 pm
I have just experienced a problem with the latest nightly build on Windows XP.
The debug commands are not working properly. For example, F7 does not do Next Line but does Step into, which should be Shift-F7. Ctrl-Shift-F7 appears to abort or maybe continue, etc.

I then tested this with my compiled CodeBlocks and had similar problems, so this may not really be a Nightly build problem.
Everything looks OK in cbKeyBinder10.ini. I also tried an earlier gdb.exe with no luck. It is possible that I messed up the .conf file but I have erased it and started over several times with no success.

This is bad timing because I was using the latest Nightly build to convince several colleagues to switch to CodeBlocks.
Their first question was, does CB have an integrated debugger.  Hopefully, someone has a simple suggestion for fixing this before my colleagues give up on me.

Thanks.


As a test, I would completely disable keybinder at Menu/Plugins/ManagePlugins. Then restart CB.

If that solved the problem, I'd then delete keybinder10.ini . Keybinder will build a new one on the next CB startup.

It's possible that a crash or very old keybinder10.ini file has mismatched the menuId's. I've seen this happen when a plugin crashes while keybinder was writing it's .ini file.

It's also possible, that if you've copied a keybinder ini file that belonged to a different configuration of CB (eg., different plugins loaded) that the menuId's will be off by the number of menu items the plugins add or replace. Eg., plugin y on system2 got system1's plugin x's menuId's from the copied keybinder10.ini, because plugin  x is not on system2.

This corrects itself over time (in partial scans every 15 seconds), but it can be confusing.

To make a new keybinder10.ini, simple (re)"save" after bringing up the keybinder settings dialog.

Edit: 2008/01/30 1:44
My F7 and other debugger keys seem to be working correctly.
svn build  rev 4829 (2008-01-16T20:17:30.273085Z)   gcc 3.4.5 Windows/unicode
 
Title: Re: The 26 January 2008 build (4845) is out.
Post by: rhf on January 31, 2008, 12:50:06 am
The debug commands are not working properly. For example, F7 does not do Next Line but ...
As a test, I would completely disable keybinder at Menu/Plugins/ManagePlugins. Then restart CB.  etc.
Thanks very much for your suggestions, Pecan, but nothing seemed to fix the problem.
Finally, I decided to switch compilers (version 4.2.1) from mingw32-gcc-sjlj.exe and mingw32-g++-sjlj.exe to mingw32-gcc-dw2.exe and mingw32-g++-dw2.exe. Everything now seems to work fine.
Thanks again.
Title: Re: The 26 January 2008 build (4845) is out.
Post by: MortenMacFly on January 31, 2008, 08:17:45 am
To compile trunk using windows XP and NOT using PCH needed this patch.
I knew it!

...what's missing is surely a non-PCH build fix. I hope stahta01 will help here...
Hehe... ;-)
Title: Re: The 26 January 2008 build (4845) is out.
Post by: yipinx on January 31, 2008, 03:57:45 pm
Hey i'm new to code blocks and i have a question.

Not sure why it has difficulties installing.. I'm using windows xp sp2 and I tried different scenarios:
1) install 1.0 rc2 download the 3 packages, and simply copy them in the codeblocks dir. however there doesn't seem to be a project template ready, and therefor i'm not able to create a new project...
2) clean install of only the 3 packages of the nightly build (simply unpack and copy to the codeblocks dir). Now it complains that i should use the --prefix to set the base data path.. however nothing seems to work....

anyone an idea??

cheers,
-jo

Title: Re: The 26 January 2008 build (4845) is out.
Post by: stahta01 on January 31, 2008, 08:03:17 pm
Hey i'm new to code blocks and i have a question.

Not sure why it has difficulties installing.. I'm using windows xp sp2 and I tried different scenarios:
1) install 1.0 rc2 download the 3 packages, and simply copy them in the codeblocks dir. however there doesn't seem to be a project template ready, and therefor i'm not able to create a new project...
2) clean install of only the 3 packages of the nightly build (simply unpack and copy to the codeblocks dir). Now it complains that i should use the --prefix to set the base data path.. however nothing seems to work....

anyone an idea??

cheers,
-jo



Make a new empty directory, then copy the files followed by extract the files into the new directory. DO NOT extract them into the RC2 folder. Note, use 7Zip to extract the files. http://www.7-zip.org/

Tim S
Title: Re: The 26 January 2008 build (4845) is out.
Post by: rhf on February 01, 2008, 02:43:32 pm
The debug commands are not working properly. For example, F7 does not do Next Line but ...
To follow up on my previous posts. The debug problem is NOT a CodeBlocks issue.
In the MinGW forums, it has been noted that the gcc 4.2.1 -sjlj compiler does not work properly with the latest gdb versions.   Apparently -dw2 works OK, at least it does for me.
Title: Re: The 26 January 2008 build (4845) is out.
Post by: thomas on February 02, 2008, 11:51:25 am
That's funny, I just talked with Ceniza yesterday who is using 4.2.1-dw, and for whom it doesn't work. Strange enough, it does for me.