Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on April 07, 2006, 08:32:48 pm

Title: The 07 april 2006 build is out.
Post by: killerbot on April 07, 2006, 08:32:48 pm
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:


Regressions/Confirmed/Annoying/Common bugs:

Title: Re: The 07 april 2006 build is out.
Post by: Skinney on April 07, 2006, 08:41:14 pm
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
Title: Re: The 07 april 2006 build is out.
Post by: 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
Title: Re: The 07 april 2006 build is out.
Post by: TheTuxKeeper on April 08, 2006, 11:14:01 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. ;)
Title: Re: The 07 april 2006 build is out.
Post by: PsYhLo on April 08, 2006, 05:03:22 pm
thanks @daniel2000 for the links
is there someone who can tell me how to compile the docs
Title: Re: The 07 april 2006 build is out.
Post by: TheTuxKeeper on April 08, 2006, 06:17:45 pm
in the docs directory is a Makefile.win, perhaps this is the right one. Then you could try in the docs directory:
Code
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).
Title: Re: The 07 april 2006 build is out.
Post by: 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
Title: Re: The 07 april 2006 build is out.
Post by: TheTuxKeeper on April 08, 2006, 07:04:02 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.
Code
# Docbook XSL's
NWDBXSL=C:\compilers\unix\share\docbook\stylesheet\html\docbook.xsl
It 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.
Title: Re: The 07 april 2006 build is out.
Post by: David Perfors on April 09, 2006, 07:36:39 pm
Compiling the docs under windows is not yet tested (the first time, I managed to compile them, but then I changed the directory structure...)