& then I try to run the shell scripts
cd dev
./makeprograms.sh
see http://petervanhaaften.com/files/makeprogramsoutput.txt
(too long to post here)
Alternatively, I also tried the CMake build options (with github sources, CMakeLists.txt is not included in sources on unstablesound.net)
mkdir build
cd build
make ..
Thank you, I will keep trying things here but I definitely appreciate any tips you may be able to offer!
Peter
cd dev
./makeprograms.sh
see http://petervanhaaften.com/files/makeprogramsoutput.txt
(too long to post here)
Alternatively, I also tried the CMake build options (with github sources, CMakeLists.txt is not included in sources on unstablesound.net)
mkdir build
cd build
make ..
Code Select
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- /home/anony/src/cdp/CDP7-master
-- installing to /usr/local
-- building to /home/anony/src/cdp/CDP7-master/Release
-- LIBRARY INSTALL DIR: lib
CMake Error at CMakeLists.txt:76 (include):
include could not find load file:
cmake/CompilerOptimizations.cmake
-- Not using Custom.cmake file.
-- Performing Test HAS_VISIBILITY_HIDDEN
-- Performing Test HAS_VISIBILITY_HIDDEN - Success
-- Performing Test HAS_CXX_VISIBILITY_HIDDEN
-- Performing Test HAS_CXX_VISIBILITY_HIDDEN - Success
-- BUILD_BIN_DIR set to
-- BUILD_LIB_DIR set to /home/anony/src/cdp/CDP7-master/build/lib
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- paprogs to be built
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for io.h
-- Looking for io.h - not found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for termios.h
-- Looking for termios.h - found
-- Looking for values.h
-- Looking for values.h - found
-- Looking for winsock.h
-- Looking for winsock.h - not found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for dirent.h
-- Looking for dirent.h - found
-- Building on Linux
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
AAIOLIB
linked by target "fracture" in directory /home/anony/src/cdp/CDP7-master/dev/new
linked by target "iterfof" in directory /home/anony/src/cdp/CDP7-master/dev/new
linked by target "newsynth" in directory /home/anony/src/cdp/CDP7-master/dev/new
linked by target "newtex" in directory /home/anony/src/cdp/CDP7-master/dev/new
-- Configuring incomplete, errors occurred!
See also "/home/anony/src/cdp/CDP7-master/build/CMakeFiles/CMakeOutput.log".
See also "/home/anony/src/cdp/CDP7-master/build/CMakeFiles/CMakeError.log".
Thank you, I will keep trying things here but I definitely appreciate any tips you may be able to offer!
Peter