Author Topic: The 23 september 2006 build is out.  (Read 10463 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 23 september 2006 build is out.
« on: September 23, 2006, 06:39:19 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 23 September 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060923_rev2991_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060923_rev2991_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060923_rev2991_fc4+5.rpm


Resolved Fixed:

  • Patch #1497 : Added special Scintilla commands to the edit menu

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)

« Last Edit: September 24, 2006, 09:25:12 am by killerbot »

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: The 23 september 2006 build is out.
« Reply #1 on: September 23, 2006, 11:15:50 pm »
in this and the previous build I get errors trying to create a new generic CB plugin project. something about a squirrel script failing and something about a missing manifest file

attached are the errors (images)





[attachment deleted by admin]

Poobah

  • Guest
Re: The 23 september 2006 build is out.
« Reply #2 on: September 24, 2006, 09:15:18 am »
What is scintilla? I've looked through the forum and wiki, but I can't find anything that actually says what it is.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 23 september 2006 build is out.
« Reply #3 on: September 24, 2006, 09:38:01 am »
See http://www.scintilla.org/ and http://scintilla.sourceforge.net/SciTE.html

The Text Editor in code block uses or is based on it.

Tim S
« Last Edit: September 24, 2006, 09:39:53 am by stahta01 »
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 Kazade

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: The 23 september 2006 build is out.
« Reply #4 on: September 24, 2006, 09:58:04 am »
Hey,

I dont know why but ive suddenly started getting the following message each time I start C::B...

08:03:30: Mailcap file /etc/mailcap, line 62: incomplete entry ignored.
08:03:30: Mailcap file /etc/mailcap, line 63: incomplete entry ignored.

does anyone know what this is and how to get rid of the message. Everything else seems to be working fine its just an annoyance.

Luke.

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 23 september 2006 build is out.
« Reply #5 on: September 25, 2006, 02:27:35 am »
Hey,

I dont know why but ive suddenly started getting the following message each time I start C::B...

08:03:30: Mailcap file /etc/mailcap, line 62: incomplete entry ignored.
08:03:30: Mailcap file /etc/mailcap, line 63: incomplete entry ignored.

does anyone know what this is and how to get rid of the message. Everything else seems to be working fine its just an annoyance.

Luke.
Can you post these two lines of mailcap ?
Nightly builds for openSUSE

Offline cborders

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: The 23 september 2006 build is out.
« Reply #6 on: September 25, 2006, 11:23:34 pm »
I tried to install the build from the 23rd but it complained that it couldn't find libwx eventhought it was in my /usr/lib64 directory.  I think it's probably because the build was targeted for the i386 version of FC5, so when will we see FC5 x86_64 builds? 

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 23 september 2006 build is out.
« Reply #7 on: September 26, 2006, 12:03:08 am »
I tried to install the build from the 23rd but it complained that it couldn't find libwx eventhought it was in my /usr/lib64 directory.  I think it's probably because the build was targeted for the i386 version of FC5, so when will we see FC5 x86_64 builds? 
Yes, x86 builds don't run on x86_64 unless you install the 32bit wxgtk libraries.
But take a look at the extras repository of FC5, there should be codeblocks packages (there's one from the 9th september rev2965). Not the latest but better than nothing, but building it yourself isn't so hard either ;)
Howto build it yourself can be found in the wiki:
Nightly builds for openSUSE

Offline cborders

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: The 23 september 2006 build is out.
« Reply #8 on: September 26, 2006, 12:18:28 am »
Very cool!  Thanks, I'll just get the svn and build it!  :P