[flac-dev] Where is configure

2012-04-09 Thread Danpoleary
Hello,

I downloaded the complete src from cvs. and as normal, I try to run 
./configure, but it does not exist. All the documentation talks about it, but 
it is nowhere to be found.

Was it removed from src?

Dan___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


[flac-dev] where is configure

2012-09-21 Thread Danpoleary
Hello,

I downloaded the complete src from cvs. and as normal, I try to run 
./configure, but it does not exist.

Was it removed from src?

Dan
___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


Re: [flac-dev] Where is configure

2012-04-09 Thread Cristian Rodríguez
On 09/04/12 22:50, Danpoleary wrote:
> Hello,
>
> I downloaded the complete src from cvs. and as normal, I try to run
> ./configure, but it does not exist. All the documentation talks about
> it, but it is nowhere to be found.
>
> Was it removed from src?

no, It is just that autogenerated files do not belong to the development 
repositories.. you have to generate it running autoreconf -fiv

Cheers.
___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


Re: [flac-dev] Where is configure

2012-04-09 Thread Ralph Giles
On 9 April 2012 18:50, Danpoleary  wrote:

> I downloaded the complete src from cvs. and as normal, I try to run
> ./configure, but it does not exist. All the documentation talks about it,
> but it is nowhere to be found.

Also please be aware that there's newer development at
https://git.xiph.org/?p=flac.git

The CVS repository at sourceforge.net hasn't seen updates in some time.

 -r
___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


Re: [flac-dev] Where is configure

2012-04-10 Thread Cristian Rodríguez
El 10/04/12 02:02, Ralph Giles escribió:
> On 9 April 2012 18:50, Danpoleary  wrote:
>
>> I downloaded the complete src from cvs. and as normal, I try to run
>> ./configure, but it does not exist. All the documentation talks about it,
>> but it is nowhere to be found.
>
> Also please be aware that there's newer development at
> https://git.xiph.org/?p=flac.git
>
> The CVS repository at sourceforge.net hasn't seen updates in some time.


yep. to build from git..

touch config.rpath
autoreconf -fiv

"config.rpath"  is long standing automake kludge that is not needed to 
build flac.
___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


Re: [flac-dev] where is configure

2012-09-23 Thread Erik de Castro Lopo
Danpoleary wrote:

> Hello,
> 
> I downloaded the complete src from cvs. and as normal, I try to
> run ./configure, but it does not exist.
> 
> Was it removed from src?

Its a generated file so its not on source.

FLAC development has moved to git. See : 
https://git.xiph.org/?p=flac.git;a=summary

When you check that code out do:

./autogen.sh
./configure

and so on.

Erik
-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/
___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev