News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 07 april 2006 build is out.

Started by killerbot, April 07, 2006, 08:32:48 PM

Previous topic - Next topic

killerbot

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)

Skinney

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

PsYhLo

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
[url="http://img529.imageshack.us/img529/822/3664286vy.png"]http://img529.imageshack.us/img529/822/3664286vy.png[/url]

TheTuxKeeper

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 is a link to docbook-xml 4.4 and here are the XSL files for docbook. ;)
Nightly builds for openSUSE

PsYhLo

thanks @daniel2000 for the links
is there someone who can tell me how to compile the docs
[url="http://img529.imageshack.us/img529/822/3664286vy.png"]http://img529.imageshack.us/img529/822/3664286vy.png[/url]

TheTuxKeeper

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).
Nightly builds for openSUSE

PsYhLo

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
[url="http://img529.imageshack.us/img529/822/3664286vy.png"]http://img529.imageshack.us/img529/822/3664286vy.png[/url]

TheTuxKeeper

#7
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.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.
Nightly builds for openSUSE

David Perfors

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