News:

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

Main Menu

The 13 October 2007 build (4530) is out.

Started by killerbot, October 13, 2007, 06:58:57 PM

Previous topic - Next topic

killerbot

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx284.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

The 13 October 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071013_rev4530_win32.7z
  - Linux :
   none

Resolved Fixed:


  • Fixed: [Bug #12110] "Output filename" doesn't get saved correctly in project
  • wxSmith: Fixed bug in %o nd %r formattings (so valid item is now passed to SetSizer or Sizer->Add etc)
  • wxSmith: Enabled forward declarations switch for new resources (such resources will create forward declaration instead of including header where it's possible)
  • only check for pkg-config/gtk+-2.0 when actually using wxGTK
  • wxSmith: Enabled PCH gard (list of headers is now splitted into two parts when pch file is used - one for includes already in pch file and second for those headers that are not included in pch)

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


pasgui


Jenna

debian-repository with nightlies (slow because it's a home-server via dsl)

actually svn4530

etch / stable
deb http://jens.lody.name/debian/ etch main
deb-src http://jens.lody.name/debian/ etch main


lenny / testing
deb http://jens.lody.name/debian/ lenny main
deb-src http://jens.lody.name/debian/ lenny main


sid / unstable
deb http://jens.lody.name/debian/ unstable main
deb-src http://jens.lody.name/debian/ unstable main


add my public-key to apt's trustdb:
wget -q http://jens.lody.name/debian/jens.asc -O-  | sudo apt-key add -

build against wxWidgets 2.84 from

http://apt.tt-solutions.com/debian/ etch main
key-import to apt's trusted keys:
wget -q http://www.tt-solutions.com/vz/key.asc -O-  | sudo apt-key add -


darthdespotism

Codeblocks crashes for me on Ubuntu 7.10 Beta.

Build with dpkg-buildpackage without -nc (like doing make clean && make && make install)

I'll atach crashlog

[attachment deleted by admin]

Marenz

#4
Hi there,
using gcc-4.1 fixed my problems regarding the timestamp functions, thanks for the help.

Though here is a.. well bug or misbehaviour: Everytime i debug a program and it receives an error, and codeblocks asks for a Backtrace, i get the msg "the layout has changed, do you want to save it?" as if i would have hit the close button.. i always press cancle then. After that, the msg for the backtrace pops up...
Update: it happens even without the backtrace question.. always when i debug

debian lenny, amd64, selfcompiled (4529)

--Ano

darthdespotism

is this the same for you as the one that happens for me (crashlog above)?

Marenz

no, no crash here. i don't build a package, i just do make install

--Ano

Usky_yahooo

seemingly there is a bug in wxSmith
When adding a dialog and adding text controls,the source code generated is not correct.Seemingly the contructor didn't call the right function .And I can't access the text control text through the variable .The build in the October 1st is better.

darthdespotism

Quote from: Suprano on October 14, 2007, 02:50:05 PM
no, no crash here. i don't build a package, i just do make install

--Ano

You said the backtrace poped up? This is what I meant ;)

sque

Quote from: killerbot on October 13, 2007, 06:58:57 PM
  • Fixed: [Bug #12110] "Output filename" doesn't get saved correctly in project

Really thanx for this bug fix! it was essential for me :D

I am wondering if it is too hard to bind "DEL" key at Project Manager to remove files from project. This exists on MSVC and I find it very useful on large projects if you want to do a massive reorganize of your project files than right click->remove file.
Tell me a bug and I 'll tell you two  :twisted:

Marenz

Quote from: darthdespotism on October 14, 2007, 04:30:03 PM
Quote from: Suprano on October 14, 2007, 02:50:05 PM
no, no crash here. i don't build a package, i just do make install

--Ano

You said the backtrace poped up? This is what I meant ;)


Nah, you missunderstood that.
When I debug an application within codeblocks, codeblocks gives me the message if i want to save the changed layout, as if i would have pressed the close button.
I first thought the msg pops only up, if the program that i am debugging has crashed and the usuall msg-box apprears: "receivied signal X, want a backtrace?", but it pops up always, not only if the debugged-program crashes.

--Ano

darthdespotism


Grom

#12
Can somebody compile nightly build to OpenSUSE 10.3 32 and 64 bit?

src/wxscintilla.cpp:1639: error: prototype for 'int wxScintilla::GetEndAtLastLine()' does not match any in class 'wxScintilla'
/usr/include/wx-2.8/wx/wxscintilla.h:2676: error: candidate is: bool wxScintilla::GetEndAtLastLine()
src/wxscintilla.cpp:1639: error: 'int wxScintilla::GetEndAtLastLine()' cannot be overloaded
/usr/include/wx-2.8/wx/wxscintilla.h:2676: error: with 'bool wxScintilla::GetEndAtLastLine()'
make[3]: *** [wxscintilla.lo] Error 1
make[3]: Leaving directory `/home/user/Documents/CodeBlocks/src/sdk/wxscintilla'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/user/Documents/CodeBlocks/src/sdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/Documents/CodeBlocks/src'
make: *** [all-recursive] Error 1
user@linux-pcot:~/Documents/CodeBlocks>             

:roll:
gcc+winXP+suse.

eranif

Quotesrc/wxscintilla.cpp:1639: error: prototype for 'int wxScintilla::GetEndAtLastLine()' does not match any in class 'wxScintilla'
/usr/include/wx-2.8/wx/wxscintilla.h:2676: error: candidate is: bool wxScintilla::GetEndAtLastLine()
It looks like that your compiler is looking for function int wxScintilla:GetEndAtLastLine(), while the actual function returns bool

Maybe you have somewhere a define for -Dbool=int ?
or #define bool int

I know it was a solution couple of years ago when not all compilers had 'bool' has valid C++ type.
Eran

pdsonic

Finally had a chance to try revision 4530.

It works nicely, Thanks byo!

:D

Thank you for wxSmith. It is just what we needed and it is free to boot!