[Csnd] Error on building Csound 6.15 on Ubuntu 18.04
Date | 2020-08-31 08:10 |
From | Jan Jacob Hofmann |
Subject | [Csnd] Error on building Csound 6.15 on Ubuntu 18.04 |
Dear list, I am trying to update my build of Csound 6.13 to 6.15 on ubuntu 18.04, but I do keep getting two errors in the process after make -j6: [...] [ 78%] Building C object CMakeFiles/csound64.dir/Opcodes/vbap.c.o make[2]: *** Keine Regel vorhanden, um das Ziel „/usr/lib/libportmidi.so“, benötigt von „libpmidi.so“, zu erstellen. Schluss. make[2]: *** Auf noch nicht beendete Prozesse wird gewartet … [ 78%] Linking C shared module ../librtpulse.so [ 78%] Building C object InOut/CMakeFiles/pmidi.dir/pmidi.c.o [ 78%] Built target rtpulse [ 78%] Building C object CMakeFiles/csound64.dir/Opcodes/vbap1.c.o CMakeFiles/Makefile2:2298: recipe for target 'InOut/CMakeFiles/pmidi.dir/all' failed make[1]: *** [InOut/CMakeFiles/pmidi.dir/all] Error 2 make[1]: *** Auf noch nicht beendete Prozesse wird gewartet … [...] I have also tried to make a fresh clone but got the same result. Maybe someone has an idea what I could try? Best regards, Jan Jacob -- sound | movement | object | space sonic architecture | site:http://www.sonicarchitecture.de spatial electronic composition | higher order ambisonic music Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2020-08-31 09:05 |
From | Victor Lazzarini |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] Error on building Csound 6.15 on Ubuntu 18.04 |
Two suggestions: - create a new build directory if you have not done so - try building without -j 6 as this will give an easier to read message. Also adf-DCMAKE_VERBOSE_MAKEFILE=1 as an option to cmake so that when you run make it prints the build commands Prof. Victor Lazzarini Maynooth University Ireland > On 31 Aug 2020, at 08:10, Jan Jacob Hofmann |
Date | 2020-08-31 09:11 |
From | Tarmo Johannes |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] Error on building Csound 6.15 on Ubuntu 18.04 |
Attachments | None None |
Date | 2020-08-31 09:20 |
From | Victor Lazzarini |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] Error on building Csound 6.15 on Ubuntu 18.04 |
Of course it’s not -j 6, but with that option and with no build messages, it’s hard to diagnose. If it were just portmidi missing, CMake would not configure the build to include the pmidi module build. ======================== Prof. Victor Lazzarini Maynooth University Ireland > On 31 Aug 2020, at 09:11, Tarmo Johannes |
Date | 2020-08-31 14:24 |
From | Jan Jacob Hofmann |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] Error on building Csound 6.15 on Ubuntu 18.04 |
Dear Victor, dear Tarmo, problem solved! Csound 6.15 is now running on my linux-machine. This is what did the trick: My folder-structure is like that: csound +- cs6make +- csound I followed Victors suggestion to create a new build-directory. I thought that I had already done that by having deleted all the content of my csound sub-folder (the one named „csound“ residing in the parent-folder „csound“) before. But now as I deleted also the content of the cs6make-folder, everything worked like charm after the „make“ command. So there probably was something left in my build from 6.13 that interfered with 6.15. Now it is solved. Thanks to both of you!! Best wishes, Jan Jacob sound | movement | object | space
sonic architecture | site: http://www.sonicarchitecture.de spatial electronic composition | higher order ambisonic music
|