Hi,

I have been trying to build BRL-CAD on MacOSX 10.9.5, but without success.

I am getting the following error.

Best regards,

Philippe

———————————————

In file included from 
/Users/philippe/Desktop/brlcad-7.24.2/src/librt/primitives/bot/bot_oriented_bbox.cpp:30:
/Users/philippe/Desktop/brlcad-7.24.2/src/other/libgdiam/gdiam.hpp:176:24: 
warning: comparing floating point with == or != is unsafe
      [-Wfloat-equal]
    return  ( ( p[ 0 ] == q[ 0 ] )
                ~~~~~~ ^  ~~~~~~
/Users/philippe/Desktop/brlcad-7.24.2/src/other/libgdiam/gdiam.hpp:177:28: 
warning: comparing floating point with == or != is unsafe
      [-Wfloat-equal]
              &&  ( p[ 1 ] == q[ 1 ] )
                    ~~~~~~ ^  ~~~~~~
/Users/philippe/Desktop/brlcad-7.24.2/src/other/libgdiam/gdiam.hpp:178:28: 
warning: comparing floating point with == or != is unsafe
      [-Wfloat-equal]
              &&  ( p[ 2 ] == q[ 2 ] ) );
                    ~~~~~~ ^  ~~~~~~
3 warnings generated.
[  9%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bot/btg.c.o
[  9%] Building C object src/librt/CMakeFiles/librt.dir/primitives/bot/btgf.c.o
[  9%] Building CXX object 
src/librt/CMakeFiles/librt.dir/primitives/brep/brep.cpp.o
In file included from 
/Users/philippe/Desktop/brlcad-7.24.2/src/librt/primitives/brep/brep.cpp:31:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:265:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__bit_reference:15:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:685:97:
 error: invalid
      operands to binary expression ('const brep_hit' and 'const brep_hit')
    _LIBCPP_INLINE_VISIBILITY bool operator()(const _T1& __x, const _T1& __y) 
const {return __x < __y;}


———————————————————


------------------------------------------------------------------------------
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Users mailing list
brlcad-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-users

Reply via email to