Compile error on glademm project

Richard W.M. Jones rjones at redhat.com
Mon Jun 1 12:28:45 UTC 2009


On Fri, May 29, 2009 at 10:05:28PM -0300, Fabrício Godoy wrote:
> Thanks, using mingw32-configure I could compile without errors.
> 
> But mingw pkg-config still not found, it's ok?
> 
> . . .
> checking for i686-pc-mingw32-pkg-config... no
> checking for pkg-config... /usr/bin/pkg-config

Yeah that's fine.  It's using the AC_CHECK_TOOLS macro, so it tries to
look for a host-specific tool first before using the native tool.  In
this case that's OK - it should fall back to using the native tool.

Rich.

-- 
Richard Jones, Emerging Technologies, Red Hat  http://et.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/



More information about the mingw mailing list