Csound Csound-dev Csound-tekno Search About

[Csnd] Build failing on Ubuntu 20.04

Date2020-06-01 16:05
FromSyl Morrison
Subject[Csnd] Build failing on Ubuntu 20.04
Hi all, followed the steps on the github repo as per for building csound, CmakeError.log gives me this at the top, any ideas? (I mean like, how could I not have io.h hahahha)

`Determining if the include file io.h exists failed with the following output:
Change Dir: /home/meijis/csound/csound/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_89da9/fast && /usr/bin/make -f CMakeFiles/cmTC_89da9.dir/build.make CMakeFiles/cmTC_89da9.dir/build
make[1]: Entering directory '/home/meijis/csound/csound/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_89da9.dir/CheckIncludeFile.c.o
/usr/bin/cc  -I/home/meijis/csound/csound/build/CMakeFiles/CMakeTmp/pthread.h  -ffast-math -mfpmath=sse -msse2 -fomit-frame-pointer -fvisibility=hidden -std=gnu99 -DHAVE_ATOMIC_BUILTIN    -o CMakeFiles/cmTC_89da9.dir/CheckIncludeFile.c.o   -c /home/meijis/csound/csound/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/home/meijis/csound/csound/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: io.h: No such file or directory
    1 | #include <io.h>
      |          ^~~~~~
compilation terminated.`
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

Date2020-06-01 19:06
FromSyl Morrison
SubjectRe: [Csnd] Build failing on Ubuntu 20.04
Got a configuration failure in the cmake ../csound step, fatal error on couldn't find io.h :((

On Mon, Jun 1, 2020 at 8:04 PM Pete Goodeve <pete.goodeve@computer.org> wrote:
On Mon, Jun 01, 2020 at 04:05:56PM +0100, Syl Morrison wrote:
> Hi all, followed the steps on the github repo as per for building csound,
> CmakeError.log gives me this at the top, any ideas? (I mean like, how could
> I not have io.h hahahha)
>
> `Determining if the include file io.h exists failed with the following
> output:
> [.......]
> fatal error: io.h: No such file or directory
>     1 | #include <io.h>
>       |          ^~~~~~
> compilation terminated.`
>

Did your entire build actually fail?  I have the exact same report
in my -- perfectly successful -- build on Linux (Mint), and actually
also in my Haiku build.  No idea of the reason, but it didn't seem
to be critical!

        -- Pete --

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

Date2020-06-01 20:04
FromPete Goodeve
SubjectRe: [Csnd] Build failing on Ubuntu 20.04
AttachmentsNone  

Date2020-06-01 20:22
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] Build failing on Ubuntu 20.04
Do you have build essentials installed? Looks like you are missing a system header. Try googling for it and install the package that carries it.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 1 Jun 2020, at 20:06, Syl Morrison <honoonu@gmail.com> wrote:



*Warning*

This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.

Got a configuration failure in the cmake ../csound step, fatal error on couldn't find io.h :((

On Mon, Jun 1, 2020 at 8:04 PM Pete Goodeve <pete.goodeve@computer.org> wrote:
On Mon, Jun 01, 2020 at 04:05:56PM +0100, Syl Morrison wrote:
> Hi all, followed the steps on the github repo as per for building csound,
> CmakeError.log gives me this at the top, any ideas? (I mean like, how could
> I not have io.h hahahha)
>
> `Determining if the include file io.h exists failed with the following
> output:
> [.......]
> fatal error: io.h: No such file or directory
>     1 | #include <io.h>
>       |          ^~~~~~
> compilation terminated.`
>

Did your entire build actually fail?  I have the exact same report
in my -- perfectly successful -- build on Linux (Mint), and actually
also in my Haiku build.  No idea of the reason, but it didn't seem
to be critical!

        -- Pete --

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

Date2020-06-01 20:24
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] Build failing on Ubuntu 20.04
I would have thought Linuxes have sys/io.h not io.h and so that failure is not an issue.

Maybe it's a different header that is missing.

Prof. Victor Lazzarini
Maynooth University
Ireland

> On 1 Jun 2020, at 20:04, Pete Goodeve  wrote:
> 
> *Warning*
> 
> This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> 
>> On Mon, Jun 01, 2020 at 04:05:56PM +0100, Syl Morrison wrote:
>> Hi all, followed the steps on the github repo as per for building csound,
>> CmakeError.log gives me this at the top, any ideas? (I mean like, how could
>> I not have io.h hahahha)
>> 
>> `Determining if the include file io.h exists failed with the following
>> output:
>> [.......]
>> fatal error: io.h: No such file or directory
>>    1 | #include 
>>      |          ^~~~~~
>> compilation terminated.`
>> 
> 
> Did your entire build actually fail?  I have the exact same report
> in my -- perfectly successful -- build on Linux (Mint), and actually
> also in my Haiku build.  No idea of the reason, but it didn't seem
> to be critical!
> 
>        -- Pete --
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&sdata=Tr%2FnnW9rtq%2FpH7meKSLTWHYVXt7zkBzukDU3qnKR2k0%3D&reserved=0
> Send bugs reports to
>        https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&sdata=FqNgjEuKCj6vyP5IF1OT4E2%2FwVU7slj4tZYWlrb%2FRYQ%3D&reserved=0
> 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

