User forums > Nightly builds
The 08 September 2007 build (4446) is out.
mandrav:
--- Quote from: kaidokert on September 10, 2007, 04:43:42 pm ---built CB 4446 from sources on Ubuntu feisty, using deb-src http://lgp203.free.fr/ubuntu/
Locks up on startup, after asking for the compiler configuration. Starts ok in safe mode, and also starts when libcompiler.so is removed from the plugins directory.
i tried also under gdb, and hit break during lockup, doing "thread apply all bt" after that, but none of the backtraces seemed to point inside libcompiler. Ideas ? Should i post the backtraces ?
--- End quote ---
You must use wx2.8.4. A forum search would have given you the answer...
kaidokert:
yes, upgrade to wx 2.8.4 from 2.8.1 fixed the issue ( without recompilation of CB, too )
yes, i probably should have done more digging on forums before
dje:
Hi !
--- Quote from: Ceniza on September 10, 2007, 05:27:01 pm ---
--- Quote from: dje on September 10, 2007, 10:46:31 am ---Hi all !
--- Quote from: Ceniza on September 09, 2007, 08:29:49 pm ---So it's really a "missing symbols" error. It's a shame Windows does not report the missing symbol (specified procedure).
--- End quote ---
Do you know how to get the symbol on Linux ? (Ubuntu 7.04)
Dje
--- End quote ---
The symbol is shown in the error window (if logging is enabled).
--- End quote ---
Yes, it works ! Thanks for the tip Ceniza !
For others, to enable logging, you just have to set it with wxLog::EnableLogging(true); in bool CodeBlocksApp::OnInit()
--- Code: ---Index: /media/hda3/codeblocks/trunk/src/src/app.cpp
===================================================================
--- /media/hda3/codeblocks/trunk/src/src/app.cpp (révision 4466)
+++ /media/hda3/codeblocks/trunk/src/src/app.cpp (copie de travail)
@@ -428,7 +428,7 @@
bool CodeBlocksApp::OnInit()
{
- wxLog::EnableLogging(false);
+ wxLog::EnableLogging(true);
SetAppName(_T("codeblocks"));
s_Loading = true;
--- End code ---
Dje
MortenMacFly:
--- Quote from: dje on September 12, 2007, 11:59:58 pm ---
--- Code: ---- wxLog::EnableLogging(false);
+ wxLog::EnableLogging(true);
--- End code ---
--- End quote ---
See here: http://forums.codeblocks.org/index.php/topic,6843.msg52801.html#msg52801 ;-)
Navigation
[0] Message Index
[*] Previous page
Go to full version