Csound Csound-dev Csound-tekno Search About

[Csnd] trying to install csoundqt

Date2013-03-14 19:34
FromStefan Thomas
Subject[Csnd] trying to install csoundqt
Dear community,
I've downloaded csoundqt, version 0.7.2
I tried to install it on my ubuntu machine.
I tried it with
qmake qcs.pro
And I got (at the end of some messages).
Project ERROR: A valid Csound API include directory was not found
I would like to know, what went wrong.
Thank You
Stefan

Date2013-03-14 21:08
FromTarmo Johannes
SubjectRe: [Csnd] trying to install csoundqt
Attachmentsconfig.user.pri  

Hi,

 

have a look to CsoundQt wiki:

http://sourceforge.net/apps/mediawiki/qutecsound/index.php?title=Main_Page

 

you can find some tips for building there.

 

For any case I inclue my config.user.pri. Edit it and put to you root folder of CosuntQt sourve (qutecsound probably)

 

It is possible to do also without that file but that't how I could the path's probelm solved.

 

greetings,

tarmo

 

 

On Thursday 14 March 2013 20:34:14 Stefan Thomas wrote:

Dear community,
I've downloaded csoundqt, version 0.7.2
I tried to install it on my ubuntu machine.
I tried it with

qmake qcs.pro

And I got (at the end of some messages).

Project ERROR: A valid Csound API include directory was not found

I would like to know, what went wrong.
Thank You
Stefan




Date2013-03-14 21:34
FromAndres Cabrera
SubjectRe: [Csnd] trying to install csoundqt
Hi,

You have to make sure that libcsound-dev and csound-interfaces (or
whatever the package that includes libcsnd is called). If you do:

sudo apt-get build-dep qutecsound

you will get the basic dependencies. If you want support for RtMIdi
and PythonQt you will have to download them separately.

Cheers,
Andrés

On Thu, Mar 14, 2013 at 12:34 PM, Stefan Thomas
 wrote:
> Dear community,
> I've downloaded csoundqt, version 0.7.2
> I tried to install it on my ubuntu machine.
> I tried it with
>>
>> qmake qcs.pro
>
> And I got (at the end of some messages).
>>
>> Project ERROR: A valid Csound API include directory was not found
>
> I would like to know, what went wrong.
> Thank You
> Stefan


Date2013-03-14 22:25
FromStefan Thomas
SubjectRe: [Csnd] trying to install csoundqt
Dear Andres,
thanks for Your tips.
I've tried to install csoundqt with rt-midi, which I've downloaded and compiled before.
After that I tried it with
qmake qcs.pro CONFIG+=buildDoubles "LIBSNDFILE_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu" CONFIG+=rtmidi "RTMIDI_DIR=../rtmidi-2.0.1"
but I've got:
WARNING: Failure to find: ../rtmidi-2.0.1/RtMidi.cpp
WARNING: Failure to find: ../rtmidi-2.0.1/RtMidi.h
I guess, something went wrong with compiling rtmidi, but I can't see it.



2013/3/14 Andres Cabrera <mantaraya36@gmail.com>
Hi,

You have to make sure that libcsound-dev and csound-interfaces (or
whatever the package that includes libcsnd is called). If you do:

sudo apt-get build-dep qutecsound

you will get the basic dependencies. If you want support for RtMIdi
and PythonQt you will have to download them separately.

Cheers,
Andrés

On Thu, Mar 14, 2013 at 12:34 PM, Stefan Thomas
<kontrapunktstefan@gmail.com> wrote:
> Dear community,
> I've downloaded csoundqt, version 0.7.2
> I tried to install it on my ubuntu machine.
> I tried it with
>>
>> qmake qcs.pro
>
> And I got (at the end of some messages).
>>
>> Project ERROR: A valid Csound API include directory was not found
>
> I would like to know, what went wrong.
> Thank You
> Stefan


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2013-03-14 22:32
FromStefan Thomas
SubjectRe: [Csnd] trying to install csoundqt
I should mention that the files RtMidi.cpp and RtMidi.h are in the directory rtmidi-2.0.1!