Date2020-06-01 21:58
FromSyl Morrison
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] Build failing on Ubuntu 20.04
Yeah, ran sudo apt-get build-essential and sudo ldconfig, packages already existed and same error :( 

On Mon, Jun 1, 2020 at 8:24 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
I would have thought Linuxes have sys/io.h not io.h and so that failure is not an issue.

Maybe it's a different header that is missing.

Prof. Victor Lazzarini
Maynooth University
Ireland

> On 1 Jun 2020, at 20:04, Pete Goodeve <pete.goodeve@computer.org> wrote:
>
> *Warning*
>
> This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
>
>> On Mon, Jun 01, 2020 at 04:05:56PM +0100, Syl Morrison wrote:
>> Hi all, followed the steps on the github repo as per for building csound,
>> CmakeError.log gives me this at the top, any ideas? (I mean like, how could
>> I not have io.h hahahha)
>>
>> `Determining if the include file io.h exists failed with the following
>> output:
>> [.......]
>> fatal error: io.h: No such file or directory
>>    1 | #include <io.h>
>>      |          ^~~~~~
>> compilation terminated.`
>>
>
> Did your entire build actually fail?  I have the exact same report
> in my -- perfectly successful -- build on Linux (Mint), and actually
> also in my Haiku build.  No idea of the reason, but it didn't seem
> to be critical!
>
>        -- Pete --
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&amp;data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&amp;sdata=Tr%2FnnW9rtq%2FpH7meKSLTWHYVXt7zkBzukDU3qnKR2k0%3D&amp;reserved=0
> Send bugs reports to
>        https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&amp;data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&amp;sdata=FqNgjEuKCj6vyP5IF1OT4E2%2FwVU7slj4tZYWlrb%2FRYQ%3D&amp;reserved=0
> 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

Date2020-06-01 23:04
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] Build failing on Ubuntu 20.04
can you copy all of your config.log here?

Is this your first build in this machine?

Prof. Victor Lazzarini
Maynooth University
Ireland

On 1 Jun 2020, at 22:59, Syl Morrison <honoonu@gmail.com> wrote:


Yeah, ran sudo apt-get build-essential and sudo ldconfig, packages already existed and same error :( 

On Mon, Jun 1, 2020 at 8:24 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
I would have thought Linuxes have sys/io.h not io.h and so that failure is not an issue.

Maybe it's a different header that is missing.

Prof. Victor Lazzarini
Maynooth University
Ireland

> On 1 Jun 2020, at 20:04, Pete Goodeve <pete.goodeve@computer.org> wrote:
>
> *Warning*
>
> This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
>
>> On Mon, Jun 01, 2020 at 04:05:56PM +0100, Syl Morrison wrote:
>> Hi all, followed the steps on the github repo as per for building csound,
>> CmakeError.log gives me this at the top, any ideas? (I mean like, how could
>> I not have io.h hahahha)
>>
>> `Determining if the include file io.h exists failed with the following
>> output:
>> [.......]
>> fatal error: io.h: No such file or directory
>>    1 | #include <io.h>
>>      |          ^~~~~~
>> compilation terminated.`
>>
>
> Did your entire build actually fail?  I have the exact same report
> in my -- perfectly successful -- build on Linux (Mint), and actually
> also in my Haiku build.  No idea of the reason, but it didn't seem
> to be critical!
>
>        -- Pete --
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&amp;data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&amp;sdata=Tr%2FnnW9rtq%2FpH7meKSLTWHYVXt7zkBzukDU3qnKR2k0%3D&amp;reserved=0
> Send bugs reports to
>        https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&amp;data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&amp;sdata=FqNgjEuKCj6vyP5IF1OT4E2%2FwVU7slj4tZYWlrb%2FRYQ%3D&amp;reserved=0
> 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

Date2020-06-03 13:51
FromSyl Morrison
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] Build failing on Ubuntu 20.04
AttachmentsTerminalOutput.txt  CMakeError.log  
Couldn't find a config.log but dumped the terminal's output to a txt file, will also send on CMakeError, which is saying I don't have Lame (I do), is it possible it's looking for paths on the wrong OS? I'm on Ubuntu 20.04, and yeah its my first time building it on this hard drive


On Mon, Jun 1, 2020 at 11:04 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
can you copy all of your config.log here?

Is this your first build in this machine?

Prof. Victor Lazzarini
Maynooth University
Ireland

On 1 Jun 2020, at 22:59, Syl Morrison <honoonu@gmail.com> wrote:


Yeah, ran sudo apt-get build-essential and sudo ldconfig, packages already existed and same error :( 

On Mon, Jun 1, 2020 at 8:24 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
I would have thought Linuxes have sys/io.h not io.h and so that failure is not an issue.

Maybe it's a different header that is missing.

Prof. Victor Lazzarini
Maynooth University
Ireland

> On 1 Jun 2020, at 20:04, Pete Goodeve <pete.goodeve@computer.org> wrote:
>
> *Warning*
>
> This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
>
>> On Mon, Jun 01, 2020 at 04:05:56PM +0100, Syl Morrison wrote:
>> Hi all, followed the steps on the github repo as per for building csound,
>> CmakeError.log gives me this at the top, any ideas? (I mean like, how could
>> I not have io.h hahahha)
>>
>> `Determining if the include file io.h exists failed with the following
>> output:
>> [.......]
>> fatal error: io.h: No such file or directory
>>    1 | #include <io.h>
>>      |          ^~~~~~
>> compilation terminated.`
>>
>
> Did your entire build actually fail?  I have the exact same report
> in my -- perfectly successful -- build on Linux (Mint), and actually
> also in my Haiku build.  No idea of the reason, but it didn't seem
> to be critical!
>
>        -- Pete --
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&amp;data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&amp;sdata=Tr%2FnnW9rtq%2FpH7meKSLTWHYVXt7zkBzukDU3qnKR2k0%3D&amp;reserved=0
> Send bugs reports to
>        https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&amp;data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&amp;sdata=FqNgjEuKCj6vyP5IF1OT4E2%2FwVU7slj4tZYWlrb%2FRYQ%3D&amp;reserved=0
> 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
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

Date2020-06-03 13:58
FromJohn ff
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] Build failing on Ubuntu 20.04
The CMakeErrrfile Los ok to me.  Not managed to read the terminal output yet

⁣Sent from TypeApp ​

On Jun 3, 2020, 13:53, at 13:53, Syl Morrison  wrote:
>Couldn't find a config.log but dumped the terminal's output to a txt
>file,
>will also send on CMakeError, which is saying I don't have Lame (I do),
>is
>it possible it's looking for paths on the wrong OS? I'm on Ubuntu
>20.04,
>and yeah its my first time building it on this hard drive
>
>
>On Mon, Jun 1, 2020 at 11:04 PM Victor Lazzarini
>
>wrote:
>
>> can you copy all of your config.log here?
>>
>> Is this your first build in this machine?
>>
>> Prof. Victor Lazzarini
>> Maynooth University
>> Ireland
>>
>> On 1 Jun 2020, at 22:59, Syl Morrison  wrote:
>>
>> 
>> Yeah, ran sudo apt-get build-essential and sudo ldconfig, packages
>already
>> existed and same error :(
>>
>> On Mon, Jun 1, 2020 at 8:24 PM Victor Lazzarini
>
>> wrote:
>>
>>> I would have thought Linuxes have sys/io.h not io.h and so that
>failure
>>> is not an issue.
>>>
>>> Maybe it's a different header that is missing.
>>>
>>> Prof. Victor Lazzarini
>>> Maynooth University
>>> Ireland
>>>
>>> > On 1 Jun 2020, at 20:04, Pete Goodeve 
>>> wrote:
>>> >
>>> > *Warning*
>>> >
>>> > This email originated from outside of Maynooth University's Mail
>>> System. Do not reply, click links or open attachments unless you
>recognise
>>> the sender and know the content is safe.
>>> >
>>> >> On Mon, Jun 01, 2020 at 04:05:56PM +0100, Syl Morrison wrote:
>>> >> Hi all, followed the steps on the github repo as per for building
>>> csound,
>>> >> CmakeError.log gives me this at the top, any ideas? (I mean like,
>how
>>> could
>>> >> I not have io.h hahahha)
>>> >>
>>> >> `Determining if the include file io.h exists failed with the
>following
>>> >> output:
>>> >> [.......]
>>> >> fatal error: io.h: No such file or directory
>>> >>    1 | #include 
>>> >>      |          ^~~~~~
>>> >> compilation terminated.`
>>> >>
>>> >
>>> > Did your entire build actually fail?  I have the exact same report
>>> > in my -- perfectly successful -- build on Linux (Mint), and
>actually
>>> > also in my Haiku build.  No idea of the reason, but it didn't seem
>>> > to be critical!
>>> >
>>> >        -- Pete --
>>> >
>>> > Csound mailing list
>>> > Csound@listserv.heanet.ie
>>> >
>>>
>https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&sdata=Tr%2FnnW9rtq%2FpH7meKSLTWHYVXt7zkBzukDU3qnKR2k0%3D&reserved=0
>>>
>
>>> > Send bugs reports to
>>> >
>>>
>https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&sdata=FqNgjEuKCj6vyP5IF1OT4E2%2FwVU7slj4tZYWlrb%2FRYQ%3D&reserved=0
>>>
>
>>> > 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
>>
>> 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

Date2020-06-03 14:03
FromSyl Morrison
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] Build failing on Ubuntu 20.04
AttachmentsCMakeOutput.log  
Don't know if this helps but this is my CmakeOutput

On Wed, Jun 3, 2020 at 1:58 PM John ff <jpff@codemist.co.uk> wrote:
The CMakeErrrfile Los ok to me.  Not managed to read the terminal output yet

⁣Sent from TypeApp ​

On Jun 3, 2020, 13:53, at 13:53, Syl Morrison <honoonu@gmail.com> wrote:
>Couldn't find a config.log but dumped the terminal's output to a txt
>file,
>will also send on CMakeError, which is saying I don't have Lame (I do),
>is
>it possible it's looking for paths on the wrong OS? I'm on Ubuntu
>20.04,
>and yeah its my first time building it on this hard drive
>
>
>On Mon, Jun 1, 2020 at 11:04 PM Victor Lazzarini
><Victor.Lazzarini@mu.ie>
>wrote:
>
>> can you copy all of your config.log here?
>>
>> Is this your first build in this machine?
>>
>> Prof. Victor Lazzarini
>> Maynooth University
>> Ireland
>>
>> On 1 Jun 2020, at 22:59, Syl Morrison <honoonu@gmail.com> wrote:
>>
>> 
>> Yeah, ran sudo apt-get build-essential and sudo ldconfig, packages
>already
>> existed and same error :(
>>
>> On Mon, Jun 1, 2020 at 8:24 PM Victor Lazzarini
><Victor.Lazzarini@mu.ie>
>> wrote:
>>
>>> I would have thought Linuxes have sys/io.h not io.h and so that
>failure
>>> is not an issue.
>>>
>>> Maybe it's a different header that is missing.
>>>
>>> Prof. Victor Lazzarini
>>> Maynooth University
>>> Ireland
>>>
>>> > On 1 Jun 2020, at 20:04, Pete Goodeve <pete.goodeve@computer.org>
>>> wrote:
>>> >
>>> > *Warning*
>>> >
>>> > This email originated from outside of Maynooth University's Mail
>>> System. Do not reply, click links or open attachments unless you
>recognise
>>> the sender and know the content is safe.
>>> >
>>> >> On Mon, Jun 01, 2020 at 04:05:56PM +0100, Syl Morrison wrote:
>>> >> Hi all, followed the steps on the github repo as per for building
>>> csound,
>>> >> CmakeError.log gives me this at the top, any ideas? (I mean like,
>how
>>> could
>>> >> I not have io.h hahahha)
>>> >>
>>> >> `Determining if the include file io.h exists failed with the
>following
>>> >> output:
>>> >> [.......]
>>> >> fatal error: io.h: No such file or directory
>>> >>    1 | #include <io.h>
>>> >>      |          ^~~~~~
>>> >> compilation terminated.`
>>> >>
>>> >
>>> > Did your entire build actually fail?  I have the exact same report
>>> > in my -- perfectly successful -- build on Linux (Mint), and
>actually
>>> > also in my Haiku build.  No idea of the reason, but it didn't seem
>>> > to be critical!
>>> >
>>> >        -- Pete --
>>> >
>>> > Csound mailing list
>>> > Csound@listserv.heanet.ie
>>> >
>>>
>https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&amp;data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&amp;sdata=Tr%2FnnW9rtq%2FpH7meKSLTWHYVXt7zkBzukDU3qnKR2k0%3D&amp;reserved=0
>>>
><https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551870594&sdata=DmvmsUTpWh%2FIbAevoFH4%2BFChwC5kiVoqXSkn1DCuTCk%3D&reserved=0>
>>> > Send bugs reports to
>>> >
>>>
>https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&amp;data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&amp;sdata=FqNgjEuKCj6vyP5IF1OT4E2%2FwVU7slj4tZYWlrb%2FRYQ%3D&amp;reserved=0
>>>
><https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551870594&sdata=rSY1c%2BcnBZhytwx7inXTE%2Fycw5P4cz%2FE2C%2BDPk%2FlZHA%3D&reserved=0>
>>> > 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
>>>
><https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551870594&sdata=DmvmsUTpWh%2FIbAevoFH4%2BFChwC5kiVoqXSkn1DCuTCk%3D&reserved=0>
>>> Send bugs reports to
>>>         https://github.com/csound/csound/issues
>>>
><https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551880562&sdata=KuliXp8cdCIZ3E1CI8fErEfU7YoN5QDRMtkowsfBo7E%3D&reserved=0>
>>> 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
>>
><https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551880562&sdata=6cky3mOMldOvy76esdxkVB90yElAXTn5JnrvW3cg9Kw%3D&reserved=0>
>> Send bugs reports to https://github.com/csound/csound/issues
>>
><https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551890513&sdata=V%2BirOX5yAr%2BYupCoMxx0kuOXCwr9lWra2deN96cPbDs%3D&reserved=0>
>> 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

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

Date2020-06-03 14:43
FromSyl Morrison
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] Build failing on Ubuntu 20.04
Okay so I fixed it (somehow???) by instead of making cs6make alongside the csound repo, making a folder called build within the repo folder and calling cmake ../ from there, NO idea why that works, but could it be worth a look in the BUILD.md docs?

