Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating plugins Windows 10
#4
OK.  I just said 'screw it' and filled in the fields


Code:
includedir=<my project path>/includes
libdir=<my project path>/libs

Name: GIMP UI
Description: GIMP User Interface Library
Version: 2.0
Libs: -L${libdir} -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0
Cflags: -I${includedir}/gimp-2.0

Now I get...


Code:
gcc  -I<my project path> -o'main' 'main.cpp' -mwindows -L<my project path> -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0
gcc: error: 'main.cpp': No such file or directory

Getting warmer... Damn, they do NOT make this easy.
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: