Csound Csound-dev Csound-tekno Search About

[Csnd] qutecsound 0.60 doesn't detect valid Csound library directory

Date2010-09-16 21:52
FromEric Luckerbau
Subject[Csnd] qutecsound 0.60 doesn't detect valid Csound library directory
When trying to make the latest svn version:

/usr/src/qutecsound/trunk/qutecsound$ qmake-qt4 qcs.pro CONFIG+=build64
Project MESSAGE: 
Project MESSAGE: Building QuteCsound for Unix-based system.
Project MESSAGE: 
Project MESSAGE: Building QuteCsound for the double precision version of
Csound.
Project MESSAGE: Building release version.
Project MESSAGE: 
Project MESSAGE: CONFIG ...
Project MESSAGE: + uic
Project MESSAGE: + resources
Project MESSAGE: + qt
Project MESSAGE: + incremental
Project MESSAGE: + link_prl
Project MESSAGE: + exceptions
Project MESSAGE: + no_mocdepend
Project MESSAGE: + qt_no_framework
Project MESSAGE: + build64
Project MESSAGE: + thread
Project MESSAGE: + release
Project MESSAGE: + warn_on
Project MESSAGE: 
Project MESSAGE: QuteCsound build directory is
/usr/src/qutecsound/trunk/qutecsound
Project MESSAGE: QuteCsound intermediate file directory is
/usr/src/qutecsound/trunk/qutecsound/build/doubles/release
Project MESSAGE: QuteCsound bin directory is
/usr/src/qutecsound/trunk/qutecsound/bin
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 interfaces include directory not specified.
Project MESSAGE: ... searching in /usr/local/include/csound
Project MESSAGE: CSOUND_INTERFACES_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: ... searching in /usr/lib
Project MESSAGE: ... in /usr/lib for libcsound64.so libcsound64.a
Project ERROR: A valid Csound library directory was not found.

I have the libcsound64.a in /usr/local/lib, but it doesn't seem to find it,
and when I delete the libcsound64.so entry from qcs-unix.pro, the result is
the same, only the error message is shorter.

I have seen this bug reported here end of July, but the suggestion there to
install it via the Debian package doesn't work for me, as I have Csound
compiled from the sources, and it won't find the dependencies.

(Ubuntu10.04, 64bit, Csound 5.12 from sourceforge.)

Date2010-09-16 22:00
FromAndres Cabrera
Subject[Csnd] Re: qutecsound 0.60 doesn't detect valid Csound library directory
Hi,

The problem probably relates to libcsnd. Are you sure you have libcsnd
by building Csound with buildInterfaces=1?

Cheers,
Andrés

On Thu, Sep 16, 2010 at 9:52 PM, Eric Luckerbau  wrote:
>
> When trying to make the latest svn version:
>
> /usr/src/qutecsound/trunk/qutecsound$ qmake-qt4 qcs.pro CONFIG+=build64
> Project MESSAGE:
> Project MESSAGE: Building QuteCsound for Unix-based system.
> Project MESSAGE:
> Project MESSAGE: Building QuteCsound for the double precision version of
> Csound.
> Project MESSAGE: Building release version.
> Project MESSAGE:
> Project MESSAGE: CONFIG ...
> Project MESSAGE: + uic
> Project MESSAGE: + resources
> Project MESSAGE: + qt
> Project MESSAGE: + incremental
> Project MESSAGE: + link_prl
> Project MESSAGE: + exceptions
> Project MESSAGE: + no_mocdepend
> Project MESSAGE: + qt_no_framework
> Project MESSAGE: + build64
> Project MESSAGE: + thread
> Project MESSAGE: + release
> Project MESSAGE: + warn_on
> Project MESSAGE:
> Project MESSAGE: QuteCsound build directory is
> /usr/src/qutecsound/trunk/qutecsound
> Project MESSAGE: QuteCsound intermediate file directory is
> /usr/src/qutecsound/trunk/qutecsound/build/doubles/release
> Project MESSAGE: QuteCsound bin directory is
> /usr/src/qutecsound/trunk/qutecsound/bin
> 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 interfaces include directory not specified.
> Project MESSAGE: ... searching in /usr/local/include/csound
> Project MESSAGE: CSOUND_INTERFACES_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: ... searching in /usr/lib
> Project MESSAGE: ... in /usr/lib for libcsound64.so libcsound64.a
> Project ERROR: A valid Csound library directory was not found.
>
> I have the libcsound64.a in /usr/local/lib, but it doesn't seem to find it,
> and when I delete the libcsound64.so entry from qcs-unix.pro, the result is
> the same, only the error message is shorter.
>
> I have seen this bug reported here end of July, but the suggestion there to
> install it via the Debian package doesn't work for me, as I have Csound
> compiled from the sources, and it won't find the dependencies.
>
> (Ubuntu10.04, 64bit, Csound 5.12 from sourceforge.)
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/qutecsound-0-60-doesn-t-detect-valid-Csound-library-directory-tp2842984p2842984.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> 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"
>
>



