Csound Csound-dev Csound-tekno Search About

[Csnd] problems building qutecsound svn

Date2010-12-30 10:46
Fromjoachim heintz
Subject[Csnd] problems building qutecsound svn
i have a probem building qutecsound from svn on a new ubuntu 10.10
system. qmake complains about not finding a valid csound library:

Project MESSAGE: Csound library directory not specified.
Project MESSAGE: ... searching in /usr/local/lib
Project MESSAGE: ... in /usr/local/lib for libcsound.so libcsound.a
Project MESSAGE: ... searching in /usr/lib
Project MESSAGE: ... in /usr/lib for libcsound.so libcsound.a
Project ERROR: A valid Csound library directory was not found.

but csound is installed, and /usr/local/lib contains:
drwxr-xr-x 4 root root     4096 2010-12-29 23:46 csound
-rwxr-xr-x 1 root root   349499 2010-12-29 23:46 libcsnd.so.5.2
-rw-r--r-- 1 root root  7112176 2010-12-29 23:18 libcsound.a
lrwxrwxrwx 1 root root       16 2010-12-29 23:46 libcsound.so ->
libcsound.so.5.2
-rwxr-xr-x 1 root root  1202101 2010-12-29 23:46 libcsound.so.5.2
drwxrwsr-x 4 root staff    4096 2010-10-08 00:21 python2.6

does anyone know what's missing here?
thanks -

	joachim


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-12-30 11:03
FromAndres Cabrera
Subject[Csnd] Re: [Qutecsound-users] problems building qutecsound svn
Hi Joachim,

It probably means that you are building QuteCsound for floats but have
doubles Csound installed, that's why the files are there but they are
not valid. You should just need to add CONFIG+=build64 to your qmake
line.

Cheers,
Andres

On Thu, Dec 30, 2010 at 10:46 AM, joachim heintz  wrote:
> i have a probem building qutecsound from svn on a new ubuntu 10.10
> system. qmake complains about not finding a valid csound library:
>
> Project MESSAGE: Csound library directory not specified.
> Project MESSAGE: ... searching in /usr/local/lib
> Project MESSAGE: ... in /usr/local/lib for libcsound.so libcsound.a
> Project MESSAGE: ... searching in /usr/lib
> Project MESSAGE: ... in /usr/lib for libcsound.so libcsound.a
> Project ERROR: A valid Csound library directory was not found.
>
> but csound is installed, and /usr/local/lib contains:
> drwxr-xr-x 4 root root     4096 2010-12-29 23:46 csound
> -rwxr-xr-x 1 root root   349499 2010-12-29 23:46 libcsnd.so.5.2
> -rw-r--r-- 1 root root  7112176 2010-12-29 23:18 libcsound.a
> lrwxrwxrwx 1 root root       16 2010-12-29 23:46 libcsound.so ->
> libcsound.so.5.2
> -rwxr-xr-x 1 root root  1202101 2010-12-29 23:46 libcsound.so.5.2
> drwxrwsr-x 4 root staff    4096 2010-10-08 00:21 python2.6
>
> does anyone know what's missing here?
> thanks -
>
>        joachim
>
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment, and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Qutecsound-users mailing list
> Qutecsound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qutecsound-users
>


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"