User forums > Nightly builds
The 22 august 2007 build (4405) is out.
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 !!
--- End quote ---
when I updated to 4405, I had
--- Code: ---namespace autorevision
{
const unsigned int svn_revision = 4405;
}
--- End code ---
in autorevision.h without svn.exe.
Build fails, complaining about autorevision::svnRevision
After having installed svn, I have in autorevision.h
--- Code: ---namespace autorevision
{
const unsigned int svn_revision = 4405;
const wxString svnRevision(_T("4405"));
const wxString svnDate(_T("2007-08-22T09:19:43.242168Z"));
}
--- End code ---
and it builds correctly.
Dje
SR:
Slackware build updated to revision 4405
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1
dronT78:
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:
--- 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
--- End quote ---
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
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version