Author Topic: Undefined symbols  (Read 6999 times)

_AFK

  • Guest
Undefined symbols
« 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.

_AFK

  • Guest
Undefined symbols
« Reply #1 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.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Undefined symbols
« Reply #2 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.
Be patient!
This bug will be fixed soon...