[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] strange error when pulling from github



hi all,

after having seen the latest commits (esp. the clang-fixes) i wanted to see if i could build sc on mac os 10.6.8. however i got a strange error when i pulled:

fatal: Referenz ist kein Baum: b47d78495e6330e48dcc9a0ea282de6be8cd634b
Konnte 'b47d78495e6330e48dcc9a0ea282de6be8cd634b' in Unterprojekt-Pfad 'external_libraries/nova-simd' nicht auschecken.

however, compiling on os 10.6.8 using clang still doesn't work it seems (but possibly those fix didn't address my particular issues):

In file included from /Applications/supercollider-dev/include/common/SC_BoundsMacros.h:25: /opt/local/libexec/llvm-3.2/bin/../lib/c++/v1/cmath:1333:9: error: no member named 'llrint' in the global namespace
using ::llrint;
      ~~^
/opt/local/libexec/llvm-3.2/bin/../lib/c++/v1/cmath:1334:9: error: no member named 'llrintf' in the global namespace
using ::llrintf;
      ~~^
/opt/local/libexec/llvm-3.2/bin/../lib/c++/v1/cmath:1336:86: error: use of undeclared identifier 'llrintf' inline _LIBCPP_INLINE_VISIBILITY long long llrint(float __x) _NOEXCEPT {return llrintf(__x);}

              ^
/opt/local/libexec/llvm-3.2/bin/../lib/c++/v1/cmath:1337:86: error: use of undeclared identifier 'llrintl' inline _LIBCPP_INLINE_VISIBILITY long long llrint(long double __x) _NOEXCEPT {return llrintl(__x);}

              ^
/opt/local/libexec/llvm-3.2/bin/../lib/c++/v1/cmath:1342:35: error: call to 'llrint' is ambiguous
llrint(_A1 __x) _NOEXCEPT {return llrint((double)__x);}
                                  ^~~~~~
/opt/local/libexec/llvm-3.2/bin/../lib/c++/v1/cmath:1336:44: note: candidate function inline _LIBCPP_INLINE_VISIBILITY long long llrint(float __x) _NOEXCEPT {return llrintf(__x);}
                                           ^
/opt/local/libexec/llvm-3.2/bin/../lib/c++/v1/cmath:1337:44: note: candidate function inline _LIBCPP_INLINE_VISIBILITY long long llrint(long double __x) _NOEXCEPT {return llrintl(__x);}
                                           ^
/opt/local/libexec/llvm-3.2/bin/../lib/c++/v1/cmath:1346:9: error: no member named 'llround' in the global namespace
using ::llround;
      ~~^
/opt/local/libexec/llvm-3.2/bin/../lib/c++/v1/cmath:1347:9: error: no member named 'llroundf' in the global namespace
using ::llroundf;
      ~~^
/opt/local/libexec/llvm-3.2/bin/../lib/c++/v1/cmath:1349:87: error: use of undeclared identifier 'llroundf' inline _LIBCPP_INLINE_VISIBILITY long long llround(float __x) _NOEXCEPT {return llroundf(__x);}

               ^
/opt/local/libexec/llvm-3.2/bin/../lib/c++/v1/cmath:1350:87: error: use of undeclared identifier 'llroundl' inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __x) _NOEXCEPT {return llroundl(__x);}

               ^
/opt/local/libexec/llvm-3.2/bin/../lib/c++/v1/cmath:1355:36: error: call to 'llround' is ambiguous
llround(_A1 __x) _NOEXCEPT {return llround((double)__x);}
                                   ^~~~~~~
/opt/local/libexec/llvm-3.2/bin/../lib/c++/v1/cmath:1349:44: note: candidate function inline _LIBCPP_INLINE_VISIBILITY long long llround(float __x) _NOEXCEPT {return llroundf(__x);}
                                           ^
/opt/local/libexec/llvm-3.2/bin/../lib/c++/v1/cmath:1350:44: note: candidate function inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __x) _NOEXCEPT {return llroundl(__x);}
                                           ^
/opt/local/libexec/llvm-3.2/bin/../lib/c++/v1/cmath:1649:9: error: no member named 'llrintl' in the global namespace
using ::llrintl;
      ~~^
/opt/local/libexec/llvm-3.2/bin/../lib/c++/v1/cmath:1650:9: error: no member named 'llroundl' in the global namespace
using ::llroundl;
      ~~^
12 errors generated.
make[2]: *** [server/supernova/CMakeFiles/libsupernova.dir/sc/sc_synth_definition.cpp.o] Error 1
make[1]: *** [server/supernova/CMakeFiles/libsupernova.dir/all] Error 2
make: *** [all] Error 2

happy hoildayz,

stefan

_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/