Re: [Qemu-devel] make distclean can fail do to a configuration check

2016-03-01 Thread John Snow
On 02/29/2016 08:55 PM, Fam Zheng wrote: > On Mon, 02/29 11:49, John Snow wrote: >> >> >> On 02/14/2016 02:17 AM, Fam Zheng wrote: >> Fam, didn't you have patches to allow e.g. cleans and "make tags" and so >> on without re-incurring a full reconfiguration? > > Do you mean this? > >

Re: [Qemu-devel] make distclean can fail do to a configuration check

2016-02-29 Thread Fam Zheng
On Mon, 02/29 11:49, John Snow wrote: > > > On 02/14/2016 02:17 AM, Fam Zheng wrote: > Fam, didn't you have patches to allow e.g. cleans and "make tags" and so > on without re-incurring a full reconfiguration? Do you mean this? fam@fam-t430:~/work/qemu [master]$ git grep UNCHECKED_GOALS

Re: [Qemu-devel] make distclean can fail do to a configuration check

2016-02-29 Thread John Snow
On 02/29/2016 11:54 AM, Peter Maydell wrote: > On 29 February 2016 at 16:49, John Snow wrote: >> This is due to the new glib-version-detection code that was checked in. >> I had a configuration using clang, which does not appear to support the >> mechanisms that are being used

Re: [Qemu-devel] make distclean can fail do to a configuration check

2016-02-29 Thread Peter Maydell
On 29 February 2016 at 16:49, John Snow wrote: > This is due to the new glib-version-detection code that was checked in. > I had a configuration using clang, which does not appear to support the > mechanisms that are being used to tell what version of glib is being > linked

Re: [Qemu-devel] make distclean can fail do to a configuration check

2016-02-29 Thread John Snow
On 02/14/2016 02:17 AM, Fam Zheng wrote: > On Wed, 02/10 14:28, John Snow wrote: >> Stuff like this: >> >>> ~/s/q/b/git> make distclean >>> config-host.mak is out-of-date, running configure >>> >>> ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T. >>>You probably need to set

Re: [Qemu-devel] make distclean can fail do to a configuration check

2016-02-13 Thread Fam Zheng
On Wed, 02/10 14:28, John Snow wrote: > Stuff like this: > > > ~/s/q/b/git> make distclean > > config-host.mak is out-of-date, running configure > > > > ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T. > >You probably need to set PKG_CONFIG_LIBDIR > >to point to the right

[Qemu-devel] make distclean can fail do to a configuration check

2016-02-10 Thread John Snow
Stuff like this: > ~/s/q/b/git> make distclean > config-host.mak is out-of-date, running configure > > ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T. >You probably need to set PKG_CONFIG_LIBDIR >to point to the right pkg-config files for your >build target > >