Re: [Gimp-developer] How to compile a vala GIMP plugin on Windows pc?

2021-01-06 Thread Pen Guin via gimp-developer-list
Hi Liam, After trying: valac -X -DGETTEXT_PACKAGE="\"gimp\"" --pkg=gimp-3.0 --pkg=gimp-ui-3.0 goat-exercise-vala.vala The old error is gone. I'm now getting a new/different error. C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\msys64\tm

Re: [Gimp-developer] How to compile a vala GIMP plugin on Windows pc?

2021-01-06 Thread Pen Guin via gimp-developer-list
Thanks Liam, I'll give it go. Fingers crossed. On Wednesday, January 6, 2021, Liam R E Quin wrote: > On Tue, 2021-01-05 at 20:17 -0800, Pen Guin wrote: > > ? > > > > > ---> Tried again: > > valac -X -DGETTEXT_PACKAGE="..." --pkg=gimp-3.0 --pkg=gimp-ui-3.0 > > goat-exercise-vala.vala > > sorry, s

Re: [Gimp-developer] How to compile a vala GIMP plugin on Windows pc?

2021-01-05 Thread Liam R E Quin
On Tue, 2021-01-05 at 20:17 -0800, Pen Guin wrote: > ? > > > ---> Tried again: > valac -X -DGETTEXT_PACKAGE="..." --pkg=gimp-3.0 --pkg=gimp-ui-3.0 > goat-exercise-vala.vala sorry, somehow i missed the attachmetns before. Where did you get -DGETTEXT_PACKAGE="..." from? I think in the stackoverflo

Re: [Gimp-developer] How to compile a vala GIMP plugin on Windows pc?

2021-01-05 Thread Liam R E Quin
On Tue, 2021-01-05 at 20:17 -0800, Pen Guin wrote: > > > ---> First few lines of the error report: > goat-exercise-vala.vala.c: In function 'goat_real_create_procedure': > goat-exercise-vala.vala.c:156:112: warning: passing argument 4 of > 'gimp_image_procedure_new' from incompatible pointer type

Re: [Gimp-developer] How to compile a vala GIMP plugin on Windows pc?

2021-01-04 Thread Pen Guin via gimp-developer-list
Thanks Liam for the files. I'm gonna try and compile the plugin. I hope I'll have something positive to report shortly. Thanks for all your help. Bye. On Monday, January 4, 2021, Liam R E Quin wrote: > On Mon, 2021-01-04 at 09:15 -0800, Pen Guin wrote: > > Hi Liam, > > > > I've been unable to

Re: [Gimp-developer] How to compile a vala GIMP plugin on Windows pc?

2021-01-04 Thread Bill Ross via gimp-developer-list
Curses, foiled again! :-) Glad it's gotten easier, I keep thinking MS might go with the nix in the end, once someone looks at the amount of internal effort it takes given the nix are so mature, respected, and supported. Bill On 1/3/21 11:43 PM, Liam R E Quin wrote: On Sun, 2021-01-03 at 22:

Re: [Gimp-developer] How to compile a vala GIMP plugin on Windows pc?

2021-01-03 Thread Liam R E Quin
On Sun, 2021-01-03 at 22:35 -0800, Pen Guin via gimp-developer-list wrote: > Thanks everyone, for your valuable input. > > STATUS UPDATE: > > * I have installed msys2 on my windows 8 pc. haha thank you for proving us wrong! ;:-) that's awesome. (and i'm not being sarcastic) > Question 1: To get

Re: [Gimp-developer] How to compile a vala GIMP plugin on Windows pc?

2021-01-03 Thread Pen Guin via gimp-developer-list
Thanks everyone, for your valuable input. STATUS UPDATE: * I have installed msys2 on my windows 8 pc. * I have installed vala development tools (and its dependencies, gcc compiler, etc) also. * I am able to compile vala prog/scripts successfully. This includes standalone prog/scripts as well as l

Re: [Gimp-developer] How to compile a vala GIMP plugin on Windows pc?

2020-12-28 Thread Jernej Simončič via gimp-developer-list
On Monday, December 28, 2020, 06:50:54, Pen Guin via gimp-developer-list wrote: > I want to compile the goat-exercise vala plugin shipped with GIMP. Can > anyone please tell me how can I compile a vala plugin on my pc? What other > softwares AND/OR dependent-files do I need to download? What comm

[Gimp-developer] How to compile a vala GIMP plugin on Windows pc?

2020-12-27 Thread Pen Guin via gimp-developer-list
Hi, I have downloaded GIMP 2.99.4 on my Windows 8 pc. I want to compile the goat-exercise vala plugin shipped with GIMP. Can anyone please tell me how can I compile a vala plugin on my pc? What other softwares AND/OR dependent-files do I need to download? What command and attributes do I need to