Csound Csound-dev Csound-tekno Search About

[Cs-dev] compile error

Date2013-06-25 15:07
FromBen Hackbarth
Subject[Cs-dev] compile error
AttachmentsNone  None  
hello,

pulled from git today, i get the following error on osx 64 bit 10.7:

-- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS
-- BUILD_TESTS is disabled
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CUNIT_LIBRARY
    linked by target "testCircularBuffer" in directory /Users/ben/Documents/csound/csound6Build/CS6/git/csound6-git/tests/c
    linked by target "testIo" in directory /Users/ben/Documents/csound/csound6Build/CS6/git/csound6-git/tests/c

-- Configuring incomplete, errors occurred!
#########################
## cmake died with 256 ##
#########################

--  ben

Date2013-06-25 15:49
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] compile error
I get similar tresults on Linux x86_64

-- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS
-- BUILD_TESTS is disabled
CMake Error: The following variables are used in this project, but they
are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
CUNIT_LIBRARY
    linked by target "testCircularBuffer" in directory
/home/jpff/Sourceforge/csound/New/csound6/tests/c
    linked by target "testIo" in directory
/home/jpff/Sourceforge/csound/New/csound6/tests/c

-- Configuring incomplete, errors occurred!

So building is out for now

> hello,
>
> pulled from git today, i get the following error on osx 64 bit 10.7:
>
> -- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS
> -- BUILD_TESTS is disabled
> CMake Error: The following variables are used in this project, but they
> are
> set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the
> CMake
> files:
> CUNIT_LIBRARY
>     linked by target "testCircularBuffer" in directory
> /Users/ben/Documents/csound/csound6Build/CS6/git/csound6-git/tests/c
>     linked by target "testIo" in directory
> /Users/ben/Documents/csound/csound6Build/CS6/git/csound6-git/tests/c
>
> -- Configuring incomplete, erros occurred!
> #########################
> ## cmake died with 256 ##
> #########################
>
> --  ben
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-06-25 16:26
FromAndres Cabrera
SubjectRe: [Cs-dev] compile error
AttachmentsNone  None  
Apologies. New tests were outside the test for cunit. Fixed now.

Cheers,
Andrés


On Tue, Jun 25, 2013 at 7:49 AM, <jpff@cs.bath.ac.uk> wrote:
I get similar tresults on Linux x86_64

-- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS
-- BUILD_TESTS is disabled
CMake Error: The following variables are used in this project, but they
are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
CUNIT_LIBRARY
    linked by target "testCircularBuffer" in directory
/home/jpff/Sourceforge/csound/New/csound6/tests/c
    linked by target "testIo" in directory
/home/jpff/Sourceforge/csound/New/csound6/tests/c

-- Configuring incomplete, errors occurred!

So building is out for now

> hello,
>
> pulled from git today, i get the following error on osx 64 bit 10.7:
>
> -- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS
> -- BUILD_TESTS is disabled
> CMake Error: The following variables are used in this project, but they
> are
> set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the
> CMake
> files:
> CUNIT_LIBRARY
>     linked by target "testCircularBuffer" in directory
> /Users/ben/Documents/csound/csound6Build/CS6/git/csound6-git/tests/c
>     linked by target "testIo" in directory
> /Users/ben/Documents/csound/csound6Build/CS6/git/csound6-git/tests/c
>
> -- Configuring incomplete, erros occurred!
> #########################
> ## cmake died with 256 ##
> #########################
>
> --  ben
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-06-25 18:52
FromBen Hackbarth
SubjectRe: [Cs-dev] compile error
AttachmentsNone  None  
Thanks.  Builds fine now.

--  ben


On Tue, Jun 25, 2013 at 5:26 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Apologies. New tests were outside the test for cunit. Fixed now.

Cheers,
Andrés


On Tue, Jun 25, 2013 at 7:49 AM, <jpff@cs.bath.ac.uk> wrote:
I get similar tresults on Linux x86_64

-- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS
-- BUILD_TESTS is disabled
CMake Error: The following variables are used in this project, but they
are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
CUNIT_LIBRARY
    linked by target "testCircularBuffer" in directory
/home/jpff/Sourceforge/csound/New/csound6/tests/c
    linked by target "testIo" in directory
/home/jpff/Sourceforge/csound/New/csound6/tests/c

-- Configuring incomplete, errors occurred!

