Bug #8821 2006-09-17 06:55
afb
plugins doesn't link on Mac OS X/Darwin
You get linker errors like this:
ld: object_file illegal reference to symbol: ***
defined in indirectly referenced dynamic library: ***
This is because wxWidgets is not explicitly included
with the codeblocks library, only implicitly inside it.
(linker needs all libraries, including all requirements)
Patch:
http://developer.berlios.de/patch/?func=detailpatch&patch_id=1395&group_id=5358
- Category
- Group
- Status
- Closed
- Close date
- 2007-03-25 21:40
- Assigned to
- afb
History
afb 2006-11-19 23:53
I'm re-opening this bug, since I still get tons of wx linker errors if I do not patch the Makefiles. I think it was closed when using Code::Blocks IDE ?
(i.e. it works from the .cbp, but not when using ./configure && make)
afb 2007-03-25 21:40
Fixed, revision 3760