| HI Andrew,
Yes, it should be that way, thanks. Now fixed in svn.
Cheers,
Andrés
On Sun, Sep 12, 2010 at 4:21 PM, Andrew Antle wrote:
> Hello -
> I had to change `libsndfile.a' to `libsndfile.so' in `qcs-unix.pro`.
> Diff attached.
>
> ---
>
> --- qcs-unix.pro.orig 2010-09-12 11:12:13.357289995 -0400
> +++ qcs-unix.pro 2010-09-12 11:05:48.235290033 -0400
> @@ -16,7 +16,7 @@
> build64:DEFAULT_CSOUND_LIBS = libcsound64.so \
> libcsound64.a
> CSND_LIB = libcsnd.so
> -LIBSNDFILE_LIB = libsndfile.a
> +LIBSNDFILE_LIB = libsndfile.so
>
> pythonqt {
> DEFAULT_PYTHONQT_INCLUDE_DIRS = /usr/local/include \
>
> ---
>
> System info:
> $ uname -a
> Linux slack 2.6.33.4-smp #2 SMP Wed May 12 22:47:36 CDT 2010 i686
> Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz GenuineIntel GNU/Linux
> $ csound --help
> ...
> Csound version 5.12 beta (float samples) Sep 10 2010
> libsndfile-1.0.21
> ...
> $ ls /usr/lib/libsndfile.*
> /usr/lib/libsndfile.la* /usr/lib/libsndfile.so.1@
> /usr/lib/libsndfile.so@ /usr/lib/libsndfile.so.1.0.21*
> $ ls /var/log/packages | grep libsndfile
> libsndfile-1.0.21-i486-1_AMA
>
>
> Thanks, and hopefully this helps someone.
> --
> Andrew Antle
>
>
> 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"
|