Author Topic: The 06 April 2007 build is out.  (Read 24256 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 06 April 2007 build is out.
« on: April 06, 2007, 11:43:23 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/wxmsw26u_gcc_cb_wx2.6.3p2.7z

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.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

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 06 April 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070406_rev3816_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070406_rev3816_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070406_rev3816_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070406_rev3816_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • Project file options dialog now shows parent project's compiler
  • Fixed: Couple of wrong uses of "..." in editor pop-up menu
  • Build progress bar now gets cleared if a build fails

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)

« Last Edit: April 07, 2007, 02:51:31 pm by killerbot »

Offline hangl

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: The 06 April 2007 build is out.
« Reply #1 on: April 07, 2007, 08:05:30 am »
First I set openwatcom(w32)compiler as default complier.then I creat a new c++ file ("hello world"),
and next I compiled the current file(ctrl -shift -f9) ,And CB crashed!

(winxp sp2 / Open Watcom C/C++ Version 1.6/ CB svn 3816.)

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 06 April 2007 build is out.
« Reply #2 on: April 07, 2007, 03:55:55 pm »
Updated Ubuntu Feisty Fawn package available here.

Offline RJP Computing

  • Almost regular
  • **
  • Posts: 135
    • RJP Computing
Re: The 06 April 2007 build is out.
« Reply #3 on: April 07, 2007, 05:09:39 pm »
This is going to sound really stupid, but where is the setting to turn on the build progress bar? I know this was added and I can't seem to find it. Sorry I know this is lame.  :oops:
- Ryan

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

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 06 April 2007 build is out.
« Reply #4 on: April 07, 2007, 05:17:59 pm »
This is going to sound really stupid, but where is the setting to turn on the build progress bar?
Settings->Compiler and debugger->Global compiler settings->Other settings->Display build progress bar. :)
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline RJP Computing

  • Almost regular
  • **
  • Posts: 135
    • RJP Computing
Re: The 06 April 2007 build is out.
« Reply #5 on: April 07, 2007, 09:22:39 pm »
This is going to sound really stupid, but where is the setting to turn on the build progress bar?
Settings->Compiler and debugger->Global compiler settings->Other settings->Display build progress bar. :)
Thanks.
- Ryan

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

Offline szczepan

  • Multiple posting newcomer
  • *
  • Posts: 42
Codesnippets fails to build (v3818, Linux, wx2.6.3)
« Reply #6 on: April 08, 2007, 06:01:17 am »

Code
snippetsconfig.cpp: In member function 'void CodeSnippetsConfig::SettingsLoad()':
snippetsconfig.cpp:139: error: invalid conversion from 'const wxChar*' to 'wxChar*'


Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: Codesnippets fails to build (v3818, Linux, wx2.6.3)
« Reply #7 on: April 08, 2007, 08:37:22 pm »

Code
snippetsconfig.cpp: In member function 'void CodeSnippetsConfig::SettingsLoad()':
snippetsconfig.cpp:139: error: invalid conversion from 'const wxChar*' to 'wxChar*'



Fixed: SVN 3819. Thanks

Offline jmccay

  • Almost regular
  • **
  • Posts: 202
Re: The 06 April 2007 build is out.
« Reply #8 on: April 09, 2007, 04:13:00 am »
I just upgraded from a previous version.  When I upgraded, it asked me to use the new default setting because things changed, so I chose the new default settings.  I used to have a variable defined $(WX_SUFFIX).  I can't seem to find it any more.  Where would/should it have been.  Also can I add those variables still?  If so where?  Were they project specific or CB specific?

   Also, with wxSmith, when I try to run an older program (after recompiling successfully), I get an error telling me:

"Invalid XRC resource file 'file:/C%3A/development/projects/software/ ... /editAcctdialog.wxs': doesn't have root node 'resource'

That's an odd file location (the %3A).  I don't know why, but at least 2 of my projects give the same error.  I have on that seems to work fine.  When was the last time wxSmith was updated/changed?  I know a newer version was in the works, but has it been applied to CB yet?

Other than that.  I like the latest build so far.  Keep up the good work.
jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 06 April 2007 build is out.
« Reply #9 on: April 09, 2007, 04:39:20 am »
"Invalid XRC resource file 'file:/C%3A/development/projects/software/ ... /editAcctdialog.wxs': doesn't have root node 'resource'

All XRC file shall have <resource> root node. It seems the file you are using doesn't have them.
Be a part of the solution, not a part of the problem.

Offline jmccay

  • Almost regular
  • **
  • Posts: 202
Re: The 06 April 2007 build is out.
« Reply #10 on: April 09, 2007, 04:49:03 am »
Is it possible to create a debug build option without using a debug version of wxWidgets?  Should I post all these questions to another section?

jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 06 April 2007 build is out.
« Reply #11 on: April 09, 2007, 05:05:05 am »
I'm assuming you want to use Release lib of wx and create a debug build of your app. This is possible only with GCC.

Just check the "Configure advanced options" in the wxWidgets project wizard and it would configure your project accordingly.

Regards,

Biplab
Be a part of the solution, not a part of the problem.

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 131
Re: The 06 April 2007 build is out.
« Reply #12 on: April 09, 2007, 10:34:18 am »
I have built this revision (3816) for Fedora Core 5, 6 and Development. It should soon appear on Fedora mirrors.
Code::Blocks package maintainer for Fedora and EPEL

Offline bugmenot

  • Multiple posting newcomer
  • *
  • Posts: 32
Re: The 06 April 2007 build is out.
« Reply #13 on: April 09, 2007, 12:26:19 pm »
Hello there!
First: Great Work!

OK, I have a little question about the Windows version:
Everytime I use the normal Shortcuts for Copy, Cut and Paste (Ctrl-C, X, V) the whole line is used instead of just the marked part.
After setting the shortcuts for these functions manually in the options dialog they work without problems.
In my old version of CodeBlocks (3542) I did not have to do that. And I think, thats the usual thing you woud expect. Or is it menat as a new feature?

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: The 06 April 2007 build is out.
« Reply #14 on: April 09, 2007, 11:52:22 pm »
   Also, with wxSmith, when I try to run an older program (after recompiling successfully), I get an error telling me:

"Invalid XRC resource file 'file:/C%3A/development/projects/software/ ... /editAcctdialog.wxs': doesn't have root node 'resource'

That's an odd file location (the %3A).  I don't know why, but at least 2 of my projects give the same error.  I have on that seems to work fine.  When was the last time wxSmith was updated/changed?  I know a newer version was in the works, but has it been applied to CB yet?

Other than that.  I like the latest build so far.  Keep up the good work.
jmccay

Uhmm, this looks really strange for me. wxSmith should never have file names stored in form 'file:/...', and this %3A seems to be some result of XML string conversion. Could you open project's .cbp file in some text editor, search for <wxsmith> node and see if there are some invalid enteries in form of 'file:/C%3A/..." ? Correcting these values should fix the problem.

Regards
  BYO