News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 29 July 2007 build (4335) is out.

Started by killerbot, July 29, 2007, 07:36:14 PM

Previous topic - Next topic

killerbot

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx284.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 29 July 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070729_rev4335_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070729_rev4335_Ubuntu6.10+7.04_wx2.8.4.tar.gz (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070729_rev4335_Debian4.0_wx2.8.4.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070729_rev4335_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070729_rev4335_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • Fixed: [Bug #11656] windows plugin wizard defaults to linking to wxmsw26u
  • Fixed: [Bug #11600] compiler plugin works only with admin rights

Regressions/Confirmed/Annoying/Common bugs:


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


pasgui

Build for Ubuntu 7.04 i386 can be found here

Best regards,

pasgui

SR


TheTuxKeeper

#3
Packages for Suse 10.1, 10.2 and factory (i586 and x84_64) against wxgtk 2.8 are available:
All other distributions aren't supported atm.
Nightly builds for openSUSE

cleisthenes

I was the one who reported the plugin wizard bug hoping it would fix my problem. It now links to wxmsw28u regardless of choice. That isn't the big issue for me.

I still can't get any compiled plugin to work with the nightly build that built the plugin.

I tried using the plugin wizard to create a tool plugin and compiled it without changes. It still doesn't work. Code blocks complains about possible difference in version of SDK or something like that.

The very same compiled plugin works for the a build of Code blocks straight from the source, but I need it to work with the nightly build. Is there something that I am missing here? I installed and compiled wxWidgets-2.8.4 correctly as I am able to create a simple window using the wxWidget wizard.

I tried compiling the autorevisioning plugin from this forum and after adding some more include directories for the compiler, it compiled without problems. It also doesn't work with the nightly build. Is there something about the nightly build that is incompatible with my setup? I am using Windows XP SP2, Mingw , wxWidgets 2.8.4.  ( complete with unicode, monolithic, shared and 2 versions, one without use_xrc and one with use_xrc.)

Thanks for your help.

Biplab

Quote from: cleisthenes on July 30, 2007, 07:44:14 AM
It now links to wxmsw28u regardless of choice.

Thanks for pointing this. It has been fixed in rev 4336. :)
Be a part of the solution, not a part of the problem.

stg

Quote from: cleisthenes on July 30, 2007, 07:44:14 AM
I tried compiling the autorevisioning plugin from this forum and after adding some more include directories for the compiler, it compiled without problems. It also doesn't work with the nightly build.

Try to link against the codeblocks.dll from the nightly instead the codeblocks.dll from your codeblocks build from source (linker options -> change 'codeblocks' directly to 'c:\...\codeblocks.dll'. It works at least for me. Otherwise CB complains about missing symbols!

Regards

cleisthenes

Quote from: stg on July 30, 2007, 09:59:38 AM

Try to link against the codeblocks.dll from the nightly instead the codeblocks.dll from your codeblocks build from source (linker options -> change 'codeblocks' directly to 'c:\...\codeblocks.dll'. It works at least for me. Otherwise CB complains about missing symbols!

Regards

This solved my problem. I think I remember reading about this somewhere, but forgot it. I had to go to the build options of the plugin and link both code blocks and wxmsw284 to the ones that come with code blocks. I didn't realize that .dll files counted, as it wasn't in the list of extensions. I also had to prepend the choices just in case.

Thanks Stg and Biplab.


Ptomaine

Quote from: daniel2000 on July 30, 2007, 06:48:45 AM
Packages for Suse 10.1, 10.2 and factory (i586 and x84_64) against wxgtk 2.8 are available:
All other distributions aren't supported atm.

Thank you, daniel2000, ever so much!

Nimos

This build (4335) has crashed twice for me. One time when an error during a compilation was to be reported and one time when I clicked on Environment under Settings.

I've only checked some posts here and I haven't found anyone posting the content of the codeblocks.RPT. Should I do that here?