Author Topic: The 18 June 2007 build is out.  (Read 14545 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 18 June 2007 build is out.
« on: June 18, 2007, 08:25:16 pm »
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/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 18 June 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070618_rev4105_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070618_rev4105_Ubuntu6.10+7.04_wx2.8.4.deb
   http://prdownload.berlios.de/codeblocks/CB_20070618_rev4105_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070618_rev4105_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • wxSmith: Yield delay method is now selected for Mac when fetching editor content, added Refresh before Update
  • Changed default TargetGenerationPolicy to platform_default in *Project Options->Build Target* dialog

Regressions/Confirmed/Annoying/Common bugs:

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

« Last Edit: June 18, 2007, 10:22:25 pm by killerbot »

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 18 June 2007 build is out.
« Reply #1 on: June 18, 2007, 08:47:49 pm »
RSS Feed 15 June. Please correct

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 18 June 2007 build is out.
« Reply #2 on: June 18, 2007, 09:31:57 pm »
done

Offline zortich

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: The 18 June 2007 build is out.
« Reply #3 on: June 18, 2007, 09:59:11 pm »
MY os is solaris 10.
svn = 4095
I have such errors yesterday I have installed CodeBlocks from Nightly builds.
When I compiling program evrything is ok.
but then I tries to  start the commpiled program i have such error.
startx xterm and in xterm is writed can't execvp.
How to fix this?

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2777
Re: The 18 June 2007 build is out.
« Reply #4 on: June 18, 2007, 10:19:53 pm »
MY os is solaris 10.
svn = 4095
I have such errors yesterday I have installed CodeBlocks from Nightly builds.
When I compiling program evrything is ok.
but then I tries to  start the commpiled program i have such error.
startx xterm and in xterm is writed can't execvp.
How to fix this?

Already reported as a bug, no solution currently suggested.
http://developer.berlios.de/bugs/?func=detailbug&bug_id=9677&group_id=5358

Offline zortich

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: The 18 June 2007 build is out.
« Reply #5 on: June 18, 2007, 11:03:54 pm »
but whereis sugestion (fix)  for bug?

Offline Morphius Faydal

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: The 18 June 2007 build is out.
« Reply #6 on: June 19, 2007, 12:29:25 am »
but whereis sugestion (fix)  for bug?

There isn't one yet.

extre

  • Guest
Re: The 18 June 2007 build is out.
« Reply #7 on: June 19, 2007, 10:16:41 am »
I have Ubuntu 6.10 with all updates and this is the error on installation:

# dpkg -i CB_20070618_rev4105_Ubuntu6.10+7.04_wx2.8.4.deb
(Reading database ... 153828 files and directories currently installed.)
Preparing to replace codeblocks 1.0svn-rev4081 (using CB_20070618_rev4105_Ubuntu6.10+7.04_wx2.8.4.deb) ...
Unpacking replacement codeblocks ...
***
* Updating MIME database in /usr/share/mime...
Wrote 484 strings at 20 - 2850
Wrote aliases at 2850 - 2a04
Wrote parents at 2a04 - 33f8
Wrote literal globs at 33f8 - 345c
Wrote suffix globs at 345c - 68e4
Wrote full globs at 68e4 - 6908
Wrote magic at 6908 - c010
Wrote namespace list at c010 - c020
***
dpkg: dependency problems prevent configuration of codeblocks:
 codeblocks depends on libfontconfig1 (>= 2.4.0); however:
  Version of libfontconfig1 on system is 2.3.2-7ubuntu2.
 codeblocks depends on libpango1.0-0 (>= 1.14.8); however:
  Version of libpango1.0-0 on system is 1.14.5-0ubuntu1.
 codeblocks depends on libpng12-0 (>= 1.2.13-4); however:
  Version of libpng12-0 on system is 1.2.8rel-5.1ubuntu0.2.
dpkg: error processing codeblocks (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 codeblocks

Maybe the installation work only on Ubuntu 7.04
« Last Edit: June 19, 2007, 10:28:28 am by extre »

Offline Morphius Faydal

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: The 18 June 2007 build is out.
« Reply #8 on: June 19, 2007, 10:28:16 am »
Looks like you need to upgrade libfontconfig, libpng, and maybe libpango.  Make sure you've got the latest updates for 6.10 in... Synaptic? is it?  But anyway, make sure you've got everything updated.

extre

  • Guest
Re: The 18 June 2007 build is out.
« Reply #9 on: June 19, 2007, 10:39:42 am »
I'm sure! I have all updates!
Check libs version on http://packages.ubuntu.com/edgy/libs/

Offline zortich

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: The 18 June 2007 build is out.
« Reply #10 on: June 19, 2007, 11:02:01 am »
but whereis sugestion (fix)  for bug?
There isn't one yet.
And when it will be?

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 18 June 2007 build is out.
« Reply #11 on: June 19, 2007, 02:50:34 pm »
I'm sure! I have all updates!
Check libs version on http://packages.ubuntu.com/edgy/libs/


I'm glad somebody spoke up. This is exactly the kind of comment I was looking for. Checking the package versions from the error message you posted, there is definitely a problem. I'll rebuild the deb and ask killerbot to republish it. Debian users will have to have their own separate package of Codeblocks.

Offline Morphius Faydal

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: The 18 June 2007 build is out.
« Reply #12 on: June 19, 2007, 04:24:13 pm »
I run gentoo, so I have no idea what the latest libs are for Ubuntu. :)

Offline Morphius Faydal

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: The 18 June 2007 build is out.
« Reply #13 on: June 19, 2007, 04:25:14 pm »
but whereis sugestion (fix)  for bug?
There isn't one yet.
And when it will be?

Whenever somebody comes up with a suitable solution.  :)

Offline JSThePatriot

  • Multiple posting newcomer
  • *
  • Posts: 16
    • Vortex Revolutions - IT Consulting
Re: The 18 June 2007 build is out.
« Reply #14 on: June 19, 2007, 05:46:50 pm »
Does anyone have a Ubuntu 7.04 64bit version? I thought there was someone who had been compiling with that setup.

Thanks,
JS