Error Report Attached.
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
[-Wincompatible-pointer-types]
156 | _tmp0_ = (GimpImageProcedure*) gimp_image
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
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
Auto-Generated c code file attached.
/* goat-exercise-vala.c generated by valac 0.50.1, the Vala compiler
* generated from goat-exercise-vala.vala, do not modify */
/* GIMP - The GNU Image Manipulation Program
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
*
* hello-world.vala
* Copyri
STATUS UPDATE
>---> Tried to compile plugin via:
valac --pkg=gimp-3.0 --pkg=gimp-ui-3.0 goat-exercise-vala.vala
>---> Got the following error:
In file included from goat-exercise-vala.vala.c:30:
C:/msys64/mingw64/include/glib-2.0/glib/gi18n-lib.h:27:2: error:
#error You must define GETTEXT_PACKAG
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
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
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
Hi,
I have downloaded GIMP 2.99.4 on my Windows 8 pc. Can anyone please tell me
how can I compile a vala plugin on my pc? What other softwares do I need to
download? What command and attributes do I need to pass to the vala
compiler to get a working exe without any errors?
Thanks.
__