Author Topic: The 05 May 2007 build is out.  (Read 19642 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 05 May 2007 build is out.
« on: May 05, 2007, 09:09:42 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 05 May 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070505_rev3935_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070505_rev3935_Ubuntu6.xx.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070505_rev3935_suse100-102.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070505_rev3935_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • show file properties in notebook menu, too (e.g. to see the file's path)
  • CodeSnippets 1.2.63 2007/05/3 : Incorporate mappedmemoryfile fixes by Tim S
  • Fixed find/replace infinite loop in some cases (patch #1960 for bug #10886)
  • Added "add separator" button in tools configuration dialog (patch #1977 for rfe #3301)
  • Fixed constant complaining about directory not being empty when creating project from user template (patch #1981)
  • Fixed linker error regex (lib not found) for gcc-derived compilers to work for non-windows platforms too
  • Updated codesnippets and wxsmith unix projects
  • Minor fixes in wxsmith to correctly build with wx2.8.0
  • Added src/aui_compat.h file to use either our bundled wxAUI or the wxWidgets supplied one, based on the wx version (<2.8.0 uses our own AUI)
  • CodeSnippets 1.2.64 2007/05/4 : corrections to code for removing unix BUILDING_PLUGIN
  • AStyle plugin
    - Fixed EOL bug
    - Fixed GNU style preview
    - Updated to AStyle 1.20.2
  • CodeSnippets Workarounds to unix build process to allow BUILDING_PLUGIN compile flag
  • CodeSnippets Revertins to 1.2.63 to avoid makefile limitations

Regressions/Confirmed/Annoying/Common bugs:

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

« Last Edit: May 05, 2007, 10:17:30 pm by killerbot »

Offline lubos

  • Almost regular
  • **
  • Posts: 131
Re: The 05 May 2007 build is out.
« Reply #1 on: May 05, 2007, 09:35:24 pm »
still object not found?  :shock:

GTOnizuka

  • Guest
Re: The 05 May 2007 build is out.
« Reply #2 on: May 05, 2007, 10:03:10 pm »
Date relase not correct and also link for download for win32 ;)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 05 May 2007 build is out.
« Reply #3 on: May 05, 2007, 10:17:55 pm »
fixed, my mistake, sorry.

GTOnizuka

  • Guest
Re: The 05 May 2007 build is out.
« Reply #4 on: May 05, 2007, 10:36:02 pm »
It's a pleasure to help all you, i like very much this IDE =)

Offline kurapix

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: The 05 May 2007 build is out.
« Reply #5 on: May 06, 2007, 02:09:29 am »
For people waiting a Feisty build here it is : download.
Sorry for being so late but I'm busy these time.

Kurapix
Code::Blocks package building script

Offline pauliusz

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: The 05 May 2007 build is out.
« Reply #6 on: May 06, 2007, 12:12:19 pm »
Quote
Added "add separator" button in tools configuration dialog (patch #1977 for rfe #3301)
My patch has been applied, but "Feature Request #3301" is still open...

Offline NameZero912

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 05 May 2007 build is out.
« Reply #7 on: May 06, 2007, 12:50:34 pm »
Is there a specific reason why new cpp/h files that I create by "File->New->File.." aren't automatically added to the project anymore, but I have to do that manually ? Or is it a bug ?

Offline pauliusz

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: The 05 May 2007 build is out.
« Reply #8 on: May 06, 2007, 01:05:54 pm »
Is there a specific reason why new cpp/h files that I create by "File->New->File.." aren't automatically added to the project anymore, but I have to do that manually ? Or is it a bug ?
Its a bug. Fill a bug report please...

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 05 May 2007 build is out.
« Reply #9 on: May 06, 2007, 02:49:16 pm »
It is a bug if file is created on the disk ( = saved ) otherwise it is not, as project files uses file path.
File/New does not force file creation, you can have a new one in the editor without saving it.

Dje

Offline pauliusz

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: The 05 May 2007 build is out.
« Reply #10 on: May 06, 2007, 04:29:57 pm »
It is a bug if file is created on the disk ( = saved ) otherwise it is not, as project files uses file path.
File/New does not force file creation, you can have a new one in the editor without saving it.

Dje
It is a bug. Otherwise checkbox "Add file to active project" has no meaning :)

Offline DC@DR

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 05 May 2007 build is out.
« Reply #11 on: May 06, 2007, 05:44:54 pm »
For people waiting a Feisty build here it is : download.
Sorry for being so late but I'm busy these time.

Kurapix
Thanks a lot for your build, keep up the good work :-)

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 05 May 2007 build is out.
« Reply #12 on: May 06, 2007, 06:26:54 pm »

Quote
It is a bug. Otherwise checkbox "Add file to active project" has no meaning

It is an "add file"; no file, no add  :)

I totally agree that the file should be added if created, I tested with current nightly on Win XP SP2 and it works.

Quote
Is there a specific reason why new cpp/h files that I create by "File->New->File.." aren't automatically added to the project anymore, but I have to do that manually ? Or is it a bug ?
Maybe more details (creation of file, OS) are required.

Dje

Offline Z_guy

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 05 May 2007 build is out.
« Reply #13 on: May 06, 2007, 06:28:24 pm »
Is there a specific reason why new cpp/h files that I create by "File->New->File.." aren't automatically added to the project anymore, but I have to do that manually ? Or is it a bug ?

I've got that bug too :(

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 05 May 2007 build is out.
« Reply #14 on: May 06, 2007, 06:54:23 pm »
Hi !

I found a small bug :
- File/New/Project...
- Right click on any item
- Click on Edit this script

The script is open in C::B in a modified state (* in the title bar) whereas it is not.

Dje

Offline kurapix

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: The 05 May 2007 build is out.et
« Reply #15 on: May 06, 2007, 08:18:50 pm »
It has been some days these bugs are there :
- Right click on Linux CB doesn't work.
- Where is the GTK+ wizard on Linux?
- When I try to create a wxWidget Project (2.6 or 2.8) with all default option (no custom) then I have a script error windows (I'll post the screen later).
- And finally I have this error when I load C::B : ERROR: Plugin resource not found: libwxsmithlib.zip.

I've test with a package I made (SVN3935) and the official package (SVN3925) using Ubuntu 7.04 Feisty Fawn.

Thanx

Kurapix
Code::Blocks package building script

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 05 May 2007 build is out.
« Reply #16 on: May 06, 2007, 08:36:26 pm »
Another bug (maybe because of previous one ??)

Quote
Hi !

I found a small bug :
- File/New/Project...
- Right click on any item
- Click on Edit this script

The script is open in C::B in a modified state (* in the title bar) whereas it is not.

Dje

After script file close without saving, files are still present in open files list.

Dje

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 05 May 2007 build is out.
« Reply #17 on: May 06, 2007, 08:41:01 pm »
Quote
I found a small bug :
- File/New/Project...
- Right click on any item
- Click on Edit this script

The script is open in C::B in a modified state (* in the title bar) whereas it is not.

No bug here. It's explicitely set as modified (through code) the time you open it.
Be patient!
This bug will be fixed soon...

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 05 May 2007 build is out.
« Reply #18 on: May 06, 2007, 08:48:59 pm »
OK, I found just surprising to have it modified as I did not type anything...

What about this one ?
Quote
After script file close without saving, files are still present in open files list.



[attachment deleted by admin]

Offline Deschamps

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: The 05 May 2007 build is out.et
« Reply #19 on: May 06, 2007, 10:44:02 pm »
- Where is the GTK+ wizard on Linux?

As far as i can remember (37xx build series) GTK+ wizard hasn't been available on Linux builds. But it's really simple create your own  user template and use it as reference for your future developments.
Those who were seen dancing were thought to be insane by those who could not hear the music

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: The 05 May 2007 build is out.et
« Reply #20 on: May 07, 2007, 10:52:58 pm »
- And finally I have this error when I load C::B : ERROR: Plugin resource not found: libwxsmithlib.zip.

That should be fixed now :) Just small mistake in makefiles

BYO

Offline kurapix

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: The 05 May 2007 build is out.
« Reply #21 on: May 08, 2007, 04:35:32 am »
I confirm that it is fixed in revision 3941.

These bugs still exists :
- Right click on Linux CB doesn't work.
- Where is the GTK+ wizard on Linux? (wasn't there one already?)
- When I try to create a wxWidget Project (2.6 or 2.Cool with all default option (no custom) then I have a script error windows (I'll post the screen later).
Tested on revision 3941.

Kurapix
Code::Blocks package building script

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 05 May 2007 build is out.et
« Reply #22 on: May 08, 2007, 10:47:17 pm »
- And finally I have this error when I load C::B : ERROR: Plugin resource not found: libwxsmithlib.zip.

That should be fixed now :) Just small mistake in makefiles

BYO

I still have this issue, even after configure, make clean and make ....

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: The 05 May 2007 build is out.
« Reply #23 on: May 09, 2007, 01:07:35 am »
Maybe make uninstall may help. But it may also require manually removing share/codeblocks/plugins/* just before make install (libwxsmithlib may still be there from previous instalation and can not be automatically remved since after updating makefiles it's not seen as part of C::B).

BYO