2013/3/14 Stefan Thomas <kontrapunktstefan@gmail.com>
Dear Andres,
thanks for Your tips.
I've tried to install csoundqt with rt-midi, which I've downloaded and compiled before.
After that I tried it with
qmake qcs.pro CONFIG+=buildDoubles "LIBSNDFILE_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu" CONFIG+=rtmidi "RTMIDI_DIR=../rtmidi-2.0.1"
but I've got:
WARNING: Failure to find: ../rtmidi-2.0.1/RtMidi.cpp
WARNING: Failure to find: ../rtmidi-2.0.1/RtMidi.h
I guess, something went wrong with compiling rtmidi, but I can't see it.




2013/3/14 Andres Cabrera <mantaraya36@gmail.com>
Hi,

You have to make sure that libcsound-dev and csound-interfaces (or
whatever the package that includes libcsnd is called). If you do:

sudo apt-get build-dep qutecsound

you will get the basic dependencies. If you want support for RtMIdi
and PythonQt you will have to download them separately.

Cheers,
Andrés

On Thu, Mar 14, 2013 at 12:34 PM, Stefan Thomas
<kontrapunktstefan@gmail.com> wrote:
> Dear community,
> I've downloaded csoundqt, version 0.7.2
> I tried to install it on my ubuntu machine.
> I tried it with
>>
>> qmake qcs.pro
>
> And I got (at the end of some messages).
>>
>> Project ERROR: A valid Csound API include directory was not found
>
> I would like to know, what went wrong.
> Thank You
> Stefan


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2013-03-15 06:55
FromTarmo Johannes
SubjectRe: [Csnd] trying to install csoundqt

try leaving out the RTMIDI_DIR from the qmake options - CsoundQt might be able to find it by itself or try giving the absolute path (like /home/stefan/src/rtmidi-2.01 )

 

tarmo

 

On Thursday 14 March 2013 23:32:29 Stefan Thomas wrote:

I should mention that the files RtMidi.cpp and RtMidi.h are in the directory rtmidi-2.0.1!

2013/3/14 Stefan Thomas <kontrapunktstefan@gmail.com>

Dear Andres,
thanks for Your tips.
I've tried to install csoundqt with rt-midi, which I've downloaded and compiled before.
After that I tried it with

qmake qcs.pro CONFIG+=buildDoubles "LIBSNDFILE_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu" CONFIG+=rtmidi "RTMIDI_DIR=../rtmidi-2.0.1"

but I've got:

WARNING: Failure to find: ../rtmidi-2.0.1/RtMidi.cpp
WARNING: Failure to find: ../rtmidi-2.0.1/RtMidi.h

I guess, something went wrong with compiling rtmidi, but I can't see it.





2013/3/14 Andres Cabrera <mantaraya36@gmail.com>

Hi,

You have to make sure that libcsound-dev and csound-interfaces (or
whatever the package that includes libcsnd is called). If you do:

sudo apt-get build-dep qutecsound

you will get the basic dependencies. If you want support for RtMIdi
and PythonQt you will have to download them separately.

Cheers,
Andrés


On Thu, Mar 14, 2013 at 12:34 PM, Stefan Thomas
<kontrapunktstefan@gmail.com> wrote:
> Dear community,
> I've downloaded csoundqt, version 0.7.2
> I tried to install it on my ubuntu machine.
> I tried it with
>>
>> qmake qcs.pro
>
> And I got (at the end of some messages).
>>
>> Project ERROR: A valid Csound API include directory was not found
>
> I would like to know, what went wrong.
> Thank You
> Stefan


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"






Date2013-03-15 07:21
Fromandy fillebrown
SubjectRe: [Csnd] trying to install csoundqt
The only thing that works for me is putting the rtmidi-2.0.1 tree's
root directory in the CsoundQt tree's root directory and setting
RTMIDI_DIR=rtmidi-2.0.1

Cheers,
~ andy.f



On Fri, Mar 15, 2013 at 2:55 AM, Tarmo Johannes
 wrote:
