Author Topic: Problem compiling contrib plugins.  (Read 2922 times)

Vortex

  • Guest
Problem compiling contrib plugins.
« on: December 29, 2006, 10:41:56 pm »
I compiled Code::Blocks SVN 3440 with GCC 3.4.2 in Windows without problems but when i try to compile the plugins in contrib/ i get the linker error "ld.exe: cannot find -lcodeblocks".

Can anyone help me?

Thanks

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: Problem compiling contrib plugins.
« Reply #1 on: December 29, 2006, 11:52:02 pm »
What did you set the CB global const to?

It should be the topfoldername\src that contains the sub folder sdk.

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Vortex

  • Guest
Re: Problem compiling contrib plugins.
« Reply #2 on: December 30, 2006, 01:12:15 am »
You're right!

I had set the path without \src

Thx 1000