News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Codeblocks CVS compilation problem

Started by Commander_TH0r, September 19, 2005, 09:16:23 PM

Previous topic - Next topic

Commander_TH0r

I fallowed the instructions from the wiki page: How to compile Codeblocks  with wxWidgets 2.6.1

An i got this linker error

Quote
Linking executable: devel\codeblocks.exe
.objs\2.6\src\app.o(.text+0x2732):app.cpp: undefined reference to `_imp___ZN13wxDebugReportC1Ev'
.objs\2.6\src\app.o(.text+0x275c):app.cpp: undefined reference to `_imp___ZN13wxDebugReport6AddAllENS_7ContextE'
.objs\2.6\src\app.o(.text+0x277a):app.cpp: undefined reference to `wxDebugReportPreviewStd::Show(wxDebugReport&) const'
.objs\2.6\src\app.o(.text+0x2789):app.cpp: undefined reference to `_imp___ZN13wxDebugReport7ProcessEv'
.objs\2.6\src\app.o(.text+0x27ef):app.cpp: undefined reference to `wxDebugReport::~wxDebugReport()'
.objs\2.6\src\app.o(.text+0x2828):app.cpp: undefined reference to `wxDebugReport::~wxDebugReport()'
.objs\2.6\src\app.o(.text$_ZN23wxDebugReportPreviewStdD1Ev[wxDebugReportPreviewStd::~wxDebugReportPreviewStd()]+0xa):app.cpp: undefined reference to `_imp___ZTV23wxDebugReportPreviewStd'
.objs\2.6\src\app.o(.text$_ZN23wxDebugReportPreviewStdC1Ev[wxDebugReportPreviewStd::wxDebugReportPreviewStd()]+0x15):app.cpp: undefined reference to `_imp___ZTV23wxDebugReportPreviewStd'
collect2: ld returned 1 exit status

I really don't know why?

Any ideas

mandrav

Run a cvs update. It was fixed earlier today.
The CVS version might break occasionally, it's expected with all the development going on...
Be patient!
This bug will be fixed soon...

Commander_TH0r

i just wanted to see what was added.

and to try the new plugins that are in development.

mandrav

Hey, no need to apologize :)
The more people using the CVS version, the better for us. I 'm just saying that occasionally it might break...
Be patient!
This bug will be fixed soon...