mbbiii / crusher264

Automatically exported from code.google.com/p/crusher264
GNU General Public License v2.0
0 stars 0 forks source link

Where is configure? #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Followed instructions at http://code.google.com/p/crusher264/wiki/Install but 
can't find configure (also can't find source tar ball so checking out of svn 
instead):

$ svn checkout http://crusher264.googlecode.com/svn/trunk/ crusher264-read-only

$ cd crusher264-read-only/

$ tar xvfz ../firmware.tar.gz 
firmware/
firmware/FX2Firmware.hex
firmware/cap.qmmapp.seve1-eb-16mb.bin
firmware/hd.FX2Firmware.hex
firmware/VideoRecorder.hex
firmware/qmmapp.mg3500-2ddr2_264MHz_from48_128MB-codec.bin
firmware/qmmapp.seve1-eb-16mb.bin

$ ./configure
bash: ./configure: No such file or directory

$ ll
total 84
drwxrwxr-x 7 me me  4096 Jul 17 18:55 ./
drwxrwxr-x 3 me me  4096 Jul 17 18:55 ../
-rwxrwxr-x 1 me me  3448 Jul 17 18:55 bootstrap*
-rw-rw-r-- 1 me me  8879 Jul 17 18:55 configure.ac
-rw-rw-r-- 1 me me 18092 Jul 17 18:55 COPYING.GPL
-rw-rw-r-- 1 me me  6843 Jul 17 18:55 crusher264-config.in
-rw-rw-r-- 1 me me   420 Jul 17 18:55 crusher264.pc.in
-rw-rw-r-- 1 me me  1252 Jul 17 18:55 crusher264.spec.in
drwxr-xr-x 3 me me  4096 Jun 19  2010 firmware/
drwxrwxr-x 3 me me  4096 Jul 17 18:55 include/
-rw-rw-r-- 1 me me   234 Jul 17 18:55 Makefile.am
drwxrwxr-x 3 me me  4096 Jul 17 18:55 sample/
drwxrwxr-x 3 me me  4096 Jul 17 18:55 src/
drwxrwxr-x 6 me me  4096 Jul 17 18:55 .svn/

Where is configure?

Original issue reported on code.google.com by joseph.c...@gmail.com on 18 Jul 2013 at 2:01

GoogleCodeExporter commented 8 years ago
need automake and auto conf .... but still searching how to use them :D

Original comment by allegf...@gmail.com on 30 Sep 2013 at 11:56

GoogleCodeExporter commented 8 years ago
Hi

Same situation as you are... I ran autoconf and got the ´configure´ script 
created, but when trying ´./configure´ I get the following:

./configure: line 2019: syntax error near unexpected token `crusher264,'
./configure: line 2019: `AM_INIT_AUTOMAKE(crusher264, 1.1.1)'

I am not a developer myself, so I am struggling obviously... :-(

Original comment by marc.tru...@free.fr on 2 Nov 2013 at 7:03