Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: tiwag on November 27, 2006, 08:03:00 am

Title: CB svn rev 3278 - compiler plugin
Post by: tiwag on November 27, 2006, 08:03:00 am
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
Title: Re: CB svn rev 3278 - compiler plugin
Post by: afb on November 27, 2006, 09:01:35 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.
Title: Re: CB svn rev 3278 - compiler plugin
Post by: afb on November 27, 2006, 09:11:43 am
Suggested patch: http://www.algonet.se/~afb/wx/codeblocks-unixproject.patch (building and testing...)

revision 3280
Title: Re: CB svn rev 3278 - compiler plugin
Post by: tiwag on November 27, 2006, 10:34:48 am
thanks - works fine again