Boost logo

Boost Users :

Subject: Re: [Boost-users] extending Jam
From: gtsml owevwr (gtsml.owevwr_at_[hidden])
Date: 2009-05-18 08:12:02


Thanks, that helped, I added this line in tools/build/v2/tools/darwin.jam:
iphone-3.0 iphonesim-3.0

I'm now having an error message saying: error: unrecognized command line
option: "-Wno-long-double"
I solved that by taking this out:

    # - GCC 4.2 and higher in Darwin does not have -Wno-long-double.
    if $(version) < "4.2.0"
    {
        flags darwin.compile OPTIONS $(condition) : -Wno-long-double ;
    }

What's the clean here, does anybody know?

Thanks,
Frank



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net