[Flac] Can't compile flac source on Solaris 9.
Josh Coalson
xflac at yahoo.com
Tue Nov 2 11:15:36 PST 2004
--- Mike Fitterman <cutshot at gmail.com> wrote:
> I need some help trying to compile the FLAC source on Solaris 9.
>
> It get's pretty far along and I receive the following error making
> test_seeking:
>
> "Don't know how to make ../../src/libOggFLAC/libOggFLAC.la
>
> When I try to make the libOggFLAC it fails trying to find ogg/ogg.h
> which I can't seem to find anywhere in the source.
>
> Any ideas?
do you have libogg installed? when you ran configure, did it
give you a warning about libogg not being found?
I would guess that you don't have it. you have found a problem
with src/test_seeking/Makefile.am that doesn't handle the case
of building test_seeking without libogg properly.
you can install libogg and that will make it build and also give
you Ogg FLAC support in everything (see the README for how) or
you have to edit src/Makefile.in and remove test_seeking from
SUBDIRS and DIST_SUBDIRS (test_seeking is not used yet in the
test scripts anyway).
Josh
__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com
More information about the Flac
mailing list