Re: [Flac-dev] Compile problems on OSX

2007-09-10 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: I'll look into that over the next day or so. The pkg-config method has the advantage of being highly robust, but is a pain for MinGW because you need pkg-config. I just tested this: ./configure --with-ogg=/opt/local and so does: ./configure

Re: [Flac-dev] Compile problems on OSX

2007-09-09 Thread Josh Coalson
--- Erik de Castro Lopo [EMAIL PROTECTED] wrote: 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

Re: [Flac-dev] Compile problems on OSX

2007-09-09 Thread Erik de Castro Lopo
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

Re: [Flac-dev] Compile problems on OSX

2007-09-09 Thread Josh Coalson
--- Erik de Castro Lopo [EMAIL PROTECTED] wrote: Sorry, I just updated from CVS and its still broken. If FLAC__HAS_OGG is false it tries to compile this: (void)decode_options; and there is no decode_options identifier. oops, fixed.