Author Topic: The 29 July 2007 build (4335) is out.  (Read 12045 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 29 July 2007 build (4335) is out.
« 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.

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)


Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 29 July 2007 build (4335) is out.
« Reply #1 on: July 29, 2007, 07:48:05 pm »
Build for Ubuntu 7.04 i386 can be found here

Best regards,

pasgui

Offline SR

  • Multiple posting newcomer
  • *
  • Posts: 22
    • My blog
Re: The 29 July 2007 build (4335) is out.
« Reply #2 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

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 29 July 2007 build (4335) is out.
« Reply #3 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.
« Last Edit: July 30, 2007, 06:50:44 am by daniel2000 »
Nightly builds for openSUSE

cleisthenes

  • Guest
Re: The 29 July 2007 build (4335) is out.
« Reply #4 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.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 29 July 2007 build (4335) is out.
« Reply #5 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. :)
Be a part of the solution, not a part of the problem.

Offline stg

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: The 29 July 2007 build (4335) is out.
« Reply #6 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

cleisthenes

  • Guest
Re: The 29 July 2007 build (4335) is out.
« Reply #7 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.

 

Ptomaine

  • Guest
Re: The 29 July 2007 build (4335) is out.
« Reply #8 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:
All other distributions aren't supported atm.

Thank you, daniel2000, ever so much!

Nimos

  • Guest
Re: The 29 July 2007 build (4335) is out.
« Reply #9 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?