23 Jul 2012 09:03
Re: error: boost/parameter.hpp: No such file or directory
sorry, is the same error in both cases 2012/7/23 Lucas Samaruga <samarugalucas@...>: >> I just update and try to build but have this error: >> >> [ 29%] Building CXX object >> server/supernova/CMakeFiles/libsupernova.dir/sc/sc_osc_handler.cpp.o >> In file included from >> /home/lucas/Sources/SuperCollider.git/external_libraries/boost-lockfree/boost/lockfree/detail/parameter.hpp:12:0, >> from >> /home/lucas/Sources/SuperCollider.git/external_libraries/boost-lockfree/boost/lockfree/detail/freelist.hpp:20, >> from >> /home/lucas/Sources/SuperCollider.git/external_libraries/boost-lockfree/boost/lockfree/stack.hpp:20, >> from >> /home/lucas/Sources/SuperCollider.git/server/supernova/./dsp_thread_queue/dsp_thread_queue.hpp:36, >> from >> /home/lucas/Sources/SuperCollider.git/server/supernova/./dsp_thread_queue/dsp_thread.hpp:29, >> from >> /home/lucas/Sources/SuperCollider.git/server/supernova/sc/../server/server_scheduler.hpp:24, >> from >> /home/lucas/Sources/SuperCollider.git/server/supernova/sc/sc_osc_handler.hpp:35, >> from >> /home/lucas/Sources/SuperCollider.git/server/supernova/sc/sc_osc_handler.cpp:25: >> /home/lucas/Sources/SuperCollider.git/external_libraries/boost-lockfree/boost/lockfree/policies.hpp:12:31: >> fatal error: boost/parameter.hpp: No such file or directory >> compilation terminated. >> make[2]: *** [server/supernova/CMakeFiles/libsupernova.dir/sc/sc_osc_handler.cpp.o] >> Error 1 >> make[1]: *** [server/supernova/CMakeFiles/libsupernova.dir/all] Error 2 >> make: *** [all] Error 2 >> >> >> I made submodule update but git status returns: >> >> # On branch master >> # Untracked files: >> # (use "git add <file>..." to include in what will be committed) >> # >> # external_libraries/boost_lockfree/ >> nothing added to commit but untracked files present (use "git add" to track) >> > > fresh clone, similar error: > > lucas <at> smrg-lm:~/Sources/build.SuperCollider$ cmake ../SuperCollider.git > -- The C compiler identification is GNU > -- The CXX compiler identification is GNU > -- Check for working C compiler: /usr/bin/gcc > -- Check for working C compiler: /usr/bin/gcc -- works > -- Detecting C compiler ABI info > -- Detecting C compiler ABI info - done > -- Check for working CXX compiler: /usr/bin/c++ > -- Check for working CXX compiler: /usr/bin/c++ -- works > -- Detecting CXX compiler ABI info > -- Detecting CXX compiler ABI info - done > -- SuperCollider Version: 3.6dev > -- Build type defaulting to "RelWithDebInfo" > -- Compiling with Qt GUI > -- Found Pthreads: /usr/lib/x86_64-linux-gnu/libpthread.so > -- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so > -- Could NOT find Boost > building boost libraries manually > -- Found Sndfile: /usr/lib/x86_64-linux-gnu/libsndfile.so > -- Looking for XOpenDisplay in > /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so > -- Looking for XOpenDisplay in > /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so > - found > -- Looking for gethostbyname > -- Looking for gethostbyname - found > -- Looking for connect > -- Looking for connect - found > -- Looking for remove > -- Looking for remove - found > -- Looking for shmat > -- Looking for shmat - found > -- Looking for IceConnectionNumber in ICE > -- Looking for IceConnectionNumber in ICE - found > -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so > -- Found Avahi: /usr/lib/x86_64-linux-gnu/libavahi-common.so > -- checking for module 'jack' > -- found jack, version 1.9.8 > -- Found jack: /usr/lib/x86_64-linux-gnu/libjack.so > -- Audio API: jack > -- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so > -- Found GNU Readline version 6.2: /usr/lib/x86_64-linux-gnu/libreadline.so > -- Found Bluetooth: /usr/lib/x86_64-linux-gnu/libbluetooth.so > -- Found CWiid: /usr/lib/x86_64-linux-gnu/libbluetooth.so;/usr/lib/libcwiid.so > -- Compiling with WiiMote support > -- Looking for Q_WS_X11 > -- Looking for Q_WS_X11 - found > -- Looking for Q_WS_WIN > -- Looking for Q_WS_WIN - not found. > -- Looking for Q_WS_QWS > -- Looking for Q_WS_QWS - not found. > -- Looking for Q_WS_MAC > -- Looking for Q_WS_MAC - not found. > -- Found Qt4: /usr/bin/qmake (found suitable version "4.8.1", required is "4.5") > -- Compiling with Readline support > -- Compiling with ALSA midi support > -- Building the Qt IDE > -- Found Qt4: /usr/bin/qmake (found version "4.8.1") > -- Building with Sced for gedit 3 (UNIX) > -- Will copy HelpSource to /usr/local/share/SuperCollider > -- Configuring done > -- Generating done > -- Build files have been written to: /home/lucas/Sources/build.SuperCollider > > [........] > > [ 29%] Building CXX object > server/supernova/CMakeFiles/libsupernova.dir/sc/sc_osc_handler.cpp.o > In file included from > /home/lucas/Sources/SuperCollider.git/external_libraries/boost-lockfree/boost/lockfree/detail/parameter.hpp:12:0, > from > /home/lucas/Sources/SuperCollider.git/external_libraries/boost-lockfree/boost/lockfree/detail/freelist.hpp:20, > from > /home/lucas/Sources/SuperCollider.git/external_libraries/boost-lockfree/boost/lockfree/stack.hpp:20, > from > /home/lucas/Sources/SuperCollider.git/server/supernova/./dsp_thread_queue/dsp_thread_queue.hpp:36, > from > /home/lucas/Sources/SuperCollider.git/server/supernova/./dsp_thread_queue/dsp_thread.hpp:29, > from > /home/lucas/Sources/SuperCollider.git/server/supernova/sc/../server/server_scheduler.hpp:24, > from > /home/lucas/Sources/SuperCollider.git/server/supernova/sc/sc_osc_handler.hpp:35, > from > /home/lucas/Sources/SuperCollider.git/server/supernova/sc/sc_osc_handler.cpp:25: > /home/lucas/Sources/SuperCollider.git/external_libraries/boost-lockfree/boost/lockfree/policies.hpp:12:31: > fatal error: boost/parameter.hpp: No such file or directory > compilation terminated. > make[2]: *** [server/supernova/CMakeFiles/libsupernova.dir/sc/sc_osc_handler.cpp.o] > Error 1 > make[1]: *** [server/supernova/CMakeFiles/libsupernova.dir/all] Error 2 > make: *** [all] Error 2 _______________________________________________ sc-dev mailing list info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/ search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/
RSS Feed