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://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z
For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z
The 07 April 2006 build is out.
- Windows : http://download.berlios.de/codeblocks/CB_20060407_rev2321_win32.7z
- Linux :
http://download.berlios.de/codeblocks/CB_20060407_rev2321_ubuntu.deb
http://download.berlios.de/codeblocks/CB_20060407_rev2321_fc4.rpm
Resolved Fixed:
- First start on the userguide
- DragScroll v0.21 - Added missing event.Skip(); Re-instated listCtrl scrolling
- Doc: Added some installation documentation, more text about installation
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
- there are several issues with Code Completion (is being redesigned : work in progress)
I have this bug when i try to start CodeBlocks from a project file, it hangs... instead of opening a project file i have to start Codeblocks and then load the project... anyone else having this problem?
OS: Fedora Core 5 x86_64
I have a problem I can't compile the docs
this ones i found and compile
* libxml2
- libxml2
* libxslt
- libxslt1.1
but this ones i can't find from where can i get them to compile it and then to compile the docs you worked on it
* DocBook DTD
- docbook-xml
* DocBook XSL Stylesheets
- docbook-xsl
Greetings from PsYhLo
sorry for my poor english
Quote from: PsYhLo on April 08, 2006, 09:41:25 AM
I have a problem I can't compile the docs
this ones i found and compile
* libxml2
- libxml2
* libxslt
- libxslt1.1
but this ones i can't find from where can i get them to compile it and then to compile the docs you worked on it
* DocBook DTD
- docbook-xml
* DocBook XSL Stylesheets
- docbook-xsl
Greetings from PsYhLo
sorry for my poor english
Here (http://www.docbook.org/xml/4.4/index.html) is a link to docbook-xml 4.4 and here (http://sourceforge.net/project/showfiles.php?group_id=21935) are the XSL files for docbook. ;)
thanks @daniel2000 for the links
is there someone who can tell me how to compile the docs
in the docs directory is a Makefile.win, perhaps this is the right one. Then you could try in the docs directory:
make -f Makefile.win all
I don't use windows, so I can't test it. On linux there is a problem caused by wrong paths to the chunk.xsl file (when using the makefile in docguide).
no no no
you didn't understand me ( or i'm not asking the question right)
how can i install the libs so i can compile thes docs
because some of the libs does not have make or install function
Quote from: PsYhLo on April 08, 2006, 06:33:12 PM
no no no
you didn't understand me ( or i'm not asking the question right)
how can i install the libs so i can compile thes docs
because some of the libs does not have make or install function
Ok, now I got it :lol:
Just unzip it (
docbook-xsl-1.69.1) to the place you want. Then change this path in docs\Makefile.win to the one you extracted the zip file in.
# Docbook XSL's
NWDBXSL=C:\compilers\unix\share\docbook\stylesheet\html\docbook.xslIt would be perhaps C:\docbook-xsl-1.69.1\html\docbook.xsl or something like that.
Hope that this is right and it will work for you (and those who have the same prob)
EDIT: I don't know where to put docbook XML in.
Compiling the docs under windows is not yet tested (the first time, I managed to compile them, but then I changed the directory structure...)