Csound Csound-dev Csound-tekno Search About

[Csnd] Re: Re: scons

Date2008-04-13 08:09
Fromcsound username
Subject[Csnd] Re: Re: scons
31/08/2006  21.35           819.456 libsndfile-1.0.17.tar.gz
31/08/2006  21.35               189 libsndfile-1.0.17.tar.gz.asc
31/08/2006  21.35               897 libsndfile-1.def
31/08/2006  21.35           325.120 libsndfile-1.dll
31/08/2006  21.35             1.262 README-precompiled-dll.txt
31/08/2006  21.35            10.240 sndfile-convert.exe
31/08/2006  21.35            11.264 sndfile-info.exe
31/08/2006  21.35             8.192 sndfile-play.exe
31/08/2006  21.35            18.087 sndfile.h
31/08/2006  21.35             9.414 sndfile.hh
31/08/2006  21.35               493 testprog.c
08/04/2008  00.41    <DIR>          share
13/04/2008  07.43             8.176 libsndfile-1.lib
13/04/2008  07.43             4.691 libsndfile-1.exp

That's my libsndfile directory. I also followed the instructions in README-precompiled-dll.txt but nothing changed.

Thanks for your patience.

----- Messaggio originale -----
Da: root <root@codemist.co.uk>
A: csound@lists.bath.ac.uk
Inviato: Domenica 13 aprile 2008, 8:54:14
Oggetto: [Csnd] Re: scons

You need the libsndfile heades (development package) as wel as the
library.
==John ff

On Sun, 13 Apr 2008, csound username wrote:

> Hello.

How do I understand why scons can't use libsoundfile? It says

Checking for main() in C library sndfile... no
The sndfile library is required to build Csound 5.

but it says nothing about what's wrong and so I don't know what to do.

Thanks.





      Inviato da Yahoo! Mail.
La casella di posta intelligente.
http://it.docs.yahoo.com/mail/overview/index.html
Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Send bugs reports to this list..
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Inviato da Yahoo! Mail.
La casella di posta intelligente.

Date2008-04-13 08:33
Fromroot
Subject[Csnd] Re: Re: Re: scons
You have sndfile.h but SCons does not know where to find it.  Usually 
these files are instralled in /usr/include/ or /usr/local/include/

Or you can modify custom.py to add the directory

==John ff