Displaying 3 results from an estimated 3 matches for "xipth_path_ogg".
Did you mean:
xiph_path_ogg
2007 Sep 08
2
Compile problems on OSX
Hi all,
I've got two problems compiling the current CVS FLAC sources on OSX.
Firstly, the configure script can't find the OGG libraries which were
installed from MacPorts. I have tried:
./configure --with-ogg-includes=/opt/local/include \
--with-ogg-lib=/opt/local/lib
but they are still not found. I notice that in configure.in, you use
a macro called XIPH_PATH_OGG. Is
2007 Sep 09
0
Compile problems on OSX
...> system pkg-config does the right thing:
>
> > pkg-config --cflags --libs ogg
> -I/opt/local/include -L/opt/local/lib -logg
>
> I will put together a patch for this is you are interested.
the main reason I haven't swtiched is I'm not up on pkgconfig
and XIPTH_PATH_OGG has been working pretty well... can you tell
why it's not working for you?
I'm always hesitant to mess with things in configure.in because
is such whack-a-mole problem (fixes things for some people and
breaks for others).
> Second problem is that I get a compile error when FLAC__HAS_OG...
2007 Sep 09
2
Compile problems on OSX
Josh Coalson wrote:
> the main reason I haven't swtiched is I'm not up on pkgconfig
> and XIPTH_PATH_OGG has been working pretty well... can you tell
> why it's not working for you?
>
> I'm always hesitant to mess with things in configure.in because
> is such whack-a-mole problem (fixes things for some people and
> breaks for others).
I'll look into that over the next day...