C:/devel does not exist on my machine, it comes from the .pc files in the 
pkgconfig folders. These files are blindly unzipped with the rest of the Gtk+ 
stack.

My C:\prog\gtk+\lib\pkgconfig\glib.pc start with
prefix=c:/devel/target/0ca5583385db1135a53cf9e275815b19

see https://sourceforge.net/p/mingw/mailman/message/35163580/

In my C:\strawberry\c\lib\pkgconfig
Pc files have
prefix=${pcfiledir}/../.
which is probably resolved correctly.

my pkcg_config_path is c:\prog\gtk+\lib\pkgconfig;C:\strawberry\c\lib\pkgconfig 
(and other gtk stack versions are not included)

So maybe my problems stem from the prefix in the pc files unzipped in 
c:/prog/gtk+ being wrong
And adjusting it in all the pkgcongif/*.pc would cleaned that.

But I don't think my problems are due to multiple conflicting installation

François



> -----Original Message-----
> From: gtk-perl-list [mailto:gtk-perl-list-boun...@gnome.org] On Behalf
> Of "Torsten Schönfeld"
> Sent: mercredi, 29. juin 2016 11:39
> To: gtk-perl-list@gnome.org
> Subject: Re: Compiling Glib 2.16.5 on strawberry perl
> 
> "RAPPAZ Francois" <francois.rap...@unifr.ch>:
> > pkg-config --libs glib-2.0
> > -Lc:/devel/target/0ca5583385db1135a53cf9e275815b19/lib -lglib-2.0 -
> lintl
> 
> There's your problem.  You seem to have multiple conflicting
> installations: C:/prog/gtk+ vs. C:/devel, and maybe others.  I suggest
> cleaning this up, or at least cleaning up your PATH and PKG_CONFIG_PATH
> environment variables, and trying again.
> _______________________________________________
> gtk-perl-list mailing list
> gtk-perl-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gtk-perl-list
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to