-- 


Andrés


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"


Date2010-09-16 22:35
FromEric Luckerbau
Subject[Csnd] Re: qutecsound 0.60 doesn't detect valid Csound library directory
Hi,

yes, I built with:

scons useOSC=1 buildPythonOpcodes=1 useCoreAudio=0 buildInterfaces=1
buildPythonWrapper=1 buildUtilities=1 Lib64=1 Word64=1 useFLTK=1 useALSA=1
useJack=1 useDouble=1

There is libcsnd.so.5.2 in /usr/local/lib, and Csound is working.

Cheers,
Eric

Date2010-09-17 07:45
FromAndres Cabrera
Subject[Csnd] Re: Re: qutecsound 0.60 doesn't detect valid Csound library directory
Hi,

Hmmm... Does making a symlink to libcsnd.so.5.2 called libcsnd.so solve it?

Cheers,
Andrés

On Thu, Sep 16, 2010 at 10:35 PM, Eric Luckerbau  wrote:
>
> Hi,
>
> yes, I built with:
>
> scons useOSC=1 buildPythonOpcodes=1 useCoreAudio=0 buildInterfaces=1
> buildPythonWrapper=1 buildUtilities=1 Lib64=1 Word64=1 useFLTK=1 useALSA=1
> useJack=1 useDouble=1
>
> There is libcsnd.so.5.2 in /usr/local/lib, and Csound is working.
>
> Cheers,
> Eric
> --
> View this message in context: http://csound.1045644.n5.nabble.com/qutecsound-0-60-doesn-t-detect-valid-Csound-library-directory-tp2842984p2843029.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> 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"
>
>



-- 


Andrés


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"


Date2010-09-17 11:56
FromEric Luckerbau
Subject[Csnd] Re: Re: qutecsound 0.60 doesn't detect valid Csound library directory
Yes, that works. The program now is running, and I already encountered the
next problem. (Which wasn't there in the Debian package version I had
before.)

When I click on the menu, sometimes nothing happens. This is almost always
the case in the first row, "File", and quite often at "Edit", and sometimes
at "Control". Though, when I click on one of the others first, and then move
the mouse along the previous entries, I can access the File menu also.

Eric

Date2010-09-17 14:56
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: qutecsound 0.60 doesn't detect valid Csound library directory
Hi,

Yes, thanks for the report. will fix soon.

Cheers,
Andres

On 9/17/10, Eric Luckerbau  wrote:
>
> Yes, that works. The program now is running, and I already encountered the
> next problem. (Which wasn't there in the Debian package version I had
> before.)
>
> When I click on the menu, sometimes nothing happens. This is almost always
> the case in the first row, "File", and quite often at "Edit", and sometimes
> at "Control". Though, when I click on one of the others first, and then move
> the mouse along the previous entries, I can access the File menu also.
>
> Eric
> --
> View this message in context:
> http://csound.1045644.n5.nabble.com/qutecsound-0-60-doesn-t-detect-valid-Csound-library-directory-tp2842984p2843534.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> 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"
>
>


-- 


Andrés


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"