Hello everyone, I'm trying to install CsoundQT on linux (Ubuntu 12.04 with KXStudio repos). I have Csound 6.04 and gcc installed, as well as the QT compiler. I would like to do the install at the command line, but I got the following error:
So I searched for the libsndfile and found the following, but I don't know which to point to, and what file to put it in:
Any help appreciated!
brian ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Qutecsound-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qutecsound-users |
Do note that there is a 0.9 version available (it requires qt5 however). That said, to build the 0.8.3 version in debian I had to pass: -r qcs.pro \
"DEFAULT_LIBSNDFILE_LIBRARY_DIRS = /usr/lib/$(DEB_HOST_MULTIARCH)" \
"CSOUND_INCLUDE_DIR = /usr/include/csound" \
"CSOUND_LIBRARY_DIR = /usr/lib" \
"CSOUND_SOURCE_TREE = /dev/null " On 5 May 2015 at 10:42, <[hidden email]> wrote:
Saludos, Felipe Sateler ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Qutecsound-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qutecsound-users |
Hi Felipe, can you please explain a little more? I'm still not sure where I should be looking. (I'm going to hold off with installing the newest version for now, I think 0.8.3 will be fine for now..once I get it installed)
brian
On Tue, 5 May 2015 11:15:53 -0300, Felipe Sateler wrote:
------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Qutecsound-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qutecsound-users |
Brian, I mean you need to call qmake as follows: qmake -r qcs.pro \
"DEFAULT_LIBSNDFILE_LIBRARY_DIRS = /usr/lib/i386-linux-gnu" \ "CSOUND_INCLUDE_DIR = /usr/include/csound" \ "CSOUND_LIBRARY_DIR = /usr/lib" \ "CSOUND_SOURCE_TREE = /dev/null " The original mail was wrong, sorry (copy pasted from the debian makefile). I assume this is a 32 bit system. If not replace the first path above with /usr/lib/x86_64-linux-gnu Saludos On 5 May 2015 at 12:21, <[hidden email]> wrote:
Saludos, Felipe Sateler ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Qutecsound-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qutecsound-users |
Administrator
|
In reply to this post by Felipe Sateler
Hi, The latest version should still run with Qt 4. If it doesn't it's a bug :). The qmake script should detect the qt version and set the appropriate defines. Please report any errors if this doesn't do the job completely.On Tue, May 5, 2015 at 7:15 AM, Felipe Sateler <[hidden email]> wrote:
------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Qutecsound-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qutecsound-users |
Administrator
|
In reply to this post by Felipe Sateler
Hi Felipe, Does it cause problems if you don't?I've pushed some minor changes that might simplify some of these settings. I'm wondering why you need to explicitly set: "CSOUND_INCLUDE_DIR = /usr/include/csound" \ "CSOUND_LIBRARY_DIR = /usr/lib" and also, why do you need to set : CSOUND_SOURCE_TREE = /dev/null On Tue, May 5, 2015 at 8:55 AM, Felipe Sateler <[hidden email]> wrote: > > Brian, > > I mean you need to call qmake as follows: > > qmake -r qcs.pro \ "DEFAULT_LIBSNDFILE_LIBRARY_DIRS = /usr/lib/i386-linux-gnu" \ > "CSOUND_INCLUDE_DIR = /usr/include/csound" \ "CSOUND_LIBRARY_DIR = /usr/lib" \ "CSOUND_SOURCE_TREE = /dev/null " > > > The original mail was wrong, sorry (copy pasted from the debian makefile). > > I assume this is a 32 bit system. If not replace the first path above with /usr/lib/x86_64-linux-gnu > > Saludos > > > On 5 May 2015 at 12:21, <[hidden email]> wrote: >> >> Hi Felipe, >> >> can you please explain a little more? I'm still not sure where I should be looking. (I'm going to hold off with installing the newest version for now, I think 0.8.3 will be fine for now..once I get it installed) >> >> >> >> brian >> >> >> >> On Tue, 5 May 2015 11:15:53 -0300, Felipe Sateler wrote: >> >> Do note that there is a 0.9 version available (it requires qt5 however). >> That said, to build the 0.8.3 version in debian I had to pass: >> -r qcs.pro \ "DEFAULT_LIBSNDFILE_LIBRARY_DIRS = /usr/lib/$(DEB_HOST_MULTIARCH)" \ "CSOUND_INCLUDE_DIR = /usr/include/csound" \ "CSOUND_LIBRARY_DIR = /usr/lib" \ "CSOUND_SOURCE_TREE = /dev/null " >> >> >> >> On 5 May 2015 at 10:42, <[hidden email]> wrote: >>> >>> Hello everyone, >>> >>> I'm trying to install CsoundQT on linux (Ubuntu 12.04 with KXStudio repos). I have Csound 6.04 and gcc installed, as well as the QT compiler. >>> >>> I would like to do the install at the command line, but I got the following error: >>> >>> brian@brian-kxstudio:~/tarballs/csoundqt-0.8.3-src$ qmake qcs.pro >>> 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: + gdb_dwarf_index >>> Project MESSAGE: + def_files_disabled >>> Project MESSAGE: + exceptions >>> 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: libsndfile include directory not specified. >>> Project MESSAGE: ... searching in /usr/include >>> Project MESSAGE: LIBSNDFILE_INCLUDE_DIR set to /usr/include >>> Project MESSAGE: >>> Project MESSAGE: libsndfile library directory not specified. >>> Project MESSAGE: ... searching in /usr/lib >>> Project MESSAGE: ... searching in /usr/lib/x86_64-linux-gnu >>> Project ERROR: A valid libsndfile library directory was not found. >>> >>> >>> >>> So I searched for the libsndfile and found the following, but I don't know which to point to, and what file to put it in: >>> >>> brian@brian-kxstudio:~/tarballs/csoundqt-0.8.3-src$ locate libsndfile >>> /home/brian/csound/csound/emscripten/download_and_build_libsndfile.sh >>> /home/brian/tarballs/fluidsynth-1.1.6/bindings/fluidsynth_jni/lib/libsndfile.lib >>> /opt/ardour3/lib/libsndfile.so.1 >>> /usr/lib/i386-linux-gnu/libsndfile.a >>> /usr/lib/i386-linux-gnu/libsndfile.la >>> /usr/lib/i386-linux-gnu/libsndfile.so >>> /usr/lib/i386-linux-gnu/libsndfile.so.1 >>> /usr/lib/i386-linux-gnu/libsndfile.so.1.0.25 >>> /usr/lib/kde4/k3blibsndfiledecoder.so >>> /usr/lib/qmmp/Input/libsndfile.so >>> /usr/share/doc/libsndfile1 >>> /usr/share/doc/libsndfile1-dev >>> /usr/share/doc/libsndfile1/changelog.Debian.gz >>> /usr/share/doc/libsndfile1/copyright >>> /usr/share/doc/libsndfile1-dev/AUTHORS >>> /usr/share/doc/libsndfile1-dev/NEWS.gz >>> /usr/share/doc/libsndfile1-dev/README >>> /usr/share/doc/libsndfile1-dev/changelog.Debian.gz >>> /usr/share/doc/libsndfile1-dev/copyright >>> /usr/share/doc/libsndfile1-dev/examples >>> /usr/share/doc/libsndfile1-dev/html >>> /usr/share/doc/libsndfile1-dev/new_file_type.HOWTO.gz >>> /usr/share/doc/libsndfile1-dev/examples/Makefile.gz >>> /usr/share/doc/libsndfile1-dev/examples/generate.c.gz >>> /usr/share/doc/libsndfile1-dev/examples/list_formats.c >>> /usr/share/doc/libsndfile1-dev/examples/make_sine.c >>> /usr/share/doc/libsndfile1-dev/examples/sfprocess.c.gz >>> /usr/share/doc/libsndfile1-dev/examples/sndfile-to-text.c >>> /usr/share/doc/libsndfile1-dev/html/FAQ.html >>> /usr/share/doc/libsndfile1-dev/html/api.html >>> /usr/share/doc/libsndfile1-dev/html/bugs.html >>> /usr/share/doc/libsndfile1-dev/html/command.html >>> /usr/share/doc/libsndfile1-dev/html/dither.html >>> /usr/share/doc/libsndfile1-dev/html/embedded_files.html >>> /usr/share/doc/libsndfile1-dev/html/index.html >>> /usr/share/doc/libsndfile1-dev/html/libsndfile.css >>> /usr/share/doc/libsndfile1-dev/html/libsndfile.jpg >>> /usr/share/doc/libsndfile1-dev/html/lists.html >>> /usr/share/doc/libsndfile1-dev/html/new_file_type.HOWTO.gz >>> /usr/share/doc/libsndfile1-dev/html/octave.html >>> /usr/share/doc/libsndfile1-dev/html/pkgconfig.html >>> /usr/share/doc/libsndfile1-dev/html/sndfile_info.html >>> /usr/share/doc/libsndfile1-dev/html/tutorial.html >>> /usr/share/doc/libsndfile1-dev/html/win32.html >>> /usr/share/doc-base/libsndfile >>> /usr/share/kde4/services/k3blibsndfiledecoder.desktop >>> /var/lib/doc-base/documents/libsndfile >>> /var/lib/doc-base/omf/libsndfile >>> /var/lib/doc-base/omf/libsndfile/libsndfile-C.omf >>> /var/lib/dpkg/info/libsndfile1-dev.list >>> /var/lib/dpkg/info/libsndfile1-dev.md5sums >>> /var/lib/dpkg/info/libsndfile1:i386.list >>> /var/lib/dpkg/info/libsndfile1:i386.md5sums >>> /var/lib/dpkg/info/libsndfile1:i386.postinst >>> /var/lib/dpkg/info/libsndfile1:i386.postrm >>> /var/lib/dpkg/info/libsndfile1:i386.shlibs >>> /var/lib/dpkg/info/libsndfile1:i386.symbols >>> >>> >>> >>> Any help appreciated! >>> >>> >>> >>> brian >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> One dashboard for servers and applications across Physical-Virtual-Cloud >>> Widest out-of-the-box monitoring support with 50+ applications >>> Performance metrics, stats and reports that give you Actionable Insights >>> Deep dive visibility with transaction tracing using APM Insight. >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>> _______________________________________________ >>> Qutecsound-users mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/qutecsound-users >>> >> >> >> -- >> >> Saludos, >> Felipe Sateler >> >> >> >> >> >> ------------------------------------------------------------------------------ >> One dashboard for servers and applications across Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable Insights >> Deep dive visibility with transaction tracing using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> _______________________________________________ >> Qutecsound-users mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/qutecsound-users >> > > > > -- > > Saludos, > Felipe Sateler > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Qutecsound-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/qutecsound-users > ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Qutecsound-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qutecsound-users |
Hi Andres, Some of the.flags may be left over from old versions, I didn't check if they were still required. I remember that not setting CSOUND_SOURCE_TREE caused qmake to look for csound in a folder in your computer :p I will try to build again without those flags and see if it works. Re QT4, the release version seems to be buggy then ;). I see in git you have some fixes already, but I did not check if they worked, as we should all be migrating to qt5 anyway. Saludos On May 5, 2015 1:28 PM, "Andres Cabrera" <[hidden email]> wrote:
------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Qutecsound-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qutecsound-users |
Hi guys, silly question: where do I download version 0.9??
brian
On Tue, 5 May 2015 14:28:49 -0300, Felipe Sateler wrote:
------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Qutecsound-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qutecsound-users |
I've almost installed the 0.8.3 version. I got this error: Project ERROR: Csound API include directory not found --What is this directory called?
brian
On Tue, 05 May 2015 20:04:29 +0200, [hidden email] wrote:
------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Qutecsound-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qutecsound-users |
I'd like to bump this email just to know where to get the 0.9 version of CsoundQT. Thanks. brian
On Tue, 05 May 2015 21:10:01 +0200, [hidden email] wrote:
------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Qutecsound-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qutecsound-users |
Hi, 06.05.2015 17:05 kirjutas kuupäeval <[hidden email]>:
------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Qutecsound-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qutecsound-users |
Thank you for the link!
I can't find any RtMidi directory... Can anyone tell me how to resolve this?
On Wed, 6 May 2015 19:44:14 +0300, Tarmo Johannes wrote:
------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Qutecsound-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qutecsound-users |
In reply to this post by Tarmo Johannes
I tried building version 0.9 using QTCreator. I'm not sure I went about it the right way, but the screenshot below gives some info: ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Qutecsound-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qutecsound-users |
Free forum by Nabble | Edit this page |