On Wed, Jun 3, 2020 at 2:03 PM Syl Morrison <honoonu@gmail.com> wrote:
Don't know if this helps but this is my CmakeOutput

On Wed, Jun 3, 2020 at 1:58 PM John ff <jpff@codemist.co.uk> wrote:
The CMakeErrrfile Los ok to me.  Not managed to read the terminal output yet

⁣Sent from TypeApp ​

On Jun 3, 2020, 13:53, at 13:53, Syl Morrison <honoonu@gmail.com> wrote:
>Couldn't find a config.log but dumped the terminal's output to a txt
>file,
>will also send on CMakeError, which is saying I don't have Lame (I do),
>is
>it possible it's looking for paths on the wrong OS? I'm on Ubuntu
>20.04,
>and yeah its my first time building it on this hard drive
>
>
>On Mon, Jun 1, 2020 at 11:04 PM Victor Lazzarini
><Victor.Lazzarini@mu.ie>
>wrote:
>
>> can you copy all of your config.log here?
>>
>> Is this your first build in this machine?
>>
>> Prof. Victor Lazzarini
>> Maynooth University
>> Ireland
>>
>> On 1 Jun 2020, at 22:59, Syl Morrison <honoonu@gmail.com> wrote:
>>
>> 
>> Yeah, ran sudo apt-get build-essential and sudo ldconfig, packages
>already
>> existed and same error :(
>>
>> On Mon, Jun 1, 2020 at 8:24 PM Victor Lazzarini
><Victor.Lazzarini@mu.ie>
>> wrote:
>>
>>> I would have thought Linuxes have sys/io.h not io.h and so that
>failure
>>> is not an issue.
>>>
>>> Maybe it's a different header that is missing.
>>>
>>> Prof. Victor Lazzarini
>>> Maynooth University
>>> Ireland
>>>
>>> > On 1 Jun 2020, at 20:04, Pete Goodeve <pete.goodeve@computer.org>
>>> wrote:
>>> >
>>> > *Warning*
>>> >
>>> > This email originated from outside of Maynooth University's Mail
>>> System. Do not reply, click links or open attachments unless you
>recognise
>>> the sender and know the content is safe.
>>> >
>>> >> On Mon, Jun 01, 2020 at 04:05:56PM +0100, Syl Morrison wrote:
>>> >> Hi all, followed the steps on the github repo as per for building
>>> csound,
>>> >> CmakeError.log gives me this at the top, any ideas? (I mean like,
>how
>>> could
>>> >> I not have io.h hahahha)
>>> >>
>>> >> `Determining if the include file io.h exists failed with the
>following
>>> >> output:
>>> >> [.......]
>>> >> fatal error: io.h: No such file or directory
>>> >>    1 | #include <io.h>
>>> >>      |          ^~~~~~
>>> >> compilation terminated.`
>>> >>
>>> >
>>> > Did your entire build actually fail?  I have the exact same report
>>> > in my -- perfectly successful -- build on Linux (Mint), and
>actually
>>> > also in my Haiku build.  No idea of the reason, but it didn't seem
>>> > to be critical!
>>> >
>>> >        -- Pete --
>>> >
>>> > Csound mailing list
>>> > Csound@listserv.heanet.ie
>>> >
>>>
>https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&amp;data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&amp;sdata=Tr%2FnnW9rtq%2FpH7meKSLTWHYVXt7zkBzukDU3qnKR2k0%3D&amp;reserved=0
>>>
><https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551870594&sdata=DmvmsUTpWh%2FIbAevoFH4%2BFChwC5kiVoqXSkn1DCuTCk%3D&reserved=0>
>>> > Send bugs reports to
>>> >
>>>
>https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&amp;data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&amp;sdata=FqNgjEuKCj6vyP5IF1OT4E2%2FwVU7slj4tZYWlrb%2FRYQ%3D&amp;reserved=0
>>>
><https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551870594&sdata=rSY1c%2BcnBZhytwx7inXTE%2Fycw5P4cz%2FE2C%2BDPk%2FlZHA%3D&reserved=0>
>>> > 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
>>>
><https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551870594&sdata=DmvmsUTpWh%2FIbAevoFH4%2BFChwC5kiVoqXSkn1DCuTCk%3D&reserved=0>
>>> Send bugs reports to
>>>         https://github.com/csound/csound/issues
>>>
><https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551880562&sdata=KuliXp8cdCIZ3E1CI8fErEfU7YoN5QDRMtkowsfBo7E%3D&reserved=0>
>>> 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
>>
><https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551880562&sdata=6cky3mOMldOvy76esdxkVB90yElAXTn5JnrvW3cg9Kw%3D&reserved=0>
>> Send bugs reports to https://github.com/csound/csound/issues
>>
><https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551890513&sdata=V%2BirOX5yAr%2BYupCoMxx0kuOXCwr9lWra2deN96cPbDs%3D&reserved=0>
>> 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

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

Date2020-06-03 15:27
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] Build failing on Ubuntu 20.04
That’s how cmake usually works, with out of source  builds. Your previous attempts may have had
run into old configuration scripts etc that created conflicts.

========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 3 Jun 2020, at 14:43, Syl Morrison  wrote:
> 
> Okay so I fixed it (somehow???) by instead of making cs6make alongside the csound repo, making a folder called build within the repo folder and calling cmake ../ from there, NO idea why that works, but could it be worth a look in the BUILD.md docs? 
> 
> On Wed, Jun 3, 2020 at 2:03 PM Syl Morrison  wrote:
> Don't know if this helps but this is my CmakeOutput 
> 
> On Wed, Jun 3, 2020 at 1:58 PM John ff  wrote:
> The CMakeErrrfile Los ok to me.  Not managed to read the terminal output yet
> 
> ⁣Sent from TypeApp ​
> 
> On Jun 3, 2020, 13:53, at 13:53, Syl Morrison  wrote:
> >Couldn't find a config.log but dumped the terminal's output to a txt
> >file,
> >will also send on CMakeError, which is saying I don't have Lame (I do),
> >is
> >it possible it's looking for paths on the wrong OS? I'm on Ubuntu
> >20.04,
> >and yeah its my first time building it on this hard drive
> >
> >
> >On Mon, Jun 1, 2020 at 11:04 PM Victor Lazzarini
> >
> >wrote:
> >
> >> can you copy all of your config.log here?
> >>
> >> Is this your first build in this machine?
> >>
> >> Prof. Victor Lazzarini
> >> Maynooth University
> >> Ireland
> >>
> >> On 1 Jun 2020, at 22:59, Syl Morrison  wrote:
> >>
> >> 
> >> Yeah, ran sudo apt-get build-essential and sudo ldconfig, packages
> >already
> >> existed and same error :(
> >>
> >> On Mon, Jun 1, 2020 at 8:24 PM Victor Lazzarini
> >
> >> wrote:
> >>
> >>> I would have thought Linuxes have sys/io.h not io.h and so that
> >failure
> >>> is not an issue.
> >>>
> >>> Maybe it's a different header that is missing.
> >>>
> >>> Prof. Victor Lazzarini
> >>> Maynooth University
> >>> Ireland
> >>>
> >>> > On 1 Jun 2020, at 20:04, Pete Goodeve 
> >>> wrote:
> >>> >
> >>> > *Warning*
> >>> >
> >>> > This email originated from outside of Maynooth University's Mail
> >>> System. Do not reply, click links or open attachments unless you
> >recognise
> >>> the sender and know the content is safe.
> >>> >
> >>> >> On Mon, Jun 01, 2020 at 04:05:56PM +0100, Syl Morrison wrote:
> >>> >> Hi all, followed the steps on the github repo as per for building
> >>> csound,
> >>> >> CmakeError.log gives me this at the top, any ideas? (I mean like,
> >how
> >>> could
> >>> >> I not have io.h hahahha)
> >>> >>
> >>> >> `Determining if the include file io.h exists failed with the
> >following
> >>> >> output:
> >>> >> [.......]
> >>> >> fatal error: io.h: No such file or directory
> >>> >>    1 | #include 
> >>> >>      |          ^~~~~~
> >>> >> compilation terminated.`
> >>> >>
> >>> >
> >>> > Did your entire build actually fail?  I have the exact same report
> >>> > in my -- perfectly successful -- build on Linux (Mint), and
> >actually
> >>> > also in my Haiku build.  No idea of the reason, but it didn't seem
> >>> > to be critical!
> >>> >
> >>> >        -- Pete --
> >>> >
> >>> > Csound mailing list
> >>> > Csound@listserv.heanet.ie
> >>> >
> >>>
> >https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&sdata=Tr%2FnnW9rtq%2FpH7meKSLTWHYVXt7zkBzukDU3qnKR2k0%3D&reserved=0
> >>>
> >
> >>> > Send bugs reports to
> >>> >
> >>>
> >https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&sdata=FqNgjEuKCj6vyP5IF1OT4E2%2FwVU7slj4tZYWlrb%2FRYQ%3D&reserved=0
> >>>
> >
> >>> > 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
> >>
> >> 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
> 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

Date2020-06-03 15:31
FromJohn ff
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] Build failing on Ubuntu 20.04
I have always built in the source directory without any problems

On 3 Jun 2020, at 15:28, Victor Lazzarini <victor.lazzarini@mu.ie> wrote:
That’s how cmake usually works, with out of source  builds. Your previous attempts may have had
run into old configuration scripts etc that created conflicts.

========================
Prof. Victor Lazzarini
Maynooth University
Ireland

On 3 Jun 2020, at 14:43, Syl Morrison <honoonu@GMAIL.COM> wrote:

Okay so I fixed it (somehow???) by instead of making cs6make alongside the csound repo, making a folder called build within the repo folder and calling cmake ../ from there, NO idea why that works, but could it be worth a look in the BUILD.md docs?

On Wed, Jun 3, 2020 at 2:03 PM Syl Morrison <honoonu@gmail.com> wrote:
Don't know if this helps but this is my CmakeOutput

On Wed, Jun 3, 2020 at 1:58 PM John ff <jpff@codemist.co.uk> wrote:
The CMakeErrrfile Los ok to me. Not managed to read the terminal output yet

⁣Sent from TypeApp ​

On Jun 3, 2020, 13:53, at 13:53, Syl Morrison <honoonu@gmail.com> wrote:
Couldn't find a config.log but dumped the terminal's output to a txt
file,
will also send on CMakeError, which is saying I don't have Lame (I do),
is
it possible it's looking for paths on the wrong OS? I'm on Ubuntu
20.04,
and yeah its my first time building it on this hard drive


