Author Topic: The 08 May 2007 build is out.  (Read 19506 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 08 May 2007 build is out.
« on: May 08, 2007, 06:23:48 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

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


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

The 08 May 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070508_rev3942_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070508_rev3942_Ubuntu6.xx.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070508_rev3942_suse100-102.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070508_rev3942_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • wxSmith: Fixed problems with wxSmith's automake
  • Added few missing headers for non-pch builds, Fixed codeblocks.spec.in
  • CodeSnippets 1.2.66 2007/05/7
    - Modified code, cbp's and Makefile.am's to allow linux preprocessor defs
  • Class wizard now keeps the same class-name capitalization for the generated filenames

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)

« Last Edit: May 08, 2007, 06:44:05 pm by killerbot »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: The 08 May 2007 build is out.
« Reply #1 on: May 08, 2007, 06:33:46 pm »
Try rev 3942 instead of 3941 for windows link.

Tim S
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 killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 08 May 2007 build is out.
« Reply #2 on: May 08, 2007, 06:44:24 pm »
Try rev 3942 instead of 3941 for windows link.

Tim S

thx Tim,

stupid mistake, fixed it.

Offline z.e.k

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 08 May 2007 build is out.
« Reply #3 on: May 08, 2007, 07:19:41 pm »
Hi everybody, I noticed a small interface bug in the Project Wizards since you switched to wx2.8, sometimes the window is not large enouch and so some items can't be shown (buttons or edit).

