--- On Wed, 7/27/11, Stefan Weil <w...@mail.berlios.de> wrote: > From: Stefan Weil <w...@mail.berlios.de> > Subject: Re: [Qemu-devel] [PATCH] MinGW compilation shouldn't include > -lglib-2.0 etc. > To: "Kenneth Salerno" <kennethsale...@yahoo.com> > Cc: qemu-devel@nongnu.org > Date: Wednesday, July 27, 2011, 5:13 PM > Am 27.07.2011 22:46, schrieb Kenneth > Salerno: > > I'll have to fall back to my old plan of compiling > glib2 and gettext myself to install into prefix > /usr/i686-pc-mingw32/sys-root/mingw (Cygwin doesn't > distribute a MinGW version of glib2, and the one available > on gtk.org gives me this error "cc1: warning: > c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/glib-2.0/include: > No such file or directory, but you are correct, I didn't > need to modify qemu's 'configure'). > > > > Ken > > > > You can fix the *.pc files (pkgconfig configuration) using > your > installation path instead of c:/devel/..., then the > gtk.org > distribution works (at least for me). > > Cheers, > Stefan > >
Yes, thank you! I had this exact same thought right after I sent my last message.