0

I'm getting undefined reference to KDevelop::IPlugins. I know this means i'm missing the libary but I'm not sure which library this is. Where would I find this .so that I am missing?

JC2
  • 141
  • 1
  • 4
  • 11
  • A little more detail is required. What exactly is it you are trying to do and what are the error messages? – Troubadour Feb 02 '11 at 20:38
  • I'm trying to run make on this source code. I'm getting an undefined reference my main question is where are the libraries for building a plugin in for KDevelop. – JC2 Feb 02 '11 at 20:47

1 Answers1

1

KDevelop::IPlugin is defined in libkdevplatforminterfaces.so ("kdevplatforminterfaces" to cmake).

OliJG
  • 2,650
  • 1
  • 16
  • 15