Skip to content

Instantly share code, notes, and snippets.

@Sciss
Created August 13, 2017 23:27
Show Gist options
  • Save Sciss/27462656fe3b742b176a322d6b64de97 to your computer and use it in GitHub Desktop.
Save Sciss/27462656fe3b742b176a322d6b64de97 to your computer and use it in GitHub Desktop.
[ 31%] Building CXX object external_libraries/CMakeFiles/oscpack.dir/oscpack_build.cpp.o
[ 31%] Linking CXX static library liboscpack.a
[ 31%] Built target oscpack
Scanning dependencies of target libsupernova
[ 31%] Building CXX object server/supernova/CMakeFiles/libsupernova.dir/sc/sc_synth_definition.cpp.o
In file included from /home/hhrutz/Documents/devel/supercollider/external_libraries/boost/boost/config.hpp:39:0,
from /home/hhrutz/Documents/devel/supercollider/external_libraries/boost/boost/filesystem/operations.hpp:18,
from /home/hhrutz/Documents/devel/supercollider/server/supernova/sc/sc_synth_definition.cpp:22:
/home/hhrutz/Documents/devel/supercollider/external_libraries/boost/boost/config/compiler/gcc.hpp:95:45: error: expected identifier before numeric constant
#define BOOST_LIKELY(x) __builtin_expect(x, 1)
^
/home/hhrutz/Documents/devel/supercollider/server/supernova/./utilities/branch_hints.hpp:24:21: note: in expansion of macro ‘BOOST_LIKELY’
#define likely(x) BOOST_LIKELY(x)
^~~~~~~~~~~~
/home/hhrutz/Documents/devel/supercollider/external_libraries/nova-tt/nova-tt/branch_hints.hpp:28:13: note: in expansion of macro ‘likely’
inline bool likely(bool expr)
^~~~~~
/home/hhrutz/Documents/devel/supercollider/external_libraries/boost/boost/config/compiler/gcc.hpp:95:45: error: expected ‘,’ or ‘...’ before numeric constant
#define BOOST_LIKELY(x) __builtin_expect(x, 1)
^
/home/hhrutz/Documents/devel/supercollider/server/supernova/./utilities/branch_hints.hpp:24:21: note: in expansion of macro ‘BOOST_LIKELY’
#define likely(x) BOOST_LIKELY(x)
^~~~~~~~~~~~
/home/hhrutz/Documents/devel/supercollider/external_libraries/nova-tt/nova-tt/branch_hints.hpp:28:13: note: in expansion of macro ‘likely’
inline bool likely(bool expr)
^~~~~~
/home/hhrutz/Documents/devel/supercollider/external_libraries/boost/boost/config/compiler/gcc.hpp:96:47: error: expected identifier before numeric constant
#define BOOST_UNLIKELY(x) __builtin_expect(x, 0)
^
/home/hhrutz/Documents/devel/supercollider/server/supernova/./utilities/branch_hints.hpp:25:21: note: in expansion of macro ‘BOOST_UNLIKELY’
#define unlikely(x) BOOST_UNLIKELY(x)
^~~~~~~~~~~~~~
/home/hhrutz/Documents/devel/supercollider/external_libraries/nova-tt/nova-tt/branch_hints.hpp:38:13: note: in expansion of macro ‘unlikely’
inline bool unlikely(bool expr)
^~~~~~~~
/home/hhrutz/Documents/devel/supercollider/external_libraries/boost/boost/config/compiler/gcc.hpp:96:47: error: expected ‘,’ or ‘...’ before numeric constant
#define BOOST_UNLIKELY(x) __builtin_expect(x, 0)
^
/home/hhrutz/Documents/devel/supercollider/server/supernova/./utilities/branch_hints.hpp:25:21: note: in expansion of macro ‘BOOST_UNLIKELY’
#define unlikely(x) BOOST_UNLIKELY(x)
^~~~~~~~~~~~~~
/home/hhrutz/Documents/devel/supercollider/external_libraries/nova-tt/nova-tt/branch_hints.hpp:38:13: note: in expansion of macro ‘unlikely’
inline bool unlikely(bool expr)
^~~~~~~~
/home/hhrutz/Documents/devel/supercollider/external_libraries/nova-tt/nova-tt/branch_hints.hpp: In function ‘bool nova::nova_tt::__builtin_expect(bool, int)’:
/home/hhrutz/Documents/devel/supercollider/external_libraries/boost/boost/config/compiler/gcc.hpp:96:27: error: redefinition of ‘bool nova::nova_tt::__builtin_expect(bool, int)’
#define BOOST_UNLIKELY(x) __builtin_expect(x, 0)
^
/home/hhrutz/Documents/devel/supercollider/server/supernova/./utilities/branch_hints.hpp:25:21: note: in expansion of macro ‘BOOST_UNLIKELY’
#define unlikely(x) BOOST_UNLIKELY(x)
^~~~~~~~~~~~~~
/home/hhrutz/Documents/devel/supercollider/external_libraries/nova-tt/nova-tt/branch_hints.hpp:38:13: note: in expansion of macro ‘unlikely’
inline bool unlikely(bool expr)
^~~~~~~~
/home/hhrutz/Documents/devel/supercollider/external_libraries/boost/boost/config/compiler/gcc.hpp:95:25: note: ‘bool nova::nova_tt::__builtin_expect(bool, int)’ previously defined here
#define BOOST_LIKELY(x) __builtin_expect(x, 1)
^
/home/hhrutz/Documents/devel/supercollider/server/supernova/./utilities/branch_hints.hpp:24:21: note: in expansion of macro ‘BOOST_LIKELY’
#define likely(x) BOOST_LIKELY(x)
^~~~~~~~~~~~
/home/hhrutz/Documents/devel/supercollider/external_libraries/nova-tt/nova-tt/branch_hints.hpp:28:13: note: in expansion of macro ‘likely’
inline bool likely(bool expr)
^~~~~~
server/supernova/CMakeFiles/libsupernova.dir/build.make:62: recipe for target 'server/supernova/CMakeFiles/libsupernova.dir/sc/sc_synth_definition.cpp.o' failed
make[2]: *** [server/supernova/CMakeFiles/libsupernova.dir/sc/sc_synth_definition.cpp.o] Error 1
CMakeFiles/Makefile2:3563: recipe for target 'server/supernova/CMakeFiles/libsupernova.dir/all' failed
make[1]: *** [server/supernova/CMakeFiles/libsupernova.dir/all] Error 2
Makefile:160: recipe for target 'all' failed
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment