News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 22 august 2007 build (4405) is out.

Started by killerbot, August 22, 2007, 09:57:26 PM

Previous topic - Next topic

killerbot

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

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 22 August 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070822_rev4405_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070822_rev4405_Ubuntu6.10+7.04_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070822_rev4405_Debian4.0_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070822_rev4405_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070822_rev4405_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • wxSmith:
    * Update to base properties (cleaned some things up and added ability to fetch position / size of resource from constructor's argument)
    * Updated new resource generator - it now gives much more options
  • Backtick'd expressions cache is not cleared anymore (severe performance hit if many of them are used). Restarting C::B is the only way to clear it
  • Added debugger option not to auto-build before launching
  • Fixed crash in compiler plugin under certain circumstances (when selecting another target in the combo box)
  • Made .java files recognized as compileabe sources (no Java support!)

Regressions/Confirmed/Annoying/Common bugs:


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


pasgui

Build for Ubuntu 7.04 i386 can be found here

I would like to display the changes in APT but I don't know how to....If somebody know it !

Regards,

pagui

Xaviou

Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx284) can be found here.
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

dje

Hi all !

Little piece of information...
Before (I don't SVN version...), it was possible to build C::B without svn installed.
It is no more possible.

Dje

killerbot


rolandixor

When do you think Java support will be added?

BTW, how good is support for custom stuff (langs, interpreters, compilers)?
Would something like gui4cli work with CB?
All you need is the interpreter, and a way to recognize it as a language...

dje

Quote from: killerbot on August 22, 2007, 11:02:11 PM
it still should be !!

when I updated to 4405, I had
namespace autorevision
{
const unsigned int svn_revision = 4405;
}

in autorevision.h without svn.exe.
Build fails, complaining about autorevision::svnRevision

After having installed svn, I have in autorevision.h
namespace autorevision
{
const unsigned int svn_revision = 4405;
const wxString svnRevision(_T("4405"));
const wxString svnDate(_T("2007-08-22T09:19:43.242168Z"));
}

and it builds correctly.

Dje

SR


dronT78

#8
There is a bug with GDB

- create console project;
- set breakpoint on first line at main() cout << "Hello world!" << endl;
- press Debug/Continue;
- breakpoint does not work.

if breakpoint on second line it works perfect  :D

Run to cursor works like Debug/Continue too.

Debian GNU/Linux Lenny (unstable) x86 32-bit
Kernel 2.6.21-2-amd64
glibc 2.6.1
GNU gdb 6.4.90-debian
C::B 4405 builded from svn
locale ru_RU.UTF-8

laserbeak43

#9
Quote from: pasgui on August 22, 2007, 10:14:31 PM
Build for Ubuntu 7.04 i386 can be found here

I would like to display the changes in APT but I don't know how to....If somebody know it !

Regards,

pagui
is this a 32 bit build? and if so, will it work on a 64 bit version of ubuntu?
__________________________________________________________________________________________________
it works, but i get an error with gtk.
here's a screenshot
http://img297.imageshack.us/img297/5485/codeblockserrorco6.png

PsYhLo

which wx do you use it has to be 2.8.4 or great ;)
and look for this dir if it exist /usr/share/codeblocks/locale/ if it not exist make it ;)
[url="http://img529.imageshack.us/img529/822/3664286vy.png"]http://img529.imageshack.us/img529/822/3664286vy.png[/url]

thomas

Quote from: rolandixor on August 22, 2007, 11:02:53 PMWhen do you think Java support will be added?
Will not, at least not any time soon (read the other topic).
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

laserbeak43

#12
Quote from: PsYhLo on August 23, 2007, 09:01:11 AM
which wx do you use it has to be 2.8.4 or great ;)
and look for this dir if it exist /usr/share/codeblocks/locale/ if it not exist make it ;)
:) ok i'll do that but i'm updating from a thread that i found here:
http://forums.next.codeblocks.org/index.php/topic,6627.msg51061.html#msg51061

success :)

pasgui

The command in a pre-build steps are launch two time:

Quote-------------- Build: Debug in gui ---------------
Running project pre-build steps
tools/autorevision/autorevision +wx +int +t . gui/src/autorevision.h 2>/dev/null
Running project pre-build steps
tools/autorevision/autorevision +wx +int +t . gui/src/autorevision.h 2>/dev/null
Target is up to date.
Process terminated with status 0 (0 minutes, 0 seconds)
0 errors, 0 warnings

Regards,

pasgui

qykc

Quote from: SR on August 23, 2007, 01:19:07 AM
Slackware build updated to revision 4405
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1

I update my codeblocks by this file (@archlinux), but :
error while loading shared libraries: libwx_gtk2u-2.8.so.0: cannot open shared object file: No such file or directory

I can find some libwx_gtk2u_xxx-2.8.so.0 file at /usr/lib. How to fix this error?