build question
Date | 2016-08-21 13:33 |
From | Dave Seidel |
Subject | build question |
Hi all,
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
I just updated my system from Linux Mint 17 to 18, and now my csound build is not working as expected. I have the usual dir structure: .../csound/csound -- sources .../csound/cs6make -- build dir As usual, I ran "cmake ../csound" in the cs6make dir. But the last line of the output was unexpected: -- Build files have been written to: /home/dave/src/csound/csound And, indeed, there is no cs6make/Makefile, but there is a csound/Makefile. I haven't tried running make yet, because I don't want to clutter the source dir with the build output. Anyone seen this before? Any recommendations? Thanks, Dave |
Date | 2016-08-21 13:36 |
From | Dave Seidel |
Subject | Re: build question |
It occurred to me to try generating the makefile using cmake-gui -- and this worked (i.e., Makefile was created in the expected location). So I guess I at least have a workaround. On Sun, Aug 21, 2016 at 8:33 AM, Dave Seidel <dave.seidel@gmail.com> wrote:
|
Date | 2016-08-21 20:37 |
From | Steven Yi |
Subject | Re: build question |
Hi Dave, I just pulled the latest from Csound's github to my Debian VM and running Cmake from the commandline got the expected results of the Makefile being generated in the correct directory. I did a search for cmake issues but only found something mentioning and issue when symlinks were involved somewhere in the path. Any chance you are running Cmake within a symlinked directory path? steven On Sun, Aug 21, 2016 at 8:36 AM, Dave Seidel |
Date | 2016-08-21 20:42 |
From | Dave Seidel |
Subject | Re: build question |
Thanks, Steven. No symlinks in my path, cmake us running from /usr/bin/cmake (version 3.5.1. These are the same directories I've been using for months to build Csound, and this behavior only changed after my system upgrade -- though that could just be a coincidence. As long as I have the workaround of using cmake-gui to do the makefile generation, it's fine with me. - Dave On Sun, Aug 21, 2016 at 3:37 PM, Steven Yi <stevenyi@gmail.com> wrote: Hi Dave, |