My os is linux (Kubuntu). What do u mean by grabbing the whole tarball ? The whole tarball that is here : http://flac.cvs.sourceforge.net/viewvc/flac/flac/ ? 2012/4/4 Erik de Castro Lopo <mle+la at mega-nerd.com>> Rafael Velasquez wrote: > > > Hello, i'm new with Flac and C. > > What OS are you running on? > > > I download the example from your site ( > > http://flac.cvs.sourceforge.net/viewvc/flac/flac/examples/). > > You cannot compile those examples without grabbing the whole FLAC > source code tarball. > > > I tried to compile the program in C by using : automake Makefile.am and i > > have the next message : > > *`configure.ac' or `configure.in' is required* > > Why? > > Instructions for compiling the FLAC source code are contained > in the file named README in the top level directory of the FLAC > source code tarball. > > Erik > -- > ---------------------------------------------------------------------- > Erik de Castro Lopo > http://www.mega-nerd.com/ > _______________________________________________ > flac-dev mailing list > flac-dev at xiph.org > http://lists.xiph.org/mailman/listinfo/flac-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20120404/514ebe81/attachment.htm
I have installed libflac via synaptic, the version is 1.2.1-3. 2012/4/4 Rafael Velasquez <rafaelvelasquez10 at gmail.com>> My os is linux (Kubuntu). > > What do u mean by grabbing the whole tarball ? > > The whole tarball that is here : > http://flac.cvs.sourceforge.net/viewvc/flac/flac/ ? > > > 2012/4/4 Erik de Castro Lopo <mle+la at mega-nerd.com> > >> Rafael Velasquez wrote: >> >> > Hello, i'm new with Flac and C. >> >> What OS are you running on? >> >> > I download the example from your site ( >> > http://flac.cvs.sourceforge.net/viewvc/flac/flac/examples/). >> >> You cannot compile those examples without grabbing the whole FLAC >> source code tarball. >> >> > I tried to compile the program in C by using : automake Makefile.am and >> i >> > have the next message : >> > *`configure.ac' or `configure.in' is required* >> >> Why? >> >> Instructions for compiling the FLAC source code are contained >> in the file named README in the top level directory of the FLAC >> source code tarball. >> >> Erik >> -- >> ---------------------------------------------------------------------- >> Erik de Castro Lopo >> http://www.mega-nerd.com/ >> _______________________________________________ >> flac-dev mailing list >> flac-dev at xiph.org >> http://lists.xiph.org/mailman/listinfo/flac-dev >> > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20120404/26ab3d38/attachment.htm
Rafael Velasquez wrote:> My os is linux (Kubuntu). > > What do u mean by grabbing the whole tarball ?A tarball is a file with a .tar.gz or .tar.bz2 file extension that in this case will contain the complete source code.> The whole tarball that is here : > http://flac.cvs.sourceforge.net/viewvc/flac/flac/ ?No, you should try googling for "flac source code downlaod" Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Rafael Velasquez wrote:> I have installed libflac via synaptic, the version is 1.2.1-3.If you want to compile some other code against libflac, you also need to install libflac-dev. However, the code you posted a link to does not compile on it's own, it requires other code in the source code tarball. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/