News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 23 september 2006 build is out.

Started by killerbot, September 23, 2006, 06:39:19 PM

Previous topic - Next topic

killerbot

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)


dmoore

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]
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

Poobah

What is scintilla? I've looked through the forum and wiki, but I can't find anything that actually says what it is.

stahta01

#3
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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Kazade

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.

TheTuxKeeper

Quote from: Kazade 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.
Can you post these two lines of mailcap ?
Nightly builds for openSUSE

cborders

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? 

TheTuxKeeper

Quote from: cborders 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? 
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

cborders

Very cool!  Thanks, I'll just get the svn and build it!  :P