> try leaving out the RTMIDI_DIR from the qmake options - CsoundQt might be
> able to find it by itself or try giving the absolute path (like
> /home/stefan/src/rtmidi-2.01 )
>
>
>
> tarmo
>
>
>
> On Thursday 14 March 2013 23:32:29 Stefan Thomas wrote:
>
> I should mention that the files RtMidi.cpp and RtMidi.h are in the directory
> rtmidi-2.0.1!
>
> 2013/3/14 Stefan Thomas 
>
> Dear Andres,
> thanks for Your tips.
> I've tried to install csoundqt with rt-midi, which I've downloaded and
> compiled before.
> After that I tried it with
>
> qmake qcs.pro CONFIG+=buildDoubles
> "LIBSNDFILE_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu" CONFIG+=rtmidi
> "RTMIDI_DIR=../rtmidi-2.0.1"
>
> but I've got:
>
> WARNING: Failure to find: ../rtmidi-2.0.1/RtMidi.cpp
> WARNING: Failure to find: ../rtmidi-2.0.1/RtMidi.h
>
> I guess, something went wrong with compiling rtmidi, but I can't see it.
>
>
>
>
>
> 2013/3/14 Andres Cabrera 
>
> Hi,
>
> You have to make sure that libcsound-dev and csound-interfaces (or
> whatever the package that includes libcsnd is called). If you do:
>
> sudo apt-get build-dep qutecsound
>
> you will get the basic dependencies. If you want support for RtMIdi
> and PythonQt you will have to download them separately.
>
> Cheers,
> Andrés
>
>
> On Thu, Mar 14, 2013 at 12:34 PM, Stefan Thomas
>  wrote:
>> Dear community,
>> I've downloaded csoundqt, version 0.7.2
>> I tried to install it on my ubuntu machine.
>> I tried it with
>>>
>>> qmake qcs.pro
>>
>> And I got (at the end of some messages).
>>>
>>> Project ERROR: A valid Csound API include directory was not found
>>
>> I would like to know, what went wrong.
>> Thank You
>> Stefan
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>
>
>
>


Date2013-03-15 07:49
FromStefan Thomas
SubjectRe: [Csnd] trying to install csoundqt
Hurrah,
thanks, I succeded, with leaving out the rtmidi-directory!

2013/3/15 Tarmo Johannes <tarmo.johannes@otsakool.edu.ee>

try leaving out the RTMIDI_DIR from the qmake options - CsoundQt might be able to find it by itself or try giving the absolute path (like /home/stefan/src/rtmidi-2.01 )

 

tarmo

 

On Thursday 14 March 2013 23:32:29 Stefan Thomas wrote:

I should mention that the files RtMidi.cpp and RtMidi.h are in the directory rtmidi-2.0.1!

2013/3/14 Stefan Thomas <kontrapunktstefan@gmail.com>

Dear Andres,
thanks for Your tips.
I've tried to install csoundqt with rt-midi, which I've downloaded and compiled before.
After that I tried it with

qmake qcs.pro CONFIG+=buildDoubles "LIBSNDFILE_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu" CONFIG+=rtmidi "RTMIDI_DIR=../rtmidi-2.0.1"

but I've got:

WARNING: Failure to find: ../rtmidi-2.0.1/RtMidi.cpp
WARNING: Failure to find: ../rtmidi-2.0.1/RtMidi.h

I guess, something went wrong with compiling rtmidi, but I can't see it.





2013/3/14 Andres Cabrera <mantaraya36@gmail.com>

Hi,

You have to make sure that libcsound-dev and csound-interfaces (or
whatever the package that includes libcsnd is called). If you do:

sudo apt-get build-dep qutecsound

you will get the basic dependencies. If you want support for RtMIdi
and PythonQt you will have to download them separately.

Cheers,
Andrés


On Thu, Mar 14, 2013 at 12:34 PM, Stefan Thomas
<kontrapunktstefan@gmail.com> wrote:
> Dear community,
> I've downloaded csoundqt, version 0.7.2
> I tried to install it on my ubuntu machine.
> I tried it with
>>
>> qmake qcs.pro
>
> And I got (at the end of some messages).
>>
>> Project ERROR: A valid Csound API include directory was not found
>
> I would like to know, what went wrong.
> Thank You
> Stefan


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"