[Csnd-dev] Failing to build
Date | 2016-03-13 12:35 |
From | jpff |
Subject | [Csnd-dev] Failing to build |
Just pulled and make on m i386 Linux system -- PTHREAD STATIC LIBRARY: -- Using Atomic Builtins -- USE_LRINT is enabled CMake Error at /usr/share/cmake/Modules/FindFLTK.cmake:130 (if): if given arguments: "EXISTS" "FLTK_INCLUDE_DIR-NOTFOUND" "/usr/include/FLTKConfig.cmake" Unknown arguments specified Call Stack (most recent call first): CMakeLists.txt:566 (find_package) -- Configuring incomplete, errors occurred! I used to work |
Date | 2016-03-13 13:44 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Failing to build |
git blame? Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland > On 13 Mar 2016, at 12:35, jpff |
Date | 2016-03-13 14:18 |
From | jpff |
Subject | Re: [Csnd-dev] Failing to build |
git blame is useful but i do not know which file. |
Date | 2016-03-13 14:22 |
From | jpff |
Subject | Re: [Csnd-dev] Failing to build |
I think the problem is find_package(CURL) +find_package(FLTK) find_package(Java) as te i386 ystems fail with someting to do with FLTK Does not explain the x86_64 problem On Sun, 13 Mar 2016, Victor Lazzarini wrote: > git blame? > > Victor Lazzarini > Dean of Arts, Celtic Studies, and Philosophy > Maynooth University > Ireland > >> On 13 Mar 2016, at 12:35, jpff |
Date | 2016-03-14 09:12 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Failing to build |
Failing to build here on OSX as well. ======================== Dr 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 13 Mar 2016, at 14:22, jpff |
Date | 2016-03-14 09:27 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Failing to build |
Can you try and see if my changes solved your problem? They fixed it here, but I identified a different section of CMakeLists.txt that was wrong, so they might not be relevant to you. ======================== Dr 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 14 Mar 2016, at 09:12, Victor Lazzarini |
Date | 2016-03-14 09:35 |
From | Anders Genell |
Subject | Re: [Csnd-dev] Failing to build |
I'm on ubuntu 14.04 and from a pull just now I get
"CMake Error at /usr/share/cmake-2.8/Modules/FindFLTK.cmake:130 (if): if given arguments: "EXISTS" "/usr/lib/fltk" "/usr/include/FLTKConfig.cmake" Unknown arguments specified Call Stack (most recent call first): CMakeLists.txt:566 (find_package) -- Configuring incomplete, errors occurred!" when running cmake. Don't know if it's related? Regards, Anders On Mon, Mar 14, 2016 at 10:27 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote: Can you try and see if my changes solved your problem? They fixed it here, but I identified a different section of CMakeLists.txt that was wrong, |
Date | 2016-03-14 09:41 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Failing to build |
Looks like the same issue reported by John ======================== Dr 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 14 Mar 2016, at 09:35, Anders Genell |
Date | 2016-03-14 09:43 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Failing to build |
But the Travis build is passing: https://travis-ci.org/csound/csound So it is strange. ======================== Dr 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 14 Mar 2016, at 09:41, Victor Lazzarini |
Date | 2016-03-14 09:44 |
From | Anders Genell |
Subject | Re: [Csnd-dev] Failing to build |
Ok, then I too can test when there is a solution in place. Regards, Anders On Mon, Mar 14, 2016 at 10:41 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote: Looks like the same issue reported by John |
Date | 2016-03-14 10:04 |
From | Anders Genell |
Subject | Re: [Csnd-dev] Failing to build |
Is Travis testing for all platforms? > 14 mars 2016 kl. 10:43 skrev Victor Lazzarini |
Date | 2016-03-14 10:06 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Failing to build |
Just linux. ======================== Dr 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 14 Mar 2016, at 10:04, Anders Genell |
Date | 2016-03-14 10:37 |
From | Anders Genell |
Subject | Re: [Csnd-dev] Failing to build |
Strange indeed. Could there be a cmake version issue of some sort? > 14 mars 2016 kl. 11:06 skrev Victor Lazzarini |
Date | 2016-03-14 10:43 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Failing to build |
Well, it was working before, so I can’t say what the problem is. Are you on i386 or x86_64? That might be the difference. ======================== Dr 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 14 Mar 2016, at 10:37, Anders Genell |
Date | 2016-03-14 11:02 |
From | Anders Genell |
Subject | Re: [Csnd-dev] Failing to build |
X86_64 > 14 mars 2016 kl. 11:43 skrev Victor Lazzarini |