Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating plugins Windows 10
#3
Alrighty, looks like gimpui-2.0.pc contains:


Code:
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: GIMP UI
Description: GIMP User Interface Library
Version: @GIMP_REAL_VERSION@
Requires: gimp-@GIMP_PKGCONFIG_VERSION@ >= @GIMP_APP_VERSION@ gtk+-3.0 >= @GTK_REQUIRED_VERSION@
Libs: -L${libdir} -lgimpui-@GIMP_API_VERSION@ -lgimpwidgets-@GIMP_API_VERSION@ -lgimpmodule-@GIMP_API_VERSION@
Cflags: -I${includedir}/gimp-@GIMP_API_VERSION@

Now it's telling me this:

Code:
Package gimp-@GIMP_PKGCONFIG_VERSION@ was not found in the pkg-config search path.
Perhaps you should add the directory containing `gimp-@GIMP_PKGCONFIG_VERSION@.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gimp-@GIMP_PKGCONFIG_VERSION@', required by 'GIMP UI', not found
No output from 'pkg-config --cflags gimpui-2.0'

Is this some kind of cruel joke?  sigh... I'll keep going.
Reply


Messages In This Thread
Creating plugins Windows 10 - by Tom Swift - 01-31-2021, 09:56 PM
RE: Creating plugins Windows 10 - by Tom Swift - 01-31-2021, 11:35 PM
RE: Creating plugins Windows 10 - by Tom Swift - 02-01-2021, 12:54 AM
RE: Creating plugins Windows 10 - by Tom Swift - 02-01-2021, 04:59 AM
RE: Creating plugins Windows 10 - by Tom Swift - 02-01-2021, 06:13 AM
RE: Creating plugins Windows 10 - by Tom Swift - 02-01-2021, 07:19 AM

Forum Jump: