[Csnd-dev] Debian build problems again
Date | 2018-03-23 12:10 |
From | Dave Seidel |
Subject | [Csnd-dev] Debian build problems again |
Hi all. I just created a new debian instance, and am trying to get the csound build up and running. I'm getting the following error. I've reported the same error in the past, and previously resolved it by deleting CMakeCache.txt, but no such luck this time. I started from a fresh empty build directory.
-- Command "/usr/bin/swig2.0 -swiglib" failed with output: |
Date | 2018-03-23 12:13 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Debian build problems again |
CMake version? ======================== Prof. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 23 Mar 2018, at 12:10, Dave Seidel |
Date | 2018-03-23 12:22 |
From | Dave Seidel |
Subject | Re: [Csnd-dev] Debian build problems again |
3.7.2, as installed by apt-get install build-dep csound On Fri, Mar 23, 2018 at 8:13 AM, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote: CMake version? |
Date | 2018-03-23 12:31 |
From | Steven Yi |
Subject | Re: [Csnd-dev] Debian build problems again |
The error reported has: -- SWIG_USE_FILE: CMake Error at interfaces/CMakeLists.txt:91 (include): include called with wrong number of arguments. include() only takes one file. and the cmake file has: message(STATUS "SWIG_USE_FILE: " ${SWIG_USE_FILE}) include(${SWIG_USE_FILE}) and SWIG_USE_FILE is set from Cmake's FindSWIG.cmake module: if(SWIG_DIR) set(SWIG_USE_FILE ${CMAKE_CURRENT_LIST_DIR}/UseSWIG.cmake) My guess, check if swig is installed and, if so, what version. (Regardless, our Cmake files should be fixed to check better for this situation.) On Fri, Mar 23, 2018 at 8:22 AM, Dave Seidel |
Date | 2018-03-23 12:35 |
From | John ff |
Subject | Re: [Csnd-dev] Debian build problems again |
My Debian build system has cmake 3.0.2. which Debian? OTOH I have swig3.0.2 Sent from TypeApp On Mar 23, 2018, 12:23, at 12:23, Dave Seidel |
Date | 2018-03-23 12:53 |
From | Dave Seidel |
Subject | Re: [Csnd-dev] Debian build problems again |
Victor, sorry for wasting your time again. I had copied over the source tree from a different system, and when I wiped it out and tried again from a fresh clone, the problem went away. On Fri, Mar 23, 2018 at 8:22 AM, Dave Seidel <dave.seidel@gmail.com> wrote:
|
Date | 2018-03-23 12:54 |
From | Dave Seidel |
Subject | Re: [Csnd-dev] Debian build problems again |
See my previous message, solved. I have swig 3.0.10 btw. Thanks, gents. On Fri, Mar 23, 2018 at 8:35 AM, John ff <jpff@codemist.co.uk> wrote: My Debian build system has cmake 3.0.2. which Debian? |