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 (http://forums.next.codeblocks.org/index.php/topic,3232.0.html).
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 23 October 2007 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20071023_rev4554_win32.7z
- Linux :
none
Resolved Fixed:
- wxSmith: Fixed bug in xrc-fetching code (items were not fetched at all)
- Fixed: A possible lock-up during UTF-8 encoding detection
- Implemented: [Feature Request #3747] Import Project needs to be disabled
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Error (none)
download2.berlios.de
Tue Oct 23 20:29:08 2007
Apache/2.0.54 (Linux/SUSE)
http://prdownload.berlios.de/codeblocks/CB_20071023_rev4553_win32.7z
and
http://prdownload.berlios.de/codeblocks/CB_20071023_rev4555_win32.7z
broken
link is fixed : 4554
Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here (http://www.esnips.com/web/CodeBlocks).
Quote from: Xaviou on October 23, 2007, 09:31:13 PM
Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here (http://www.esnips.com/web/CodeBlocks).
Hehe, we're on Ubuntu 7.10, dear :)
Quote from: bloom1 on October 23, 2007, 10:59:00 PM
Quote from: Xaviou on October 23, 2007, 09:31:13 PM
Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here (http://www.esnips.com/web/CodeBlocks).
Hehe, we're on Ubuntu 7.10, dear :)
I know, and these packages can be used on 7.10 to.
Next posts will be updated, including Gutsy Gibbon (if I don't forget... ;) )
Why can't download ? :(
The requested resource
/codeblocks/CB_20071023_rev4554_win32.7z
is no longer available on this server and there is no forwarding address. Please remove all references to this resource.
Additionally, a 410 Gone error was encountered while trying to use an ErrorDocument to handle the request.
Hmm, download server is totally down now?
This link is working for me.
http://prdownload.berlios.de/codeblocks/CB_20071023_rev4554_win32.7z
Forwarded to below.
http://download.berlios.de/codeblocks/CB_20071023_rev4554_win32.7z
Tim S
Perhaps the starters post could contain a link to LGP.
These guys build nightly builds for the three latest Ubuntu releases. Works perfectly on Ubuntu 7.10!
http://lgp203.free.fr/spip/spip.php?article1
Cheers,
San
Build for Ubuntu i386/amd64 can be found here (http://lgp203.free.fr/spip/spip.php?article1)
New repository: (http://lgp203.free.fr/spip/spip.php?article2)
deb http://lgp203.free.fr/ubuntu/ distname universe
instead of
deb http://lgp203.free.fr/ubuntu/ distname main
Quote from: killerbot on October 23, 2007, 07:56:30 PM
Resolved Fixed:
- wxSmith: Fixed bug in xrc-fetching code (items were not fetched at all)
Thanks...
Thats really great, now i can leave revision 4466
Best Regards
Jefri
It'd be great if nightly source tarballs were produced as well and put up on this site... Without internet access right now at home, and the public library doesn't like where the Ubuntu i386 builds are going. :(
You can download the tarballs from my site.
It's nearly the original svn-source-code. Only one or two files (at the moment) in the debian subdir are slightly modified..
Click the link in my sig, type "pool" as subdir. Any of the three suites (etch, lenny, sid) contain the same tarball.
I build both with Debian and Fedora 7, lately, that is the last couple of SVN releases I have tried to compile on Fedora 7, and have failed. Debian has no probelms. Below is the error I'm recieving, does someone have a quick answer to this problem, before I go on a three day find the bug mission :)
g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/local/lib/wx/include/gtk2-ansi-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I../../src/include -I../../src/include/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/wxFlatNotebook/include -I../../src/include/propgrid/include -Ulinux -Uunix -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT filemanager.lo -MD -MP -MF .deps/filemanager.Tpo -c filemanager.cpp -fPIC -DPIC -o .libs/filemanager.o
filemanager.cpp: In function 'bool WriteWxStringToFile(wxFile&, const wxString&, wxFontEncoding, bool)':
filemanager.cpp:204: error: no matching function for call to 'wxCSConv::cWC2MB(const wxChar*, size_t&, size_t*)'
/usr/local/include/wx-2.8/wx/strconv.h:89: note: candidates are: const wxCharBuffer wxMBConv::cWC2MB(const wchar_t*) const
/usr/local/include/wx-2.8/wx/strconv.h:106: note: const wxCharBuffer wxMBConv::cWC2MB(const wchar_t*, size_t, size_t*) const
make[3]: *** [filemanager.lo] Error 1
make[3]: Leaving directory `/codeblocks/src/sdk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/codeblocks/src/sdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/codeblocks/src'
make: *** [all-recursive] Error 1
Compiler version:
g++ (GCC) 4.1.2 20070925 (Red Hat 4.1.2-27)
Thanks in advance
Quote from: Tornado on October 27, 2007, 08:09:21 AM
gtk2-ansi-release-2.8
Try wxGTK 2.8.4
Unicode Release NOT ANSI release.
Tim S