Member Site Forums Rosetta++ Rosetta++ – General Compiling Rosetta on Intel Macs running Leopard (OS X 10.5) Reply To: Compiling Rosetta on Intel Macs running Leopard (OS X 10.5)

#3996
Anonymous

    If you have the zlib library installed correctly, can you try “make mactel” to see whether it can compile?

    > Despite numerous attempts I have been unable to compile Rosetta on my intel-based Mac. The FAQ points a question regarding installation on intel-Macs to this post:
    > [http://www.rosettacommons.org/tiki/tiki-index.php?page=Compiling+Rosetta+on+Mac+OS+X+10.4.9]
    >
    > Unfortunately, the suggestions still don’t resolve the problem.
    >
    > I have tried the following, all fail:
    >
    > make mac
    > make mactel
    > make gcc
    > make gcc34
    >
    > I have run the installation with and without the -j 2 flag to use both processing cores, however the installation always fails
    >
    > __Here is my computer setup:__
    > iMac, 2.8GHz Intel Core 2 Duo
    > 4 GB RAM, Mac OS X 10.5.3
    >
    >
    > __Here are the warnings and errors I get:__
    >
    > pose_dna.cc: In function ‘void zf_linker_relax(pose_ns::Pose&, const std::string&)’:
    > pose_dna.cc:3710: warning: suggest parentheses around && within ||
    >
    > barcode_classes.h:261: warning: suggest parentheses around comparison in operand of &
    >
    >
    > __The installations always fail with this:__
    >
    > At global scope:
    > cc1plus: error: unrecognized command line option “-Wno-long-double”
    > make: *** [[.mac.pose.o] Error 1
    >
    > At global scope:
    > cc1plus: error: unrecognized command line option “-Wno-long-double”
    > make: *** [[.mac.pose_dna.o] Error 1
    >
    >