User forums > Nightly builds
The 19 October 2007 build (4545) is out.
luneo7:
--- Quote from: ASJ on October 20, 2007, 10:06:04 pm ---Thanks for the build luneo7 :D. I am wondering whether you use the build yourself as well. If so, do you also have the problem that there is always a complete "Rebuild" happening, even when you select "Build" or just want to start debugging? This is what I experience on an openSUSE 10.3 machine. If you do not have this problem, do you maybe have an idea where it might go wrong in my case?
Thanks!
--- End quote ---
I didn't realize that.... but it is happening with me too... and I don't have a clue... I looked up the settings... nothing is wrong... :shock:
three_minute_hero:
--- Quote from: jens on October 21, 2007, 01:29:02 am ---Which version of wxWidgets2.8 do you have installed ?
--- End quote ---
Every libwx*** package is 2.8.4.0-0.
--- Quote from: jens on October 21, 2007, 01:29:02 am ---And which suite of the deb-packages ? testing or unstable ?
--- End quote ---
Both suite give me the error.
--- Quote from: jens on October 21, 2007, 01:29:02 am ---Nevertheless I updated the repo to svn4547, but this should not make a difference.
--- End quote ---
Indeed. Nothing changes, unfortunately!
alchemist:
try this (in console)
--- Code: ---G_SLICE=always-malloc codeblocks
--- End code ---
three_minute_hero:
--- Quote from: alchemist on October 21, 2007, 03:50:10 pm ---try this (in console)
--- Code: ---G_SLICE=always-malloc codeblocks
--- End code ---
--- End quote ---
Damn, that works very well !
What is this magic variable ?
Thank you :)
Jenna:
This inhibits glibc from doing some extra-tests.
Something similar does this:
Have a look here (I googled a little bit today).
You can try
--- Code: ---MALLOC_CHECK_=1 codeblocks
--- End code ---
from console.
The error messages should still be there, but codeblocks should not crash.
Of course that's not the solution, only a (maybe dangerous) workaround.
Can you post the output from
--- Code: ---ldd -v /usr/bin/codeblocks
--- End code ---
.
So I can try to look for different shared libraries.
Which debian-suite do you use on your system ?
Is it a "clean" system or is it a mix (like mine) ?
Are there any special repositories you use (inspite of mine and ap.tt-solutions), especially for glib2 or wxWidgets.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version