[ecasound] more problems with FreeBSD port

New Message Reply Date view Thread view Subject view Author view Other groups

Subject: [ecasound] more problems with FreeBSD port
From: The Anarcat (anarcat@anarcat.dyndns.org)
Date: Sat Aug 25 2001 - 00:01:40 EEST


Hi.

I am refining my port of 2.0.2 on FreeBSD here, and I have a few other
problems. See the FreeBSD problem report ports/30058

http://www.freebsd.org/cgi/query-pr.cgi?pr=30058

The main point is with audiofile support. On FreeBSD, audiofile is
installed under /usr/local (as any third-party). So in order to detect
it, configure must look into /usr/local/lib, thing it doesn't seem to be
doing, by default. So I must call it using:

LDFLAGS=-L/usr/local/lib ./configure ...

and then it cannot compile because it cannot find the headers. So I
tried to do the same with CFLAGS (/usr/local/include), but it's not
working:

c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../libecasound
-I../../kvutils -D_THREAD_SAFE -O2 -D_REENTRANT -DNDEBUG -ffast-math
-fstrict-aliasing -funroll-loops -pthread -Wp,-MD,.deps/audioio_af.pp -c
audioio_af.cpp -fPIC -DPIC -o .libs/audioio_af.lo
audioio_af.cpp:29: audiofile.h: No such file or directory
In file included from audioio_af.cpp:34:
audioio_af.h:5: audiofile.h: No such file or directory
gmake[3]: *** [audioio_af.lo] Erreur 1
gmake[3]: Quitte le répertoire
`/u/anarcat/src/ports/ecasound/work/ecasound-2.0.2/libecasound/plugins'

I don't understand why the flags don't get past up there, but anyways..

TIA

A.


--
To unsubscribe send message 'unsubscribe' in the body of the
message to <ecasound-list-request@wakkanet.fi>.


New Message Reply Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Fri Aug 24 2001 - 23:59:44 EEST