Actually was simpler that I estimated. Please update svn tree and check again.
I updated svn. FTBFS with a different error message.
=================================================
End of build output log:
... [ 26%] Building CXX object mcop/CMakeFiles/mcop-shared.dir/dynamicrequest.cc.o [ 26%] Building CXX object mcop/CMakeFiles/mcop-shared.dir/anyref.cc.o [ 27%] Building CXX object mcop/CMakeFiles/mcop-shared.dir/loopback.cc.o [ 28%] Building CXX object mcop/CMakeFiles/mcop-shared.dir/delayedreturn.cc.o [ 29%] Building CXX object mcop/CMakeFiles/mcop-shared.dir/thread.cc.o [ 29%] Building CXX object mcop/CMakeFiles/mcop-shared.dir/dynamicskeleton.cc.o Linking CXX shared library libmcop.so [ 29%] Built target mcop-shared make: *** [all] Error 2
=================================================
CMakeError.log:
Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /dev/shm/arts/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build gmake[1]: Entering directory `/dev/shm/arts/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /dev/shm/arts/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.6/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1 /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -fPIC CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads /usr/lib/gcc/i486-slackware-linux/4.2.4/../../../../i486-slackware-linux/bin/ld: cannot find -lpthreads collect2: ld returned 1 exit status gmake[1]: *** [cmTryCompileExec] Error 1 gmake[1]: Leaving directory `/dev/shm/arts/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec/fast] Error 2
Performing C SOURCE FILE Test GSL_HAVE_OGGVORBIS_RC3 failed with the following output: Change Dir: /dev/shm/arts/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build gmake[1]: Entering directory `/dev/shm/arts/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /dev/shm/arts/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec.dir/src.c.o /usr/bin/gcc -DGSL_HAVE_OGGVORBIS_RC3 -o CMakeFiles/cmTryCompileExec.dir/src.c.o -c /dev/shm/arts/CMakeFiles/CMakeTmp/src.c /dev/shm/arts/CMakeFiles/CMakeTmp/src.c: In function 'main': /dev/shm/arts/CMakeFiles/CMakeTmp/src.c:2: error: too few arguments to function 'ov_read_float' gmake[1]: *** [CMakeFiles/cmTryCompileExec.dir/src.c.o] Error 1 gmake[1]: Leaving directory `/dev/shm/arts/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec/fast] Error 2
Source file was: #include <vorbis/vorbisfile.h> int main() { ov_read_float(0,0,0); return 0; }
=================================================
Darrell