[Csnd] trying to install csoundqt
Date | 2013-03-14 19:34 |
From | Stefan 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.proAnd I got (at the end of some messages). Project ERROR: A valid Csound API include directory was not foundI would like to know, what went wrong. Thank You Stefan |
Date | 2013-03-14 21:08 |
From | Tarmo Johannes |
Subject | Re: [Csnd] trying to install csoundqt |
Attachments | config.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, 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. |
Date | 2013-03-14 21:34 |
From | Andres Cabrera |
Subject | Re: [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 |
Date | 2013-03-14 22:25 |
From | Stefan Thomas |
Subject | Re: [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.cppI guess, something went wrong with compiling rtmidi, but I can't see it.
2013/3/14 Andres Cabrera <mantaraya36@gmail.com> Hi, |
Date | 2013-03-14 22:32 |
From | Stefan Thomas |
Subject | Re: [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, |
Date | 2013-03-15 06:55 |
From | Tarmo Johannes |
Subject | Re: [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, 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 I guess, something went wrong with compiling rtmidi, but I can't see it. 2013/3/14 Andres Cabrera <mantaraya36@gmail.com> Hi,
Send bugs reports to the Sourceforge bug tracker |
Date | 2013-03-15 07:21 |
From | andy fillebrown |
Subject | Re: [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 |
Date | 2013-03-15 07:49 |
From | Stefan Thomas |
Subject | Re: [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>
|