On Mon, Jun 1, 2020 at 11:04 PM Victor Lazzarini
<Victor.Lazzarini@mu.ie>
wrote:

can you copy all of your config.log here?

Is this your first build in this machine?

Prof. Victor Lazzarini
Maynooth University
Ireland

On 1 Jun 2020, at 22:59, Syl Morrison <honoonu@gmail.com> wrote:


Yeah, ran sudo apt-get build-essential and sudo ldconfig, packages
already
existed and same error :(

On Mon, Jun 1, 2020 at 8:24 PM Victor Lazzarini
<Victor.Lazzarini@mu.ie>
wrote:

I would have thought Linuxes have sys/io.h not io.h and so that
failure
is not an issue.

Maybe it's a different header that is missing.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 1 Jun 2020, at 20:04, Pete Goodeve <pete.goodeve@computer.org>
wrote:

*Warning*

This email originated from outside of Maynooth University's Mail
System. Do not reply, click links or open attachments unless you
recognise
the sender and know the content is safe.

On Mon, Jun 01, 2020 at 04:05:56PM +0100, Syl Morrison wrote:
Hi all, followed the steps on the github repo as per for building
csound,
CmakeError.log gives me this at the top, any ideas? (I mean like,
how
could
I not have io.h hahahha)

`Determining if the include file io.h exists failed with the
following
output:
[.......]
fatal error: io.h: No such file or directory
1 | #include <io.h>
| ^~~~~~
compilation terminated.`


Did your entire build actually fail? I have the exact same report
in my -- perfectly successful -- build on Linux (Mint), and
actually
also in my Haiku build. No idea of the reason, but it didn't seem
to be critical!

-- Pete --

Csound mailing list
Csound@listserv.heanet.ie


https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&amp;data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&amp;sdata=Tr%2FnnW9rtq%2FpH7meKSLTWHYVXt7zkBzukDU3qnKR2k0%3D&amp;reserved=0

<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551870594&sdata=DmvmsUTpWh%2FIbAevoFH4%2BFChwC5kiVoqXSkn1DCuTCk%3D&reserved=0>
Send bugs reports to


https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&amp;data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&amp;sdata=FqNgjEuKCj6vyP5IF1OT4E2%2FwVU7slj4tZYWlrb%2FRYQ%3D&amp;reserved=0

<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551870594&sdata=rSY1c%2BcnBZhytwx7inXTE%2Fycw5P4cz%2FE2C%2BDPk%2FlZHA%3D&reserved=0>
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

<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551870594&sdata=DmvmsUTpWh%2FIbAevoFH4%2BFChwC5kiVoqXSkn1DCuTCk%3D&reserved=0>
Send bugs reports to
https://github.com/csound/csound/issues

<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551880562&sdata=KuliXp8cdCIZ3E1CI8fErEfU7YoN5QDRMtkowsfBo7E%3D&reserved=0>
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

<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551880562&sdata=6cky3mOMldOvy76esdxkVB90yElAXTn5JnrvW3cg9Kw%3D&reserved=0>
Send bugs reports to https://github.com/csound/csound/issues

<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551890513&sdata=V%2BirOX5yAr%2BYupCoMxx0kuOXCwr9lWra2deN96cPbDs%3D&reserved=0>
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

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

Date2020-06-03 16:08
FromSyl Morrison
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] Build failing on Ubuntu 20.04
Yeah, was following the build instructions on the github repo, which says
mkdir csound
cd csound
git clone (csound URL)
(which clones csound to a new folder within csound called csound)
mkdir cs6make
cmake ../csound

so I ended up doing
git clone (csound URL)
cd csound
mkdir build
cmake ..
and that works, so could it be worth updating the docs?
On Wed, Jun 3, 2020 at 3:31 PM John ff <jpff@codemist.co.uk> wrote:
I have always built in the source directory without any problems

On 3 Jun 2020, at 15:28, Victor Lazzarini <victor.lazzarini@mu.ie> wrote:
That’s how cmake usually works, with out of source  builds. Your previous attempts may have had
run into old configuration scripts etc that created conflicts.

========================
Prof. Victor Lazzarini
Maynooth University
Ireland

On 3 Jun 2020, at 14:43, Syl Morrison <honoonu@GMAIL.COM> wrote:

Okay so I fixed it (somehow???) by instead of making cs6make alongside the csound repo, making a folder called build within the repo folder and calling cmake ../ from there, NO idea why that works, but could it be worth a look in the BUILD.md docs?

On Wed, Jun 3, 2020 at 2:03 PM Syl Morrison <honoonu@gmail.com> wrote:
Don't know if this helps but this is my CmakeOutput

On Wed, Jun 3, 2020 at 1:58 PM John ff <jpff@codemist.co.uk> wrote:
The CMakeErrrfile Los ok to me. Not managed to read the terminal output yet

⁣Sent from TypeApp

On Jun 3, 2020, 13:53, at 13:53, Syl Morrison <honoonu@gmail.com> wrote:
Couldn't find a config.log but dumped the terminal's output to a txt
file,
will also send on CMakeError, which is saying I don't have Lame (I do),
is
it possible it's looking for paths on the wrong OS? I'm on Ubuntu
20.04,
and yeah its my first time building it on this hard drive


On Mon, Jun 1, 2020 at 11:04 PM Victor Lazzarini
<Victor.Lazzarini@mu.ie>
wrote:

can you copy all of your config.log here?

Is this your first build in this machine?

Prof. Victor Lazzarini
Maynooth University
Ireland

On 1 Jun 2020, at 22:59, Syl Morrison <honoonu@gmail.com> wrote:


