Re: Build failure in cairo on OSX 10.8

2012-09-12 Thread Alexander Thurgood
Le 12/09/12 15:54, Tor Lillqvist a écrit : Well after removing the CC=clang predefine, the build is now proceeding further, so if it completes, and/or when it stops, I'll rerun config/make leaving cairo enabled and post the config_host.mk here. Alex

Re: Build failure in cairo on OSX 10.8

2012-09-12 Thread Alexander Thurgood
Le 12/09/12 15:54, Tor Lillqvist a écrit : Hi Tor, >> I wonder if you are (unintentionally) building 64-bit code? There >> might well be some bug in the configure.in, so that when you >> pre-define CC as just "clang", then the option that tells it to >> generate 32-bit code doesn't get used. > >

Re: Build failure in cairo on OSX 10.8

2012-09-12 Thread Tor Lillqvist
> I wonder if you are (unintentionally) building 64-bit code? There > might well be some bug in the configure.in, so that when you > pre-define CC as just "clang", then the option that tells it to > generate 32-bit code doesn't get used. Furthermore, you pre-defined CC but not CXX, so it is possib

Re: Build failure in cairo on OSX 10.8

2012-09-12 Thread Tor Lillqvist
> Tried again, and at least now, it stops somewhere else, so one step further. That said, the error messages you showed were really strange and unexpected. Could you post the config_host.mk you get for a configuration where it does attempt to build cairo, thanks. I wonder if you are (unintentiona

Re: Build failure in cairo on OSX 10.8

2012-09-12 Thread Alexander Thurgood
Le 12/09/12 15:28, Michael Stahl a écrit : > >> --disable-rsvg > > this doesn't exist and should be --disable-librsvg > (you should get a warning from configure about it) Ah, my bad, thanks for that, but certainly no error from what I can see, it was just silently ignored. Tried again, and at

Re: Build failure in cairo on OSX 10.8

2012-09-12 Thread Michael Stahl
On 12/09/12 15:20, Alexander Thurgood wrote: > Despite my best attempts not to have the module cairo built, it is still > trying and failing with the following messsage : > I'm using the following autogen.sh switches : > --disable-rsvg this doesn't exist and should be --disable-librsvg (you shou

Build failure in cairo on OSX 10.8

2012-09-12 Thread Alexander Thurgood
Hi all, Despite my best attempts not to have the module cairo built, it is still trying and failing with the following messsage : CCLD libcairo.la Undefined symbols: "___umodti3", referenced from: __cairo_uint128_divrem in cairo-wideint.o __cairo_int128_divrem in cairo-wideint.o