Here it is.
——————————————————
[ 0%] Built target buildtimestart
[ 0%] Built target printtimestamp
Build Time: Mon Oct 6 23:00:44 2014
[ 0%] Built target timestamp
[ 0%] Built target BENCHMARK_PIX_cp
[ 0%] Built target utahrle
[ 0%] Built target rletogif
[ 0%] Built target rawtorle
[ 0%] Built target painttorle
[ 0%] Built target rletoabA60
[ 0%] Built target rletoalias
[ 0%] Built target rletoabA62
[ 0%] Built target rleselect
[ 0%] Built target rlesetbg
[ 0%] Built target smush
[ 0%] Built target rlescale
[ 0%] Built target rlenoise
[ 0%] Built target rlepatch
[ 0%] Built target rlequant
[ 0%] Built target rleprint
[ 3%] Built target tcl
[ 3%] Built target tclsh
[ 3%] Built target tclstub
[ 5%] Built target libbu
[ 5%] Built target tester_bu_gethostname
[ 5%] Built target tester_bu_basename
[ 5%] Built target aliastorle
[ 5%] Built target lempar_cp
[ 5%] Built target rlesplice
[ 5%] Built target giftorle
[ 5%] Built target avg4
[ 5%] Built target rletopaint
[ 5%] Built target rletovcr
[ 5%] Built target applymap
[ 5%] Built target xbmtorle
[ 5%] Built target crop
[ 5%] Built target lemon
[ 5%] Built target rlespiff
[ 5%] Built target cubitorle
[ 5%] Built target termlib-static
[ 5%] Built target into
[ 5%] Built target rledither
[ 5%] Built target rlebg
[ 5%] Built target rlebox
[ 5%] Built target perplex_template_cp
[ 5%] Built target rlecat
[ 5%] Built target re2c_bootstrap
[ 6%] Built target utahrle-static
[ 6%] Built target re2c
[ 6%] Built target perplex
[ 6%] Built target fant
[ 6%] Built target pyrmask
[ 6%] Built target rleflip
[ 6%] Built target libvds
[ 8%] Built target openNURBS
[ 8%] Built target libgdiam
[ 8%] Built target p2t
[ 8%] Built target libbn
[ 8%] Built target libbrep
[ 8%] 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;}
~~~ ^ ~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/list:2188:13:
note: in instantiation of member function 'std::__1::__less<brep_hit,
brep_hit>::operator()' requested here
if (__comp(*--__e2, *__f1))
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/list:2174:5:
note: in instantiation of function template specialization
'std::__1::list<brep_hit, std::__1::allocator<brep_hit>
>::__sort<std::__1::__less<brep_hit, brep_hit> >' requested here
__sort(begin(), end(), base::__sz(), __comp);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/list:2165:5:
note: in instantiation of function template specialization
'std::__1::list<brep_hit, std::__1::allocator<brep_hit>
>::sort<std::__1::__less<brep_hit, brep_hit> >' requested here
sort(__less<value_type>());
^
/Users/philippe/Desktop/brlcad-7.24.2/src/librt/primitives/brep/brep.cpp:1156:10:
note: in instantiation of member function 'std::__1::list<brep_hit,
std::__1::allocator<brep_hit> >::sort' requested here
hits.sort();
^
/Users/philippe/Desktop/brlcad-7.24.2/src/librt/primitives/brep/brep.cpp:543:10:
note: candidate function not viable: 'this' argument has type 'const
brep_hit', but method is not marked const
bool operator<(const brep_hit& h)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/utility:419:1:
note: candidate template ignored: could not match 'pair<type-parameter-0-0,
type-parameter-0-1>' against 'const brep_hit'
operator< (const pair<_T1,_T2>& __x, const pair<_T1,_T2>& __y)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iterator:582:1:
note: candidate template ignored: could not match
'reverse_iterator<type-parameter-0-0>' against 'const brep_hit'
operator<(const reverse_iterator<_Iter1>& __x, const reverse_iterator<_Iter2>&
__y)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iterator:977:1:
note: candidate template ignored: could not match
'move_iterator<type-parameter-0-0>' against 'const brep_hit'
operator<(const move_iterator<_Iter1>& __x, const move_iterator<_Iter2>& __y)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iterator:1293:1:
note: candidate template ignored: could not match
'__wrap_iter<type-parameter-0-0>' against 'const brep_hit'
operator<(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter2>& __y)
_NOEXCEPT
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:2886:1:
note: candidate template ignored: could not match
'unique_ptr<type-parameter-0-0, type-parameter-0-1>' against 'const brep_hit'
operator< (const unique_ptr<_T1, _D1>& __x, const unique_ptr<_T2, _D2>& __y)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:2944:1:
note: candidate template ignored: could not match
'unique_ptr<type-parameter-0-0, type-parameter-0-1>' against 'const brep_hit'
operator<(const unique_ptr<_T1, _D1>& __x, nullptr_t)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:2953:1:
note: candidate template ignored: could not match
'unique_ptr<type-parameter-0-0, type-parameter-0-1>' against 'const brep_hit'
operator<(nullptr_t, const unique_ptr<_T1, _D1>& __x)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:4732:1:
note: candidate template ignored: could not match
'shared_ptr<type-parameter-0-0>' against 'const brep_hit'
operator<(const shared_ptr<_Tp>& __x, const shared_ptr<_Up>& __y) _NOEXCEPT
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:4797:1:
note: candidate template ignored: could not match
'shared_ptr<type-parameter-0-0>' against 'const brep_hit'
operator<(const shared_ptr<_Tp>& __x, nullptr_t) _NOEXCEPT
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:4805:1:
note: candidate template ignored: could not match
'shared_ptr<type-parameter-0-0>' against 'const brep_hit'
operator<(nullptr_t, const shared_ptr<_Tp>& __x) _NOEXCEPT
^
1 error generated.
make[2]: *** [src/librt/CMakeFiles/librt.dir/primitives/brep/brep.cpp.o] Error 1
make[1]: *** [src/librt/CMakeFiles/librt.dir/all] Error 2
make: *** [all] Error 2
———————————————————————————
Le 6 oct. 2014 à 22:39, Christopher Sean Morrison <[email protected]> a écrit :
>
> On Oct 6, 2014, at 4:07 PM, Philippe de Rochambeau wrote:
>
>> Hi,
>>
>> I have been trying to build BRL-CAD on MacOSX 10.9.5, but without success.
>>
>> I am getting the following error.
>
> Philippe,
>
> The error snippet you provided seems to be lacking the actual error line.
> The warning lines from compiling bot_oriented_bbox.cpp aren't relevant and
> the error during compilation of brep.cpp seems to be truncated. Can you
> provide your entire build output as an attachment? Perhaps the output from
> this (copy-paste):
>
> make 2>&1 | tee build.log
>
> Cheers!
> Sean
>
>
> ------------------------------------------------------------------------------
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/brlcad-users
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-users