Re: [Gtk-osx-devs] pkg-config and _exec_prefix



On Jan 17, 2011, at 12:12 PM, Anders F Björklund wrote:

> 
> Hi, seems like pkg-config didn't want to be found
> when not installed in the prefix but _exec_prefix:
> 
> os.environ["PKG_CONFIG"] = _exec_prefix + "/bin/pkg-config"
> os.environ["PKG_CONFIG_PATH"] = prefix + "/lib/pkgconfig" + ":" + prefix + "/share/pkgconfig"
> 
> There's also a related GTK+ bug that fails to use
> $PKG_CONFIG when pkg-config is not in the $PATH...
> 
> gtk+-2.20.1-m4macros-pkgconfig.patch (root cause)
> libglade-2.6.4-pkgconfig.patch (resulting effect)
> 

But why would pkg-config not be on the path? If you're not building it as part of gtk-osx, then adjust the path in .jhbuildrc-custom.

Regards,
John Ralls



------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Gtk-osx-devs mailing list
Gtk-osx-devs lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtk-osx-devs


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]