[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] Can't build sc3-plugins on Fedora 20
- To: sc-users@xxxxxxxxxxxxxxxx
- Subject: [sc-users] Can't build sc3-plugins on Fedora 20
- From: Phil Thomson <supercollider@xxxxxxxxxxxxxx>
- Date: Fri, 27 Dec 2013 21:56:21 -0800
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=philthomson.ca; h=date :from:to:subject:message-id:mime-version:content-type: content-transfer-encoding; s=philthomson.ca; bh=IttFh9Cw4mkoqVce 1m3+lWbQOn0=; b=0L9ZHvhYTPMWujDh7Vb//txbkjybGB9MnBzIR5/loGcYJb2o WyYf+rdFKXQ1m5VSr8tF+nYqcnmWui1EdfizY5nVxFoy+pT6OraDcadmmqSGnpIN XVUgfhewWzCjKkFFYjJPrEqYtnR8mXBbA8cR0OD3+NDyIXhuXBeJEd1E+C4=
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
Hi all,
I have installed sc 3.6.6 from source after having downloaded the 3.6.6 tarball from sourceforge. I have downloaded the sc3-plugins tarball from here:
http://sourceforge.net/projects/sc3-plugins/files/latest/download
When running 'make', I get this:
[ 97%] Building CXX object source/CMakeFiles/TagSystemUgens.dir/TagSystemUGens/TagSystemUgens.cpp.o
/home/phil/src/sc3-plugins-src-2012-05-26/source/TagSystemUGens/TagSystemUgens.cpp:78:0: warning: "GET_BUF" redefined [enabled by default]
#define GET_BUF \
^
In file included from /usr/local/include/SuperCollider/plugin_interface/SC_PlugIn.h:26:0,
from /home/phil/src/sc3-plugins-src-2012-05-26/source/TagSystemUGens/TagSystemUgens.cpp:26:
/usr/local/include/SuperCollider/plugin_interface/SC_Unit.h:251:0: note: this is the location of the previous definition
#define GET_BUF \
^
/home/phil/src/sc3-plugins-src-2012-05-26/source/TagSystemUGens/TagSystemUgens.cpp: In function ‘void Dfsm_next(Dfsm*, int)’:
/home/phil/src/sc3-plugins-src-2012-05-26/source/TagSystemUGens/TagSystemUgens.cpp:670:27: error: call of overloaded ‘sc_isnan(int&)’ is ambiguous
if(sc_isnan(unit->m_count)) { // terminate and reset
^
/home/phil/src/sc3-plugins-src-2012-05-26/source/TagSystemUGens/TagSystemUgens.cpp:670:27: note: candidates are:
In file included from /usr/local/include/SuperCollider/plugin_interface/SC_PlugIn.h:30:0,
from /home/phil/src/sc3-plugins-src-2012-05-26/source/TagSystemUGens/TagSystemUgens.cpp:26:
/usr/local/include/SuperCollider/plugin_interface/SC_InlineUnaryOp.h:57:13: note: bool sc_isnan(float)
inline bool sc_isnan(float x)
^
/usr/local/include/SuperCollider/plugin_interface/SC_InlineUnaryOp.h:66:13: note: bool sc_isnan(double)
inline bool sc_isnan(double x)
^
make[2]: *** [source/CMakeFiles/TagSystemUgens.dir/TagSystemUGens/TagSystemUgens.cpp.o] Error 1
make[1]: *** [source/CMakeFiles/TagSystemUgens.dir/all] Error 2
make: *** [all] Error 2
:: ~/src/sc3-plugins-src-2012-05-26/build :: cmake -L ..
-- Using SC source located at /usr/local/include/SuperCollider
-- local_sources:
-- Configuring done
-- Generating done
-- Build files have been written to: /home/phil/src/sc3-plugins-src-2012-05-26/build
-- Cache values
AY:BOOL=ON
CMAKE_BUILD_TYPE:STRING=
CMAKE_INSTALL_PREFIX:PATH=/usr/local
FFTW3F_INCLUDE_DIR:PATH=/usr/include
FFTW3F_LIBRARY:FILEPATH=/lib64/libfftw3f.so
IN_PLACE_BUILD:BOOL=ON
NOVA_SIMD:BOOL=ON
OSX_PACKAGE:BOOL=OFF
QUARKS:BOOL=OFF
SC_PATH:PATH=/usr/local/include/SuperCollider
SUPERNOVA:BOOL=OFF
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/