User forums > Nightly builds
The 13 October 2007 build (4530) is out.
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
--- End quote ---
You said the backtrace poped up? This is what I meant ;)
--- End quote ---
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:
OK thanks for clarifying ;)
Grom:
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:
eranif:
--- Quote ---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()
--- End quote ---
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!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version