Yeah, ran sudo apt-get build-essential and sudo ldconfig, packages
already
existed and same error :(

On Mon, Jun 1, 2020 at 8:24 PM Victor Lazzarini
<Victor.Lazzarini@mu.ie>
wrote:

I would have thought Linuxes have sys/io.h not io.h and so that
failure
is not an issue.

Maybe it's a different header that is missing.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 1 Jun 2020, at 20:04, Pete Goodeve <pete.goodeve@computer.org>
wrote:

*Warning*

This email originated from outside of Maynooth University's Mail
System. Do not reply, click links or open attachments unless you
recognise
the sender and know the content is safe.

On Mon, Jun 01, 2020 at 04:05:56PM +0100, Syl Morrison wrote:
Hi all, followed the steps on the github repo as per for building
csound,
CmakeError.log gives me this at the top, any ideas? (I mean like,
how
could
I not have io.h hahahha)

`Determining if the include file io.h exists failed with the
following
output:
[.......]
fatal error: io.h: No such file or directory
1 | #include <io.h>
| ^~~~~~
compilation terminated.`


Did your entire build actually fail? I have the exact same report
in my -- perfectly successful -- build on Linux (Mint), and
actually
also in my Haiku build. No idea of the reason, but it didn't seem
to be critical!

-- Pete --

Csound mailing list
Csound@listserv.heanet.ie


https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&amp;data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&amp;sdata=Tr%2FnnW9rtq%2FpH7meKSLTWHYVXt7zkBzukDU3qnKR2k0%3D&amp;reserved=0

<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551870594&sdata=DmvmsUTpWh%2FIbAevoFH4%2BFChwC5kiVoqXSkn1DCuTCk%3D&reserved=0>
Send bugs reports to


https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&amp;data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&amp;sdata=FqNgjEuKCj6vyP5IF1OT4E2%2FwVU7slj4tZYWlrb%2FRYQ%3D&amp;reserved=0

<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551870594&sdata=rSY1c%2BcnBZhytwx7inXTE%2Fycw5P4cz%2FE2C%2BDPk%2FlZHA%3D&reserved=0>
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

<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551870594&sdata=DmvmsUTpWh%2FIbAevoFH4%2BFChwC5kiVoqXSkn1DCuTCk%3D&reserved=0>
Send bugs reports to
https://github.com/csound/csound/issues

<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551880562&sdata=KuliXp8cdCIZ3E1CI8fErEfU7YoN5QDRMtkowsfBo7E%3D&reserved=0>
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

<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551880562&sdata=6cky3mOMldOvy76esdxkVB90yElAXTn5JnrvW3cg9Kw%3D&reserved=0>
Send bugs reports to https://github.com/csound/csound/issues

<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C5e711e642ebc4da76f0a08d80677058f%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266455551890513&sdata=V%2BirOX5yAr%2BYupCoMxx0kuOXCwr9lWra2deN96cPbDs%3D&reserved=0>
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

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

Date2020-06-03 16:56
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] Build failing on Ubuntu 20.04
There is a cd cs6make step missing after mkdir cs6make. You create the directory, change to it and then build from there.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 3 Jun 2020, at 16:08, Syl Morrison  wrote:
> 
> Yeah, was following the build instructions on the github repo, which says
> mkdir csound
> cd csound
> git clone (csound URL)
> (which clones csound to a new folder within csound called csound)
> mkdir cs6make
> cmake ../csound
> 
> so I ended up doing 
> git clone (csound URL)
> cd csound
> mkdir build
> cmake ..
> and that works, so could it be worth updating the docs? 
> On Wed, Jun 3, 2020 at 3:31 PM John ff  wrote:
> I have always built in the source directory without any problems
> 
> Get TypeApp for Android
> On 3 Jun 2020, at 15:28, Victor Lazzarini  wrote:
> That’s how cmake usually works, with out of source  builds. Your previous attempts may have had
> run into old configuration scripts etc that created conflicts.
> 
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
> 
>  On 3 Jun 2020, at 14:43, Syl Morrison  wrote:
>  
>  Okay so I fixed it (somehow???) by instead of making cs6make alongside the csound repo, making a folder called build within the repo folder and calling cmake ../ from there, NO idea why that works, but could it be worth a look in the BUILD.md docs? 
>  
>  On Wed, Jun 3, 2020 at 2:03 PM Syl Morrison  wrote:
>  Don't know if this helps but this is my CmakeOutput 
>  
>  On Wed, Jun 3, 2020 at 1:58 PM John ff  wrote:
>  The CMakeErrrfile Los ok to me.  Not managed to read the terminal output yet
>  
>  ⁣Sent from TypeApp 
>  
>  On Jun 3, 2020, 13:53, at 13:53, Syl Morrison  wrote:
> Couldn't find a config.log but dumped the terminal's output to a txt
> file,
> will also send on CMakeError, which is saying I don't have Lame (I do),
> is
> it possible it's looking for paths on the wrong OS? I'm on Ubuntu
> 20.04,
> and yeah its my first time building it on this hard drive
> 
> 
> On Mon, Jun 1, 2020 at 11:04 PM Victor Lazzarini
> 
> wrote:
> 
>  can you copy all of your config.log here?
> 
>  Is this your first build in this machine?
> 
>  Prof. Victor Lazzarini
>  Maynooth University
>  Ireland
> 
>  On 1 Jun 2020, at 22:59, Syl Morrison  wrote:
> 
>  
>  Yeah, ran sudo apt-get build-essential and sudo ldconfig, packages
> already
>  existed and same error :(
> 
>  On Mon, Jun 1, 2020 at 8:24 PM Victor Lazzarini
> 
>  wrote:
> 
>  I would have thought Linuxes have sys/io.h not io.h and so that
> failure
>  is not an issue.
> 
>  Maybe it's a different header that is missing.
> 
>  Prof. Victor Lazzarini
>  Maynooth University
>  Ireland
> 
>  On 1 Jun 2020, at 20:04, Pete Goodeve 
>  wrote:
> 
>  *Warning*
> 
>  This email originated from outside of Maynooth University's Mail
>  System. Do not reply, click links or open attachments unless you
> recognise
>  the sender and know the content is safe.
> 
>  On Mon, Jun 01, 2020 at 04:05:56PM +0100, Syl Morrison wrote:
>  Hi all, followed the steps on the github repo as per for building
>  csound,
>  CmakeError.log gives me this at the top, any ideas? (I mean like,
> how
>  could
>  I not have io.h hahahha)
> 
>  `Determining if the include file io.h exists failed with the
> following
>  output:
>  [.......]
>  fatal error: io.h: No such file or directory
>     1 | #include 
>       |          ^~~~~~
>  compilation terminated.`
> 
> 
>  Did your entire build actually fail?  I have the exact same report
>  in my -- perfectly successful -- build on Linux (Mint), and
> actually
>  also in my Haiku build.  No idea of the reason, but it didn't seem
>  to be critical!
> 
>         -- Pete --
> 
>  Csound mailing list
>  Csound@listserv.heanet.ie
> 
> 
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&sdata=Tr%2FnnW9rtq%2FpH7meKSLTWHYVXt7zkBzukDU3qnKR2k0%3D&reserved=0
> 
> 
>  Send bugs reports to
> 
> 
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&sdata=FqNgjEuKCj6vyP5IF1OT4E2%2FwVU7slj4tZYWlrb%2FRYQ%3D&reserved=0
> 
> 
>  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
> 
>  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
>  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
> 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

Date2020-06-04 10:58
Fromjoachim heintz
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] Build failing on Ubuntu 20.04
yes the BUILD.md works very well.


