Author Topic: CB svn rev 3278 - compiler plugin  (Read 3826 times)

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
CB svn rev 3278 - compiler plugin
« 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
« Last Edit: November 27, 2006, 08:17:38 am by tiwag »

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: CB svn rev 3278 - compiler plugin
« Reply #1 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.

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: CB svn rev 3278 - compiler plugin
« Reply #2 on: November 27, 2006, 09:11:43 am »
Suggested patch: http://www.algonet.se/~afb/wx/codeblocks-unixproject.patch (building and testing...)

revision 3280
« Last Edit: November 27, 2006, 09:44:48 am by afb »

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: CB svn rev 3278 - compiler plugin
« Reply #3 on: November 27, 2006, 10:34:48 am »
thanks - works fine again