lambda build error

Arul Dhesiaseelan aruld at acm.org
Thu Jan 17 12:43:03 PST 2013


Hi Paul,

I have XQuartz 2.7.4 and Xcode 4.5.2 with Command Line Tools installed. I
just noticed the real problem with freetype in config.log. Removing Mono
framework fixed the freetype problems for me. Trying the new build.

configure:30064: checking for FT_Init_FreeType in -lfreetype
configure:30089: /usr/llvm-gcc-4.2/bin/llvm-g++-4.2 -o conftest
-L/Library/Frameworks/Mono.framework/Versions/2.10.8/lib -lfreetype
conftest.cpp -lfreetype   >&5
ld: warning: ignoring file
/Library/Frameworks/Mono.framework/Versions/2.10.8/lib/libfreetype.dylib,
file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0
0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the
architecture being linked (x86_64):
/Library/Frameworks/Mono.framework/Versions/2.10.8/lib/libfreetype.dylib
Undefined symbols for architecture x86_64:
  "_FT_Init_FreeType", referenced from:
      _main in cc5lN1Qs.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:30089: $? = 1
configure: failed program was:

Thanks!
Arul

On Wed, Jan 16, 2013 at 11:18 PM, Paul Sandoz <paul.sandoz at oracle.com>wrote:

> Hi Arul,
>
> Do you have XQuartz installed?
>
> For me:
>
> checking for FREETYPE2... checking for freetype in some standard
> locations... yes
> checking for FT_Init_FreeType in -lfreetype... yes
>
> Paul.
>
> On Jan 17, 2013, at 7:33 AM, Arul Dhesiaseelan <aruld at acm.org> wrote:
>
> > I have been happily using the old build system and "make all" failed
> today.
> >
> > com/sun/tools/jdeps : no such file or directory
> > make[2]: *** [initial-image-jdk] Error 1
> > make[1]: *** [jdk-build] Error 2
> > make: *** [build_product_image] Error 2
> >
> > I tried to run using the new build, but configure fails for me on OS X
> > 10.8.2. I even tried pointing to a custom freetype build without any
> > success.
> >
> > bash ./configure
> > .......
> > checking cups/ppd.h presence... yes
> > checking for cups/ppd.h... yes
> > checking for FREETYPE2... yes
> > checking for FT_Init_FreeType in -lfreetype... no
> > configure: error: Could not find freetype2!
> > configure exiting with result code 1
> >
> > Has any one noticed this? Thanks for your help.
> >
> > -Arul
> >
>
>
>


More information about the lambda-dev mailing list