Author Topic: The 07 april 2006 build is out.  (Read 12811 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 07 april 2006 build is out.
« 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:

  • 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)
« Last Edit: April 07, 2006, 10:38:07 pm by killerbot »

Skinney

  • Guest
Re: The 07 april 2006 build is out.
« Reply #1 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

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 07 april 2006 build is out.
« Reply #2 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

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 07 april 2006 build is out.
« Reply #3 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 is a link to docbook-xml 4.4 and here are the XSL files for docbook. ;)
Nightly builds for openSUSE

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 07 april 2006 build is out.
« Reply #4 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

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 07 april 2006 build is out.
« Reply #5 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).
Nightly builds for openSUSE

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 07 april 2006 build is out.
« Reply #6 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

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 07 april 2006 build is out.
« Reply #7 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.
« Last Edit: April 08, 2006, 07:08:14 pm by daniel2000 »
Nightly builds for openSUSE

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: The 07 april 2006 build is out.
« Reply #8 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...)
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring