Author Topic: The 05 october 2006 build is out.  (Read 11468 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 05 october 2006 build is out.
« on: October 05, 2006, 10:49:37 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/wxmsw26u_gcc_cb_wx2.6.3p2.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

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 05 October 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061005_rev3012_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061005_rev3012_Ubuntu6.06.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061005_rev3012_suse100+101.rpm (not yet)


Resolved Fixed:

  • a few adjustments (uninitialised member variables) in CC plugin that may lead to imrpoved stability
  • Update to TinyXml 2.5.2

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263)


sethjackson

  • Guest
Re: The 05 october 2006 build is out.
« Reply #1 on: October 05, 2006, 11:14:11 pm »
Windows ANSI build is here.

Offline AmR EiSa

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: The 05 october 2006 build is out.
« Reply #2 on: October 06, 2006, 05:34:20 am »
Thanks , i like that :) .
but why wx263 not wx270 ??

AmR EiSa

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 05 october 2006 build is out.
« Reply #3 on: October 06, 2006, 06:13:06 am »
Quote from: r0ot
but why wx263 not wx270 ??

Code::Blocks, mainly the libraries it needs to work, won't compile with wx 2.7.0 and from what I've seen, none of the developers has the intention to get it working with it either.

But, on the other side, that won't stop you from developing with wx 2.7.0 using Code::Blocks :D

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 05 october 2006 build is out.
« Reply #4 on: October 06, 2006, 07:18:15 am »
Gentoo ebulds here  :o

Online stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 05 october 2006 build is out.
« Reply #5 on: October 06, 2006, 08:10:57 am »
This build has a minor but annoying problem.
The save project as feature saves the output as a file without LFs.

Window XP User

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 TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 05 october 2006 build is out.
« Reply #6 on: October 06, 2006, 03:11:12 pm »
The save project as feature saves the output as a file without LFs.
Considering C::B is the only one that's ever supposed to read project files, why should it matter whether they have line breaks?
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 05 october 2006 build is out.
« Reply #7 on: October 06, 2006, 03:19:19 pm »
The save project as feature saves the output as a file without LFs.
Considering C::B is the only one that's ever supposed to read project files, why should it matter whether they have line breaks?
manual modification ( I do it often, for changes that need to be applied to a whole bunch of projects), and then it's good a normal text editor can red/show it nicely.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 05 october 2006 build is out.
« Reply #8 on: October 06, 2006, 03:57:39 pm »
The save project as feature saves the output as a file without LFs.
Considering C::B is the only one that's ever supposed to read project files, why should it matter whether they have line breaks?

I too edit the .cbp . It a lot quicker making changes with an editor than searching for all the "god-only-remembers-where" UI buttons.

tangxinfa

  • Guest
Re: The 05 october 2006 build is out.
« Reply #9 on: October 06, 2006, 04:14:20 pm »
I build it failed these days, the lastest build out revision is 3001 in Sep 29 2006.
The compile error come from the file trunk\src\sdk\autorevision.h, this file has a incorrect content, show below:
Code
/*encoding="utf-8"?>*/
#ifndef AUTOREVISION_H
#define AUTOREVISION_H


#include <wx/string.h>

#define SVN_REVISION "encoding="utf-8"?>"

#define SVN_DATE     "<entry"

namespace autorevision
{
const unsigned int svn_revision = encoding="utf-8"?>;
const wxString svnRevision(_T("encoding="utf-8"?>"));
}



#endif

May be it related to the subversion, several days ago, I updated the TortoiseSVN to version 1.4, because i found it doesnot work well with the svn server of codeblocks, so i uninstalled it, and back to install the 1.3.

can you help me!
                  thanks!

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 05 october 2006 build is out.
« Reply #10 on: October 06, 2006, 04:26:32 pm »
update tortoise svn to 1.4, then remove that autorevision.h, do an update by using TortoiseSvn, and then build CB