Re: Unable to compile encode.c
[email protected] Sun, 17 May 2015 09:59:23 +0200
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.devel |
|---|---|
| Message-ID | <[email protected]> |
On 17.05.15 02.42, Arun Balaji Prithivi Raj wrote: > When I compile encode.c. I am getting the below error. > > $ cc encode.c > In file included from encode.c:24:0: > encode.h:5:26: fatal error: vorbis/codec.h: No such file or directory > #include <vorbis/codec.h> Your build environment, i.e. Makefile, is not set up correctly. The include path should contain an entry to your libvorbis/include directory. Marcel