Re: [Tigervnc-devel] pixman build error: not finding gtk.h

2010-07-03 Thread Antoine Martin
On 07/02/2010 03:26 AM, DRC wrote: In the Build Xorg section of build-xorg-7.4, can you try adding the following code? if [ ${module} = pixman ]; then extraoptions=${extraoptions} --disable-gtk fi Yep, that fixes it. Antoine On 7/1/10 2:49 PM, Antoine Martin wrote: Hi, I have

[Tigervnc-devel] pixman build error: not finding gtk.h

2010-07-01 Thread Antoine Martin
Hi, I have seen this one before on another platform (was OSX IIRC), but I still have no idea how to fix it properly (this time on Maverick Meerkat): When I run the ./build-xorg-7.4: All goes well until pixman: (...) Making all in test make[2]: Entering directory

Re: [Tigervnc-devel] pixman build error: not finding gtk.h

2010-07-01 Thread DRC
In the Build Xorg section of build-xorg-7.4, can you try adding the following code? if [ ${module} = pixman ]; then extraoptions=${extraoptions} --disable-gtk fi On 7/1/10 2:49 PM, Antoine Martin wrote: Hi, I have seen this one before on another platform (was OSX IIRC), but I still have