Csound Csound-dev Csound-tekno Search About

build question

Date2016-08-21 13:33
FromDave Seidel
Subjectbuild question
Hi all,

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
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

Date2016-08-21 13:36
FromDave Seidel
SubjectRe: 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:
Hi all,

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

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

Date2016-08-21 20:37
FromSteven Yi
SubjectRe: 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  wrote:
> 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  wrote:
>>
>> Hi all,
>>
>> 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
>
>
> 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

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

Date2016-08-21 20:42
FromDave Seidel
SubjectRe: 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,

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 <dave.seidel@gmail.com> wrote:
> 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:
>>
>> Hi all,
>>
>> 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
>
>
> 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

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

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