Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on July 29, 2007, 07:36:14 pm

Title: The 29 July 2007 build (4335) is out.
Post by: killerbot on July 29, 2007, 07:36:14 pm
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 (http://forums.codeblocks.org/index.php/topic,3232.0.html).

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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 29 July 2007 build (4335) is out.
Post by: pasgui on July 29, 2007, 07:48:05 pm
Build for Ubuntu 7.04 i386 can be found here (http://lgp203.free.fr/spip/spip.php?article1)

Best regards,

pasgui
Title: Re: The 29 July 2007 build (4335) is out.
Post by: SR on July 29, 2007, 10:23:27 pm
Slackware build updated to revision 4335
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1
Title: Re: The 29 July 2007 build (4335) is out.
Post by: TheTuxKeeper 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.
Title: Re: The 29 July 2007 build (4335) is out.
Post by: cleisthenes on July 30, 2007, 07:44:14 am
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.
Title: Re: The 29 July 2007 build (4335) is out.
Post by: Biplab on July 30, 2007, 09:32:24 am
It now links to wxmsw28u regardless of choice.

Thanks for pointing this. It has been fixed in rev 4336. :)
Title: Re: The 29 July 2007 build (4335) is out.
Post by: stg on July 30, 2007, 09:59:38 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
Title: Re: The 29 July 2007 build (4335) is out.
Post by: cleisthenes on July 30, 2007, 03:48:49 pm

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.

 
Title: Re: The 29 July 2007 build (4335) is out.
Post by: Ptomaine on July 30, 2007, 06:53:15 pm
Packages for Suse 10.1, 10.2 and factory (i586 and x84_64) against wxgtk 2.8 are available:
  • Where to find the packages and .repo files: http://software.opensuse.org/home:/TheTuxKeeper/ + distribution name
  • Howto install packages from my repository: http://en.opensuse.org/Build_Service/User
  • Where to get the right wxWidgets package (only for 10.2 and below): Mirror from ftp://packman.links2linux.de/pub/packman/MIRRORS + "suse/" + suse version
All other distributions aren't supported atm.

Thank you, daniel2000, ever so much!
Title: Re: The 29 July 2007 build (4335) is out.
Post by: Nimos on July 31, 2007, 07:34:39 pm
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?