On 03/06/2020 17:56, Victor Lazzarini wrote:
> There is a cd cs6make step missing after mkdir cs6make. You create the directory, change to it and then build from there.
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
> 
>> On 3 Jun 2020, at 16:08, Syl Morrison  wrote:
>>
>> Yeah, was following the build instructions on the github repo, which says
>> mkdir csound
>> cd csound
>> git clone (csound URL)
>> (which clones csound to a new folder within csound called csound)
>> mkdir cs6make
>> cmake ../csound
>>
>> so I ended up doing
>> git clone (csound URL)
>> cd csound
>> mkdir build
>> cmake ..
>> and that works, so could it be worth updating the docs?
>> On Wed, Jun 3, 2020 at 3:31 PM John ff  wrote:
>> I have always built in the source directory without any problems
>>
>> Get TypeApp for Android
>> On 3 Jun 2020, at 15:28, Victor Lazzarini  wrote:
>> That’s how cmake usually works, with out of source  builds. Your previous attempts may have had
>> run into old configuration scripts etc that created conflicts.
>>
>> ========================
>> Prof. Victor Lazzarini
>> Maynooth University
>> Ireland
>>
>>   On 3 Jun 2020, at 14:43, Syl Morrison  wrote:
>>   
>>   Okay so I fixed it (somehow???) by instead of making cs6make alongside the csound repo, making a folder called build within the repo folder and calling cmake ../ from there, NO idea why that works, but could it be worth a look in the BUILD.md docs?
>>   
>>   On Wed, Jun 3, 2020 at 2:03 PM Syl Morrison  wrote:
>>   Don't know if this helps but this is my CmakeOutput
>>   
>>   On Wed, Jun 3, 2020 at 1:58 PM John ff  wrote:
>>   The CMakeErrrfile Los ok to me.  Not managed to read the terminal output yet
>>   
>>   ⁣Sent from TypeApp
>>   
>>   On Jun 3, 2020, 13:53, at 13:53, Syl Morrison  wrote:
>> Couldn't find a config.log but dumped the terminal's output to a txt
>> file,
>> will also send on CMakeError, which is saying I don't have Lame (I do),
>> is
>> it possible it's looking for paths on the wrong OS? I'm on Ubuntu
>> 20.04,
>> and yeah its my first time building it on this hard drive
>>
>>
>> On Mon, Jun 1, 2020 at 11:04 PM Victor Lazzarini
>> 
>> wrote:
>>
>>   can you copy all of your config.log here?
>>
>>   Is this your first build in this machine?
>>
>>   Prof. Victor Lazzarini
>>   Maynooth University
>>   Ireland
>>
>>   On 1 Jun 2020, at 22:59, Syl Morrison  wrote:
>>
>>   
>>   Yeah, ran sudo apt-get build-essential and sudo ldconfig, packages
>> already
>>   existed and same error :(
>>
>>   On Mon, Jun 1, 2020 at 8:24 PM Victor Lazzarini
>> 
>>   wrote:
>>
>>   I would have thought Linuxes have sys/io.h not io.h and so that
>> failure
>>   is not an issue.
>>
>>   Maybe it's a different header that is missing.
>>
>>   Prof. Victor Lazzarini
>>   Maynooth University
>>   Ireland
>>
>>   On 1 Jun 2020, at 20:04, Pete Goodeve 
>>   wrote:
>>
>>   *Warning*
>>
>>   This email originated from outside of Maynooth University's Mail
>>   System. Do not reply, click links or open attachments unless you
>> recognise
>>   the sender and know the content is safe.
>>
>>   On Mon, Jun 01, 2020 at 04:05:56PM +0100, Syl Morrison wrote:
>>   Hi all, followed the steps on the github repo as per for building
>>   csound,
>>   CmakeError.log gives me this at the top, any ideas? (I mean like,
>> how
>>   could
>>   I not have io.h hahahha)
>>
>>   `Determining if the include file io.h exists failed with the
>> following
>>   output:
>>   [.......]
>>   fatal error: io.h: No such file or directory
>>      1 | #include 
>>        |          ^~~~~~
>>   compilation terminated.`
>>
>>
>>   Did your entire build actually fail?  I have the exact same report
>>   in my -- perfectly successful -- build on Linux (Mint), and
>> actually
>>   also in my Haiku build.  No idea of the reason, but it didn't seem
>>   to be critical!
>>
>>          -- Pete --
>>
>>   Csound mailing list
>>   Csound@listserv.heanet.ie
>>
>>
>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&sdata=Tr%2FnnW9rtq%2FpH7meKSLTWHYVXt7zkBzukDU3qnKR2k0%3D&reserved=0
>>
>> 
>>   Send bugs reports to
>>
>>
>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=02%7C01%7CVictor.Lazzarini%40mu.ie%7C39bd3206c5d348932b1b08d8065ea42e%7C1454f5ccbb354685bbd98621fd8055c9%7C1%7C0%7C637266350834411698&sdata=FqNgjEuKCj6vyP5IF1OT4E2%2FwVU7slj4tZYWlrb%2FRYQ%3D&reserved=0
>>
>> 
>>   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
>>
>>   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
>>   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
>> 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