Re: [Gimp-developer] Starting with Win32 plug-in development

2005-07-29 Thread Arnaud Darmont
Hi, I'm now using Dev-C++ that is MinGW based. The compiling still goes well (i have had to make some minor changes to the code) but i get the same linker errors (pasted below). It seems that i'm missing some lib files from gimp and gtk2+. I don't want to build those softwares completely,

Re: [Gimp-developer] Starting with Win32 plug-in development

2005-07-29 Thread Sven Neumann
Hi, Arnaud Darmont [EMAIL PROTECTED] writes: I'm now using Dev-C++ that is MinGW based. The compiling still goes well (i have had to make some minor changes to the code) but i get the same linker errors (pasted below). It seems that i'm missing some lib files from gimp and gtk2+. I don't

Re: [Gimp-developer] Starting with Win32 plug-in development

2005-07-29 Thread Tor Lillqvist
Arnaud Darmont writes: It seems that i'm missing some lib files from gimp and gtk2+. I don't want to build those softwares completely, could someone send me the necessary LIBs? Go to www.gimp.org/win32/downloads.html for developer packages (headers, import libraries) for GTK+, Pango, atk

[Gimp-developer] Starting with Win32 plug-in development

2005-07-28 Thread Arnaud Darmont
Dear all, i'm new to gimp plug-in developments, and i'd like to first be able to compile the plug-in template before starting to write my own code (seems obvious...). Here are the steps i have done and the problems i'm facing.Please tell me where i'm wrong. I have downloaded the following

Re: [Gimp-developer] Starting with Win32 plug-in development

2005-07-28 Thread Sven Neumann
Hi, Arnaud Darmont [EMAIL PROTECTED] writes: Then i have added the following (currently dummies) in main.h to solve some undefined variable errors: #define PLUGIN_NAME EVB Interface #define LOCALEDIR . #define DATADIR . That won't work. You should use the values you get using pkg-config: