User forums > Nightly builds

The 02 November 2007 build (4592) is out.

<< < (3/5) > >>

jorgino:
is there a version available for Ubuntu 7.04 32-bit? Also, when I try and update via the apt-get command I get this error message, I liked it best when we just had to download the file right from here and install it.

ubuntu@pc:~$ sudo apt-get install libcodeblocks0 codeblocks libwxsmithlib0 codeblocks-contrib
Password:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libcodeblocks0 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libcodeblocks0 has no installation candidate

Jenna:
It's in my repo now (see signature).

Build against wxWidgets 2.8.6 from now on.

The source is patched to make gdb stop at first breakpoint, even if it's the first instruction in main.

I will post the patch at berlios tomorrow (that means sunday).

Until now you can have a look here if you are interested in it.

It was/is only a bug in Linux and maybe other ports, but not in windows, because gdb is called in a different way under windows.

Because of the patch the version in my repository is called svn4592-1.

shajunxing:
Great job! :D

Mononofu:

--- Quote from: doomleika on November 03, 2007, 07:26:50 pm ---However, I mean when you "stepped into the scope" the watch still displays wrong number. i.e.when stepped on function "int lol()" call, it's wrong number, when stepped on ++k, it still wrong number, so does k =34; std::cout << k;.........well but the "cout" still produce the correct result. That's why I suspect the watch is broken in some way.....

--- End quote ---

Nah, it's not a bug. ^^
++k is resolved after the debugger stopped there, that's the reason why it shows the false number.
If you would put a breakpoint the line after, it should show correct output.

You'll find the same behaviour in Microsofts Visual Studio, if I remember right.

gd_on:
I have a problem when trying to build myself dll wxWidgets 2.8.6 with gcc 4.2.1.
I have downloaded it and installed in C:\wxWidgets-2.8.6 (default path).
If I follow the wiki and use gcc 3.4.5, no problems. The makefile is executed until it's end, and the dll is created.
If now I want to do the same with gcc 4.2.1 (dw2 in my case), add the path to the binaries (C:\Mingw_4\bin in my case) to the PATH variable (and deleted the path to the gcc 3.4.5 binaries to avoid confusions), then launch the makefile : it begins correctly (gcc calls) then has an error at the first windres call (line 4650 in makefile.gcc in C:\wxWidgets-2.8.6\build\msw in my case), telling me that wx/version.h is not found (included by ../../src/msw/version.rc), though this file exists (and is found when building with gcc 3.4.5). I tried without success to add explicitly in my PATH C:\wxWidgets-2.8.6\include.
Do I have to add something somewhere to build this dll correctly with gcc 4.2.1 ?

thanks

gd_on

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version