News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 02 March 2007 build is out.

Started by killerbot, March 02, 2007, 09:53:28 PM

Previous topic - Next topic

killerbot

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 02 March 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070302_rev3659_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070302_rev3659_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070302_rev3659_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070302_rev3659_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • OpenWatcom support has been revamped
  • wxWidgets Wizard: Added OpenWatcom Support
  • Fixed debugger to be able to stop a program while running (linux).
  • Debugger's tooltip evaluation is temporarily disabled

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)


GTOnizuka

#1
Thanks as always,but a little problem: the feed is not working more :( Please adjust it,it's very useful! ;)

Forget it,now it's seems to be OK :)

watt

hi can install this version from source in my linux.

Pecan

Quote from: watt on March 02, 2007, 11:10:59 PM
hi can install this version from source in my linux.
//-- Wiki Index
    CodeBlocks Wiki Index
   //-- Wiki Main Page
    CodeBlocks Wiki Main Page

Search the Wiki index for "building" and "compiling" and "cookbook"


http://wiki.codeblocks.org/index.php?title=Nightly_Cookbook
Nightly Cookbook - CodeBlocks

watt

Quote from: Pecan on March 02, 2007, 11:42:08 PM
Quote from: watt on March 02, 2007, 11:10:59 PM
hi can install this version from source in my linux.
//-- Wiki Index
    CodeBlocks Wiki Index
   //-- Wiki Main Page
    CodeBlocks Wiki Main Page

Search the Wiki index for "building" and "compiling" and "cookbook"


http://wiki.codeblocks.org/index.php?title=Nightly_Cookbook
Nightly Cookbook - CodeBlocks


for windows i found, but to linux ... not easy ...


AmR EiSa


watt



Auria

Quote from: watt on March 03, 2007, 01:18:56 AM
and where i can get the source of this nightly ????? to update my version.

How to get the source is explained in http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux. (You could have read it before asking!) You don't need to get the source of a specific nightly, just use SVN and you'll have the latest.

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

jbreen

I don't know if it's something new or possibly because code::blocks is developed and packaged using Ubuntu, but I am using debian etch and when I do debian/rules binary to build a code::blocks deb, I get an error dh_iconcache: command not found.

A little research revealed that dh_iconcache is implemented in Ubuntu's debhelper 5.0.40, but not debian's and that there appear to not currently be any plans to bring it into debian in the near future.

I wound up working around it by editing the debian/rules file and commenting out that line - with it in place, I can't build a deb of code::blocks.

Hope this helps somebody out...

John Breen

Biplab

#12
Quote from: r0ot on March 03, 2007, 12:47:45 AM
what new in OpenWatcom support ?

Major Changes:

  • Removes the registry key check during auto-detection. It's been found that OpenWatcom (OW) does not create any registry key.
  • Appropriate Include Dirs , Library Dirs and Resource Include Dirs have been added for OpenWatcom 1.6.
  • Linking is now done with wlink.exe
  • Linker options, object files and resource objects are now mapped for wlink.exe
  • Fixed bug in linking DLL with debug information.
  • Fixed issue with parsing Warning Notes as Error Messages. Now it should properly report Warnings and Errors in Build-log.

OpenWatcom should now be able to compile and link most of the projects successfully. wxWidgets project wizard will now allow user to compile wxWidgets app with OpenWatcom. Tested with OpenWatcom 1.6 :)
Be a part of the solution, not a part of the problem.

AmR EiSa

ok what about compile and link lib & elf for linux in windows and anther OSs OW support it ?

Biplab

Quote from: r0ot on March 03, 2007, 05:38:54 AM
ok what about compile and link lib & elf for linux in windows and anther OSs OW support it ?

Changes are for windows only. I didn't understand elf for Linux! :?

But Linux compiler of OW is in experimental stage and I've not tested it. OS2 is supported by OW but not by C::B. :)
Be a part of the solution, not a part of the problem.