Author Topic: The 12 May 2007 build is out.  (Read 24997 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 12 May 2007 build is out.
« on: May 12, 2007, 05:48:25 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_wx283.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 12 May 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070512_rev3960_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070512_rev3960_Ubuntu6.xx.deb
   http://prdownload.berlios.de/codeblocks/CB_20070512_rev3960_suse100-102.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070512_rev3960_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • CodeSnippets 1.2.69 2007/05/9
    - update.bat remove old unused commands
    - Set launch LD_LIBRARY_PATH relative to AppPath
  • Fixed: [Bug #10987] Layout file error message
  • Fixed: [Bug #11016] Colour theme rename resets to defaults
  • Fixed: wxWidgets Wizard error in Linux
  • KeyBinder 1.0.32 2007/05/10
    - Removed OnIdle() dynamic merging. Set Merge just before user definitions.
    - Fixed disappearing "duplicate" menu items. If mis-matched id, just leave 'em alone.
  • CodeSnippets 1.2.70 2007/05/10
    - Fix duplicate menu entry
  • updated tinyxml (core lib) from 2.5.2 to 2.5.3 (bug fixes)
  • fixed issue that wizards would overwrite an existing file without warning(!!!)
  • CodeSnippets 1.2.71 2007/05/11
    - Fixes for use of non-precompiled headers + Tim S fixes
  • KeyBinder 1.0.33 2007/05/11
    - Fixes for use of non-precompiled headers + Tim S fixes

Regressions/Confirmed/Annoying/Common bugs:

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

« Last Edit: May 13, 2007, 01:24:37 am by killerbot »

jorge_andrade20

  • Guest
Re: The 12 May 2007 build is out.
« Reply #1 on: May 12, 2007, 07:07:46 pm »
I don't understand why, but for the past week, none of the Linux links to download C::B work, is there a problem with the server?

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 12 May 2007 build is out.
« Reply #2 on: May 12, 2007, 07:13:56 pm »
I don't understand why, but for the past week, none of the Linux links to download C::B work, is there a problem with the server?

Linux builds are posted with a delay. So sometimes the link may not work as they are not posted yet. Please wait or try older links.

Best Regards,

Biplab
Be a part of the solution, not a part of the problem.

CyberSlayer

  • Guest
Re: The 12 May 2007 build is out.
« Reply #3 on: May 12, 2007, 09:25:54 pm »
Ubuntu 7.04 i386 build here http://www.savefile.com/files/716160

Offline kurapix

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: The 12 May 2007 build is out.
« Reply #4 on: May 12, 2007, 09:52:46 pm »
Here is my package for Ubuntu 7.04 : download

The project page is here .
« Last Edit: May 12, 2007, 10:01:57 pm by kurapix »
Code::Blocks package building script

Hector

  • Guest
Re: The 12 May 2007 build is out.
« Reply #5 on: May 13, 2007, 07:42:18 pm »
Hello,
I have 2 recurrent problems, they do not occure on all revisions but are quite annoying :)

* The first one :

Strange and various behaviours with ctrl-c, ctrl-x, ctrl-v operations. On this revision, I have to do ctrl-c or ctrl-v two times before it works. For example, when I cut/paste some text, I actually paste the previous text copied :
 
- first time :
 aaaa <- copy (or cut)
 paste -> aaaa  (ok, it works)
- second time :
 bbbb <- copy (or cut)
 paste -> aaaa (instead of bbbb)
- third time :
 bbbb <- copy (or cut)
 paste -> bbbb (worked this time)


* other problem
- I launch C::B : ok, no problem
- I stop it
- I launch C::B again : remain on splash screen forever
- I kill it
- I launch it again : ok, it works
- I stop it
- I launch it : spash screen forever...

I installed C::B with berlios .deb on a Ubuntu feisty
 
regards,

Hector
(tried not to do too much english mistakes...)

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: The 12 May 2007 build is out.
« Reply #6 on: May 13, 2007, 08:15:28 pm »

Xerox

  • Guest
Re: The 12 May 2007 build is out.
« Reply #7 on: May 13, 2007, 08:19:30 pm »
what about AMD64????

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7589
    • My Best Post
Re: The 12 May 2007 build is out.
« Reply #8 on: May 13, 2007, 08:26:09 pm »
what about AMD64????

Download the 32-bit version. If you have an GCC that is 64-bit try using it to make 64-bit version.

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 12 May 2007 build is out.
« Reply #9 on: May 13, 2007, 09:45:25 pm »
what about AMD64????

Sorry, but I had a very busy weekend.

Ubuntu 6.10 & 7.04 Amd64 .deb installer can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline Germán

  • Single posting newcomer
  • *
  • Posts: 3
Re: The 12 May 2007 build is out.
« Reply #10 on: May 14, 2007, 03:38:58 am »

* other problem
- I launch C::B : ok, no problem
- I stop it
- I launch C::B again : remain on splash screen forever
- I kill it
- I launch it again : ok, it works
- I stop it
- I launch it : spash screen forever...


When C::B doesn't close appropriately, the next time you launch it there is a window saying that some lock files still remains and that it will be deleted.
Sometimes, this window is hidden behind the splash screen waiting for someone to press 'OK'.
Try moving the splash screen (using Alt+Mouse drag or something) to see if that is the problem...
Good luck!

Germán

ejele012

  • Guest
Re: The 12 May 2007 build is out.
« Reply #11 on: May 14, 2007, 04:06:30 am »
   Hi;

   I install the latest Night Build and now, when I start the IDe I get this error:

   ERROR: Plugin resource not found: cbprofiler.zip
   ERROR: Plugin resource not found: compilergcc.zip
   ERROR: Plugin resource not found: debuggergdb.zip
   ERROR: Plugin resource not found: pluginwizard.zip

   I have CB running on XP.

   Thanks.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 12 May 2007 build is out.
« Reply #12 on: May 14, 2007, 08:52:51 am »
go into plugins dir and remove those very old zip files and/or the associated dll's.

or ... install the nightly in a fresh clean directory

Offline hangl

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: The 12 May 2007 build is out.
« Reply #13 on: May 14, 2007, 11:08:38 am »
can not Creat a wxwidgets project using project wizard if i select the compiler as cygwin gcc!

using winxp + cb svn build 3960


[attachment deleted by admin]

vicki

  • Guest
Re: The 12 May 2007 build is out.
« Reply #14 on: May 14, 2007, 01:54:18 pm »
hi
This is my first attempt at installing code::blocks under linux. My distro is Ubuntu 6.06 (32 bit version)
I've downloaded the above nightly build (12 May 2007) for ubuntu 6.xx

When installing i get the following error message :

Selecting previously deselected package codeblocks.
(Reading database ... 78146 files and directories currently installed.)
Unpacking codeblocks (from CB_20070512_rev3960_Ubuntu6.xx.deb) ...
dpkg-deb (subprocess): short read in buffer_copy (failed to write to pipe in copy)
dpkg-deb: subprocess paste returned error exit status 2
dpkg: error processing CB_20070512_rev3960_Ubuntu6.xx.deb (--install):
 short read in buffer_copy (backend dpkg-deb during `./usr/share/codeblocks/plugins/libkeybinder.so')
***
* Updating MIME database in /usr/share/mime...
Wrote 476 strings at 20 - 2788
Wrote aliases at 2788 - 2934
Wrote parents at 2934 - 32e4
Wrote literal globs at 32e4 - 3340
Wrote suffix globs at 3340 - 6688
Wrote full globs at 6688 - 66ac
Wrote magic at 66ac - bcf8
Wrote namespace list at bcf8 - bd08
***
Errors were encountered while processing:
 CB_20070512_rev3960_Ubuntu6.xx.deb

I get a similar error when installing CB_20070501_rev3915_Ubuntu6.xx.deb

Any help in solving this would be appreciated

thanx