News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

CB svn rev 3278 - compiler plugin

Started by tiwag, November 27, 2006, 08:03:00 AM

Previous topic - Next topic

tiwag

CB svn rev 3278 doesn't load the compiler plugin when running on Debian linux
gives an error "missing symbols" when loading the plugin.
Note: i don't have DMD compiler installed

Found the problem: i built with the CodeBlocks-unix.cbp project file,
which doesn't build DMD compiler plugin sources ...
please can someone update this, at the moment i can't commit from Linux

brgds, tiwag

afb

Quote from: tiwag on November 27, 2006, 08:03:00 AM
Found the problem: i built with the CodeBlocks-unix.cbp project file,
which doesn't build DMD compiler plugin sources ...
Sounds like a bug with that project file then, it built OK with autotools.

Quote
please can someone update this, at the moment i can't commit from Linux
Will do.

afb

#2
Suggested patch: http://www.algonet.se/~afb/wx/codeblocks-unixproject.patch (building and testing...)

revision 3280

tiwag