Csound Csound-dev Csound-tekno Search About

[Cs-dev] Problem with stk build

Date2014-03-20 11:50
Fromjohn ffitch
Subject[Cs-dev] Problem with stk build
This morning I am having trouble building csound.  I did a pull first
ad it failed to build with a cuda error (I do not have cuda) so I
deleted the CMakeCache and remade.  Now it fails with

make -f Opcodes/stk/CMakeFiles/stk-ops.dir/build.make Opcodes/stk/CMakeFiles/stk
-ops.dir/depend
make[2]: Entering directory `/home/jpff/Sourceforge/csound/New/csound6'
cd /home/jpff/Sourceforge/csound/New/csound6 && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /home/jpff/Sourceforge/csound/New/csound6 /home/jpff/Sourceforg
e/csound/New/csound6/Opcodes/stk /home/jpff/Sourceforge/csound/New/csound6 /home
/jpff/Sourceforge/csound/New/csound6/Opcodes/stk /home/jpff/Sourceforge/csound/N
ew/csound6/Opcodes/stk/CMakeFiles/stk-ops.dir/DependInfo.cmake --color=
make[2]: Leaving directory `/home/jpff/Sourceforge/csound/New/csound6'
make -f Opcodes/stk/CMakeFiles/stk-ops.dir/build.make Opcodes/stk/CMakeFiles/stk
-ops.dir/build
make[2]: Entering directory `/home/jpff/Sourceforge/csound/New/csound6'
make[2]: Circular libstk.so <- libstk.so dependency dropped.
Linking CXX shared module ../../libstk.so
cd /home/jpff/Sourceforge/csound/New/csound6/Opcodes/stk && /usr/bin/cmake -E cm
ake_link_script CMakeFiles/stk-ops.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC  -ffast-math -mfpmath=sse -msse2 -fomit-frame-pointer -DHAVE
_ATOMIC_BUILTIN -fopenmp -g   -fopenmp -shared -Wl,-soname,libstk.so -o ../../li
bstk.so CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o ../../libstk.so -Wl,-rpath,/home
/jpff/Sourceforge/csound/New/csound6 
c++: error: ../../libstk.so: No such file or directory
make[2]: *** [libstk.so] Error 1
make[2]: Leaving directory `/home/jpff/Sourceforge/csound/New/csound6'
make[1]: *** [Opcodes/stk/CMakeFiles/stk-ops.dir/all] Error 2
make[1]: Leaving directory `/home/jpff/Sourceforge/csound/New/csound6'
make: *** [all] Error 2


I do not like the "Circular libstk.so <- libstk.so dependency
dropped." bit which sounds ominous.

Anyone any ideas as how to recover, or even what it means?

==John ffitch

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2014-03-20 12:21
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Problem with stk build
AttachmentsNone  

Date2014-03-20 18:59
Frommenno
SubjectRe: [Cs-dev] Problem with stk build
FYI, i build Csound yesterday and did not have a problem building the STK
opcodes:

cmake
.....
-- BUILD_STK_OPCODES is enabled
.....

and

make
.....
Scanning dependencies of target stk-ops
[ 61%] Building CXX object
Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
Linking CXX shared module ../../libstk.so
[ 61%] Built target stk-ops
.....




--
View this message in context: http://csound.1045644.n5.nabble.com/Problem-with-stk-build-tp5733370p5733401.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net