I don't think it'll be to hard to fix (it's not very important either :P) but if you want I can fill a bug report =)

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 08 May 2007 build is out.
« Reply #4 on: May 08, 2007, 08:23:56 pm »
Ubuntu 6.10 & 7.04 Amd64 .deb installer can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline kelo81

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: The 08 May 2007 build is out.
« Reply #5 on: May 08, 2007, 09:22:48 pm »
I'm sorry for bothering you again with this problem, but I still can't enable/disable the "Categorize By file Types" and "Display folders as on disk" options  :(
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 08 May 2007 build is out.
« Reply #6 on: May 08, 2007, 09:36:37 pm »
I'm sorry for bothering you again with this problem, but I still can't enable/disable the "Categorize By file Types" and "Display folders as on disk" options  :(

could you please file a bugreport with steps to reproduce, here in the forums it might get lost.
Thanks.

Offline Silverling

  • Multiple posting newcomer
  • *
  • Posts: 18
Re: The 08 May 2007 build is out.
« Reply #7 on: May 08, 2007, 09:42:28 pm »
I have created a patch with an updated list of D keywords but I found out that someone else (user afb) has already made such patch. In fact, he missed a keyword, the var type "size_t". This patch is dated 25 April but has yet to be applied.
I'm unaware of what is required to apply a patch on the Head version, but I'm sure I'm not the first one to write a patch, only to find out someone already made one. Should have searched the list first, I guess.

Anyway great IDE, and the only one with support for D in Windows and Linux.

Offline kurapix

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: The 08 May 2007 build is out.
« Reply #8 on: May 08, 2007, 09:54:56 pm »
Feisty (i386) build can be found here.
All the revisions I made can be found here.

Kurapix
Code::Blocks package building script

Offline pauliusz

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: The 08 May 2007 build is out.
« Reply #9 on: May 08, 2007, 11:31:37 pm »
Someone... please close "Feature Request #3301". Patch is already applied.

Offline cacb

  • Lives here!
  • ****
  • Posts: 536
Re: The 08 May 2007 build is out.
« Reply #10 on: May 09, 2007, 12:11:39 am »
Hello all, my first post here.

I have been using Code::Blocks On WinXP and Kubuntu for about a month, congratulations with your excellent work, well done!

I have two observations, currently using 3942 on both platforms below
1. On Kubuntu 7.04, the build target combo box in the CB toolbar disappears as soon as you try to use it.
2. On XP, using VC2005 Express + Platform SDK, deselecting the /Zc:wchar_t ("wchar_t is the native type, not a typedef") has no effect. To make it a typedef you have to go to "Other options" and enter /Zc:wchar_t- manually (notice the trailing minus sign).

Cheers
cacb

Offline pauliusz

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: The 08 May 2007 build is out.
« Reply #11 on: May 09, 2007, 02:13:49 am »
I have fixed "new file not added to the project" bug... but BerliOS uploading is down... Will try to submit patch in the morning.

Offline kelo81

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: The 08 May 2007 build is out.
« Reply #12 on: May 09, 2007, 04:15:21 am »
I have fixed "new file not added to the project" bug... but BerliOS uploading is down... Will try to submit patch in the morning.

Cool!!  :D
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

Offline pauliusz

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: The 08 May 2007 build is out.
« Reply #13 on: May 09, 2007, 09:02:11 am »
I have fixed "new file not added to the project" bug... but BerliOS uploading is down... Will try to submit patch in the morning.

Cool!!  :D
http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1989&group_id=5358

Offline jeancf

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: The 08 May 2007 build is out.
« Reply #14 on: May 09, 2007, 03:24:59 pm »
Hi,

I managed to compile this nightly of Codeblocks under Gentoo Linux 2.6.20-r7 with wxwidgets 2.8.3 without error. All the errors related to codesnippets include files are now gone, thanks.

However when I launch Codeblocks the application crashes. It looks like this:  http://www.noirextreme.com/files/snapshot1.png with the "build target" dialog box shaking frantically by a few pixels up & down and does not respond. When I try to close it it throws the following error message after a few seconds:

Window with title "feed.cpp [funnel] - Code::Blocks svn build" is not responding. This window belongs to application codeblocks (PID=18224, hostname=localhost). Terminate or Keep Running?

Any idea what's wrong?

Thanks,

/~jc
« Last Edit: May 09, 2007, 03:45:41 pm by jeancf »

mowlwoorf

  • Guest
Re: The 08 May 2007 build is out.
« Reply #15 on: May 09, 2007, 03:56:15 pm »
I hope this is a new bug:
If I try and create a new File, then cb crashes. This is really annoying.  :(

Note: I figured out that this only happens if the checkbox "Add file to active project in build target(s)" is checked.
« Last Edit: May 09, 2007, 04:06:12 pm by mowlwoorf »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 08 May 2007 build is out.
« Reply #16 on: May 09, 2007, 05:55:03 pm »
Quote
However when I launch Codeblocks the application crashes.

It doesn't crash but enters an infinite loop (aka freezes).
This is a known bug when building C::B w/ wx2.8.3 in linux...
Be patient!
This bug will be fixed soon...

Offline pauliusz

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: The 08 May 2007 build is out.
« Reply #17 on: May 09, 2007, 07:09:12 pm »
I hope this is a new bug:
If I try and create a new File, then cb crashes. This is really annoying.  :(

Note: I figured out that this only happens if the checkbox "Add file to active project in build target(s)" is checked.

This is already fixed and will be in next nightly build.

Offline jeancf

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: The 08 May 2007 build is out.
« Reply #18 on: May 09, 2007, 07:25:30 pm »
It doesn't crash but enters an infinite loop (aka freezes).
This is a known bug when building C::B w/ wx2.8.3 in linux...

Thanks. Is there a patch for it somewhere already?

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: The 08 May 2007 build is out.
« Reply #19 on: May 09, 2007, 07:29:54 pm »
speaking of annoying... when the user selects "build -> run" how about a dialog box prompting to rebuild if relevant project files have changed? i can't tell you how many times i have accidentally run the old code after making a change and puzzled over the lack of change in the output.

i'll put the request into berlios if there are any takers otherwise i'll eventually get around to making the patch myself.

Offline RJP Computing

  • Almost regular
  • **
  • Posts: 135
    • RJP Computing
Re: The 08 May 2007 build is out.
« Reply #20 on: May 09, 2007, 10:01:56 pm »
...
2. On XP, using VC2005 Express + Platform SDK, deselecting the /Zc:wchar_t ("wchar_t is the native type, not a typedef") has no effect. To make it a typedef you have to go to "Other options" and enter /Zc:wchar_t- manually (notice the trailing minus sign).

Any thoughts about this?

I have brought this up before. Should I create a bug report? It seems like a simple fix, but I have no real idea because I don't have any knowledge of source of Code::Blocks.
- Ryan

Ubuntu/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, ATI Radeon 9600XT 256MB