Am 17.05.2010 um 22:00 schrieb BH:

> On Mon, May 17, 2010 at 3:11 PM, Jürgen Spitzmüller <sp...@lyx.org> wrote:
>> I've put the tarballs here:
>> 
>>        ftp://ftp.devel.lyx.org/pub/lyx/stable/lyx-1.6.6.tar.gz
>>        ftp://ftp.devel.lyx.org/pub/lyx/stable/lyx-1.6.6.tar.bz2
>> 
>> Please test, build, report back.
> 
> Currently building on Mac. When configuring (autotools) for PPC, I got
> the following:
> 
> checking stddef.h usability... no
> checking stddef.h presence... yes
> configure: WARNING: stddef.h: present but cannot be compiled
> configure: WARNING: stddef.h:     check for missing prerequisite headers?
> configure: WARNING: stddef.h: see the Autoconf documentation
> configure: WARNING: stddef.h:     section "Present But Cannot Be Compiled"
> configure: WARNING: stddef.h: proceeding with the preprocessor's result
> configure: WARNING: stddef.h: in the future, the compiler will take precedence
> configure: WARNING:     ## -------------------------------------- ##
> configure: WARNING:     ## Report this to lyx-devel@lists.lyx.org ##
> configure: WARNING:     ## -------------------------------------- ##
> checking for stddef.h... yes
> checking for stdlib.h... (cached) yes
> 
> ... and then, of course, I can't compile.
> 
> I had not encountered this before, but reconfiguring branch gives me
> the same problem.
> 
> Any suggestions for what to do?

You're on 10.6?

Try to add the following to your build environment:
 CC=gcc-4.0 ; export CC
 CXX=g++-4.0 ; export CXX
 OBJC=gcc-4.0 ; export OBJC

I did this and I am able to configure 1.6.6 release.

Stephan

Reply via email to