So building is out for now

> hello,
>
> pulled from git today, i get the following error on osx 64 bit 10.7:
>
> -- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS
> -- BUILD_TESTS is disabled
> CMake Error: The following variables are used in this project, but they
> are
> set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the
> CMake
> files:
> CUNIT_LIBRARY
>     linked by target "testCircularBuffer" in directory
> /Users/ben/Documents/csound/csound6Build/CS6/git/csound6-git/tests/c
>     linked by target "testIo" in directory
> /Users/ben/Documents/csound/csound6Build/CS6/git/csound6-git/tests/c
>
> -- Configuring incomplete, erros occurred!
> #########################
> ## cmake died with 256 ##
> #########################
>
> --  ben
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-06-25 19:21
FromVictor Lazzarini
SubjectRe: [Cs-dev] compile error
AttachmentsNone  None  
Thanks, it appears to work as before now.

Now the question is whether the async file read and write functions are working as before, so that
fout etc are unchanged.

Also, is the Android audio IO which uses this working as before?

Regards

Victor

On 25 Jun 2013, at 16:26, Andres Cabrera wrote:

Apologies. New tests were outside the test for cunit. Fixed now.

Cheers,
Andrés


On Tue, Jun 25, 2013 at 7:49 AM, <jpff@cs.bath.ac.uk> wrote:
I get similar tresults on Linux x86_64

-- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS
-- BUILD_TESTS is disabled
CMake Error: The following variables are used in this project, but they
are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
CUNIT_LIBRARY
    linked by target "testCircularBuffer" in directory
/home/jpff/Sourceforge/csound/New/csound6/tests/c
    linked by target "testIo" in directory
/home/jpff/Sourceforge/csound/New/csound6/tests/c

-- Configuring incomplete, errors occurred!

So building is out for now

> hello,
>
> pulled from git today, i get the following error on osx 64 bit 10.7:
>
> -- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS
> -- BUILD_TESTS is disabled
> CMake Error: The following variables are used in this project, but they
> are
> set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the
> CMake
> files:
> CUNIT_LIBRARY
>     linked by target "testCircularBuffer" in directory
> /Users/ben/Documents/csound/csound6Build/CS6/git/csound6-git/tests/c
>     linked by target "testIo" in directory
> /Users/ben/Documents/csound/csound6Build/CS6/git/csound6-git/tests/c
>
> -- Configuring incomplete, erros occurred!
> #########################
> ## cmake died with 256 ##
> #########################
>
> --  ben
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-06-30 17:23
FromBen Hackbarth
SubjectRe: [Cs-dev] compile error
AttachmentsNone  None  
Thank you Andrés.

--  ben


On Tue, Jun 25, 2013 at 8:21 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
Thanks, it appears to work as before now.

Now the question is whether the async file read and write functions are working as before, so that
fout etc are unchanged.

Also, is the Android audio IO which uses this working as before?

Regards

Victor

On 25 Jun 2013, at 16:26, Andres Cabrera wrote:

Apologies. New tests were outside the test for cunit. Fixed now.

Cheers,
Andrés


On Tue, Jun 25, 2013 at 7:49 AM, <jpff@cs.bath.ac.uk> wrote:
I get similar tresults on Linux x86_64

-- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS
-- BUILD_TESTS is disabled
CMake Error: The following variables are used in this project, but they
are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
CUNIT_LIBRARY
    linked by target "testCircularBuffer" in directory
/home/jpff/Sourceforge/csound/New/csound6/tests/c
    linked by target "testIo" in directory
/home/jpff/Sourceforge/csound/New/csound6/tests/c

-- Configuring incomplete, errors occurred!

So building is out for now

> hello,
>
> pulled from git today, i get the following error on osx 64 bit 10.7:
>
> -- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS
> -- BUILD_TESTS is disabled
> CMake Error: The following variables are used in this project, but they
> are
> set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the
> CMake
> files:
> CUNIT_LIBRARY
>     linked by target "testCircularBuffer" in directory
> /Users/ben/Documents/csound/csound6Build/CS6/git/csound6-git/tests/c
>     linked by target "testIo" in directory
> /Users/ben/Documents/csound/csound6Build/CS6/git/csound6-git/tests/c
>
> -- Configuring incomplete, erros occurred!
> #########################
> ## cmake died with 256 ##
> #########################
>
> --  ben
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel