Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: _AFK on May 28, 2005, 05:35:51 pm

Title: Undefined symbols
Post by: _AFK on May 28, 2005, 05:35:51 pm
After compiling I've got some unresolveds:

/build/codeblocks-1.0-finalbeta/src/output/share/CodeBlocks/plugins/libdebuggergdb.so: undefined symbol: _ZN14DisassemblyDlgC1EP8wxWindowP11DebuggerGDB

codeblocks-1.0-finalbeta using Makefile.unix.wx2.6 and wx2.6 (doh)

Other than that plugin it works like a charm :-D
Oh yeah, and the update script has got windows line-endings so it won't execute propperly.
Title: Undefined symbols
Post by: _AFK on May 28, 2005, 05:39:13 pm
Another thingy, when I start a new project you have to add the .cbp extention. If I do not it won't do anything.
Title: Undefined symbols
Post by: mandrav on May 28, 2005, 06:31:38 pm
The wx2.6 related files are not always in-sync. Unfortunately, this happened during the last release  :oops:
What's missing is entries in the Makefile.unix.wx2.6 for plugins/debuggergdb/backtracedlg.cpp and plugins/debuggergdb/disassemblydlg.cpp.

Quote
Another thingy, when I start a new project you have to add the .cbp extention. If I do not it won't do anything.

Thanks for mentioning it. I hadn't noticed...

Yiannis.