Latest CsoundQT in Linux
Date | 2015-06-09 16:04 |
From | le_trnsptr_ |
Subject | Latest CsoundQT in Linux |
Hi, I'm very new to all this (Linux AND Csound) and I have had a look through previous posts but I think what I need is more basic. So basically I can't get CsoundQT up and running in Lubuntu/LXDE 12.04.5 LTS. I've followed these instructions https://github.com/csound/csound/wiki/CsoundQt-with-Csound6-on-Debian-Ubuntu:-a-build-guide for building with RTMidi but...well I'll post what's in the terminal: le-trnsptr@le-trnsptr:~/csound/csoundqt/qutecsound-code$ qmake qcs.pro “LIBSNDFILE_LIBRARY_DIR=/usr/local/lib” “CONFIG+=rtmidi” “RTMIDI_DIR=/home/le-trnsptr/csound/csoundqt/qutecsound-code/rtmidi-2.1.0” “CSOUND_LIBRARY_DIR=/home/le-trnsptr/csound/cs6make” “CSOUND_INCLUDE_DIR=/home/le-trnsptr/csound/csound/include” “CSOUND_INTERFACES_INCLUDE_DIR=/home/le-trnsptr/csound/csound/interfaces” Project MESSAGE: Building for Csound 6 Project MESSAGE: Project MESSAGE: Building CsoundQt for Unix-based system. Project MESSAGE: Project MESSAGE: Building CsoundQt for the double precision version of Csound. Project MESSAGE: Building release version. Project MESSAGE: Project MESSAGE: CONFIG ... Project MESSAGE: + lex Project MESSAGE: + yacc Project MESSAGE: + warn_on Project MESSAGE: + debug Project MESSAGE: + uic Project MESSAGE: + resources Project MESSAGE: + qt Project MESSAGE: + warn_on Project MESSAGE: + release Project MESSAGE: + incremental Project MESSAGE: + link_prl Project MESSAGE: + shared Project MESSAGE: + def_files_disabled Project MESSAGE: + no_mocdepend Project MESSAGE: + release Project MESSAGE: + qt_no_framework Project MESSAGE: + csound6 Project MESSAGE: + build64 Project MESSAGE: + thread Project MESSAGE: Project MESSAGE: Csound API include directory not specified. Project MESSAGE: ... searching in /usr/local/include/csound Project MESSAGE: CSOUND_API_INCLUDE_DIR set to /usr/local/include/csound Project MESSAGE: Project MESSAGE: Csound library directory not specified. Project MESSAGE: ... searching in /usr/local/lib Project MESSAGE: ... in /usr/local/lib for libcsound64.so libcsound64.a Project MESSAGE: CSOUND_LIBRARY_DIR set to /usr/local/lib Project MESSAGE: Project MESSAGE: ... searching in /usr/lib Project MESSAGE: ... in /usr/lib for libcsound64.so libcsound64.a Project MESSAGE: CSOUND_LIBRARY_DIR set to /usr/lib Project MESSAGE: Project MESSAGE: Csound API include directory is /usr/local/include/csound Project MESSAGE: Csound interfaces include directory is Project MESSAGE: Csound library directory is /usr/lib Project MESSAGE: Csound library is libcsound64.so libcsound64.a Project MESSAGE: Project MESSAGE: Removing CEF related files for non-html5 build. Project MESSAGE: DEFINES are: NOMINMAX CSOUND6 Project MESSAGE: INCLUDEPATH is: /usr/local/include/csound Project MESSAGE: LIBS are: -L/usr/lib -lcsound64 -lcsnd6 Project MESSAGE: TARGET is: CsoundQt-d-cs6 Any help or push in the right direction would be greatly appreciated. Thank you -- View this message in context: http://csound.1045644.n5.nabble.com/Latest-CsoundQT-in-Linux-tp5742071.html Sent from the Csound - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ Csound-users mailing list Csound-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/csound-users Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2015-06-09 19:45 |
From | joachim heintz |
Subject | Re: Latest CsoundQT in Linux |
did you run "make" after this step? joachim Am 09.06.2015 um 17:04 schrieb le_trnsptr_: > Hi, I'm very new to all this (Linux AND Csound) and I have had a look through > previous posts but I think what I need is more basic. So basically I can't > get CsoundQT up and running in Lubuntu/LXDE 12.04.5 LTS. I've followed these > instructions > https://github.com/csound/csound/wiki/CsoundQt-with-Csound6-on-Debian-Ubuntu:-a-build-guide > for building with RTMidi but...well I'll post what's in the terminal: > > le-trnsptr@le-trnsptr:~/csound/csoundqt/qutecsound-code$ qmake qcs.pro > “LIBSNDFILE_LIBRARY_DIR=/usr/local/lib” “CONFIG+=rtmidi” > “RTMIDI_DIR=/home/le-trnsptr/csound/csoundqt/qutecsound-code/rtmidi-2.1.0” > “CSOUND_LIBRARY_DIR=/home/le-trnsptr/csound/cs6make” > “CSOUND_INCLUDE_DIR=/home/le-trnsptr/csound/csound/include” > “CSOUND_INTERFACES_INCLUDE_DIR=/home/le-trnsptr/csound/csound/interfaces” > Project MESSAGE: Building for Csound 6 > Project MESSAGE: > Project MESSAGE: Building CsoundQt for Unix-based system. > Project MESSAGE: > Project MESSAGE: Building CsoundQt for the double precision version of > Csound. > Project MESSAGE: Building release version. > Project MESSAGE: > Project MESSAGE: CONFIG ... > Project MESSAGE: + lex > Project MESSAGE: + yacc > Project MESSAGE: + warn_on > Project MESSAGE: + debug > Project MESSAGE: + uic > Project MESSAGE: + resources > Project MESSAGE: + qt > Project MESSAGE: + warn_on > Project MESSAGE: + release > Project MESSAGE: + incremental > Project MESSAGE: + link_prl > Project MESSAGE: + shared > Project MESSAGE: + def_files_disabled > Project MESSAGE: + no_mocdepend > Project MESSAGE: + release > Project MESSAGE: + qt_no_framework > Project MESSAGE: + csound6 > Project MESSAGE: + build64 > Project MESSAGE: + thread > Project MESSAGE: > Project MESSAGE: Csound API include directory not specified. > Project MESSAGE: ... searching in /usr/local/include/csound > Project MESSAGE: CSOUND_API_INCLUDE_DIR set to /usr/local/include/csound > Project MESSAGE: > Project MESSAGE: Csound library directory not specified. > Project MESSAGE: ... searching in /usr/local/lib > Project MESSAGE: ... in /usr/local/lib for libcsound64.so libcsound64.a > Project MESSAGE: CSOUND_LIBRARY_DIR set to /usr/local/lib > Project MESSAGE: > Project MESSAGE: ... searching in /usr/lib > Project MESSAGE: ... in /usr/lib for libcsound64.so libcsound64.a > Project MESSAGE: CSOUND_LIBRARY_DIR set to /usr/lib > Project MESSAGE: > Project MESSAGE: Csound API include directory is /usr/local/include/csound > Project MESSAGE: Csound interfaces include directory is > Project MESSAGE: Csound library directory is /usr/lib > Project MESSAGE: Csound library is libcsound64.so libcsound64.a > Project MESSAGE: > Project MESSAGE: Removing CEF related files for non-html5 build. > Project MESSAGE: DEFINES are: NOMINMAX CSOUND6 > Project MESSAGE: INCLUDEPATH is: /usr/local/include/csound > Project MESSAGE: LIBS are: -L/usr/lib -lcsound64 -lcsnd6 > Project MESSAGE: TARGET is: CsoundQt-d-cs6 > > Any help or push in the right direction would be greatly appreciated. Thank > you > > > > -- > View this message in context: http://csound.1045644.n5.nabble.com/Latest-CsoundQT-in-Linux-tp5742071.html > Sent from the Csound - General mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > _______________________________________________ > Csound-users mailing list > Csound-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-users > Send bugs reports to > https://github.com/csound/csound/issues > Discussions of bugs and features can be posted here > ------------------------------------------------------------------------------ _______________________________________________ Csound-users mailing list Csound-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/csound-users Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2015-06-09 20:06 |
From | Tarmo Johannes |
Subject | Re: Latest CsoundQT in Linux |
Attachments | None None |
Hi!
this looks everything fine and correct, qmake prepares the build, to actually build the program, you should run make
after that. Did you do it? Did you get any errors or what is exactyl your problem?
If everything goes fine, the executable program will be in the folder bin of you you build directory.
Building CsoundQt firts time can be confusing, but keep trying! It is worth the effort!
tarmo
On Tuesday 09 June 2015 08:04:16 le_trnsptr_ wrote: > Hi, I'm very new to all this (Linux AND Csound) and I have had a look > through previous posts but I think what I need is more basic. So basically > I can't get CsoundQT up and running in Lubuntu/LXDE 12.04.5 LTS. I've > followed these instructions > https://github.com/csound/csound/wiki/CsoundQt-with-Csound6-on-Debian-Ubuntu > :-a-build-guide for building with RTMidi but...well I'll post what's in the > terminal: > > le-trnsptr@le-trnsptr:~/csound/csoundqt/qutecsound-code$ qmake qcs.pro > “LIBSNDFILE_LIBRARY_DIR=/usr/local/lib” “CONFIG+=rtmidi” > “RTMIDI_DIR=/home/le-trnsptr/csound/csoundqt/qutecsound-code/rtmidi-2.1.0” > “CSOUND_LIBRARY_DIR=/home/le-trnsptr/csound/cs6make” > “CSOUND_INCLUDE_DIR=/home/le-trnsptr/csound/csound/include” > “CSOUND_INTERFACES_INCLUDE_DIR=/home/le-trnsptr/csound/csound/interfaces” > Project MESSAGE: Building for Csound 6 > Project MESSAGE: > Project MESSAGE: Building CsoundQt for Unix-based system. > Project MESSAGE: > Project MESSAGE: Building CsoundQt for the double precision version of > Csound. > Project MESSAGE: Building release version. > Project MESSAGE: > Project MESSAGE: CONFIG ... > Project MESSAGE: + lex > Project MESSAGE: + yacc > Project MESSAGE: + warn_on > Project MESSAGE: + debug > Project MESSAGE: + uic > Project MESSAGE: + resources > Project MESSAGE: + qt > Project MESSAGE: + warn_on > Project MESSAGE: + release > Project MESSAGE: + incremental > Project MESSAGE: + link_prl > Project MESSAGE: + shared > Project MESSAGE: + def_files_disabled > Project MESSAGE: + no_mocdepend > Project MESSAGE: + release > Project MESSAGE: + qt_no_framework > Project MESSAGE: + csound6 > Project MESSAGE: + build64 > Project MESSAGE: + thread > Project MESSAGE: > Project MESSAGE: Csound API include directory not specified. > Project MESSAGE: ... searching in /usr/local/include/csound > Project MESSAGE: CSOUND_API_INCLUDE_DIR set to /usr/local/include/csound > Project MESSAGE: > Project MESSAGE: Csound library directory not specified. > Project MESSAGE: ... searching in /usr/local/lib > Project MESSAGE: ... in /usr/local/lib for libcsound64.so libcsound64.a > Project MESSAGE: CSOUND_LIBRARY_DIR set to /usr/local/lib > Project MESSAGE: > Project MESSAGE: ... searching in /usr/lib > Project MESSAGE: ... in /usr/lib for libcsound64.so libcsound64.a > Project MESSAGE: CSOUND_LIBRARY_DIR set to /usr/lib > Project MESSAGE: > Project MESSAGE: Csound API include directory is /usr/local/include/csound > Project MESSAGE: Csound interfaces include directory is > Project MESSAGE: Csound library directory is /usr/lib > Project MESSAGE: Csound library is libcsound64.so libcsound64.a > Project MESSAGE: > Project MESSAGE: Removing CEF related files for non-html5 build. > Project MESSAGE: DEFINES are: NOMINMAX CSOUND6 > Project MESSAGE: INCLUDEPATH is: /usr/local/include/csound > Project MESSAGE: LIBS are: -L/usr/lib -lcsound64 -lcsnd6 > Project MESSAGE: TARGET is: CsoundQt-d-cs6 > > Any help or push in the right direction would be greatly appreciated. Thank > you > > > > -- > View this message in context: > http://csound.1045644.n5.nabble.com/Latest-CsoundQT-in-Linux-tp5742071.html > Sent from the Csound - General mailing list archive at Nabble.com. > > ---------------------------------------------------------------------------- > -- _______________________________________________ > Csound-users mailing list > Csound-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-users > Send bugs reports to > https://github.com/csound/csound/issues > Discussions of bugs and features can be posted here
|
Date | 2015-06-10 15:41 |
From | le_trnsptr_ |
Subject | Re: Latest CsoundQT in Linux |
Aaaahhh! I didn't run make, I thought qmake would take care of it all. All up and running now, thank you very much for your help Joachim and Tarmo. Now to make some noise! Ciaran -- View this message in context: http://csound.1045644.n5.nabble.com/Latest-CsoundQT-in-Linux-tp5742071p5742085.html Sent from the Csound - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ Csound-users mailing list Csound-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/csound-users Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |