User forums > Nightly builds

The 21 January 2007 build is out.

(1/7) > >>

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 21 January 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070121_rev3526_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070121_rev3526_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070121_rev3526_suse100+101.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070121_rev3526_fc4+5.i586.rpm (not yet)


Resolved Fixed:


* * Use Full Path for source files (GDB workaround) option added :
- is an advanced compiler option
- default is false (means use relative paths) (this is the suggested value)
- the CB builtin MinGW GCC support has this value as true (use full path for the sources when hand over to the GCC compiler, so GDB can do a better breakpoint job)
* new wxSmith has arrived (bye bye old wxSmith)
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)

cstudent:
Howdy all,

I performed a little "experiment" on building the Ubuntu .deb. Not the one offered above in Killerbot's post, but a different one. This one should run on Breezy, Dapper, Edgy or Feisty. I've tested it out on Breezy, Dapper and Edgy. I'm in the process of setting up a Feisty Herd 2 machine to try it out on. I don't know how many Breezy users are still out there, but I'm looking for any volunteers to try it out. You can obtain it here:

http://www.savefile.com/projects/1070500

Also, the install dependencies are listed below. These dependencies hold true for the .deb in the nightly post as well:

binutils, coreutils, file, libc6, libgcc1 (>=1), libmagic1, libncurses5, libstdc++6, zlib1g, libwxgtk2.6-0 (>=2.6.1)

To work with a wxWidgets project you should also install libwxgtk2.6-dev and wx-common. It is assumed you have build-essential already installed. If not, you want to install that package too.


If you want to give my any feedback, you can email me at wjkirby@gmail.com.

AmR EiSa:
i can't find wxSmith Project ?!?  :shock:

byo:

--- Quote from: r0ot on January 21, 2007, 11:24:28 pm ---i can't find wxSmith Project ?!?  :shock:

--- End quote ---

Yop, it's not needed anymore  8)

Just create wxWidgets project,
Select menu wxSmith->Configure wxSmith current project
Select yes (we want to add wxSmith support)
wxSmith will quickly scan project's files and find wxApp code
Select app.cpp from list and click Use Selected File

Next it will show some notification dialog and application's properties.
The only thing left is to clean up code in app.cpp (wxSmith could do some things better but there are some more important things now ;) ), optionally it will work as it is.

Now you can add resources from wxSmith's menu and select one of them in wxSmith's configuration dialog for this project to be startup resource :)

I hope that there will be possibility to add wxSmith support directly into wxWidgets wizard, that would be the best solution

Regards
   BYO

basurapr:
Great job,

This is a nice one :D
bye bye  bugs

Navigation

[0] Message Index

[#] Next page

Go to full version