| View previous topic :: View next topic |
| Author |
Message |
tisho
Joined: 21 May 2012 Posts: 5
|
Posted: Wed May 23, 2012 3:45 pm Post subject: Problem when compiling streamTranscoderv3 |
|
|
| Code: |
[root@radiocp streamTranscoderv3]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
./configure: line 3572: AM_PROG_LIBTOOL: command not found
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for libogg... ok
checking for libvorbis... ok
checking for struct ovectl_ratemanage_arg... yes
checking for libmad (>= 0.12.0)... yes
./configure: line 4950: syntax error near unexpected token `HAVE_FLAC=1,'
./configure: line 4950: `AM_PATH_LIBFLAC(HAVE_FLAC=1, { $as_echo "$as_me:$LINENO: WARNING: libflac not installed" >&5'
[root@radiocp streamTranscoderv3]# rpm -qa | grep -ir flac
flac-1.2.1-6.1.el6.i686
flac-devel-1.2.1-6.1.el6.i686
[root@radiocp streamTranscoderv3]# uname -a
Linux radiocp 2.6.32-220.7.1.el6.i686 #1 SMP Tue Mar 6 21:21:22 GMT 2012 i686 i686 i386 GNU/Linux
|
We have flac and flac-devel packages installed on the system.
Syntax error in the script maybe ?
The transcoder was downloaded from here:
http://svn.oddsock.org/public/trunk/streamTranscoderv3/
What could be the problem? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed May 23, 2012 5:13 pm Post subject: |
|
|
It looks like you may need to run autogen.sh as the configure script is not correct. The configure script is generated by the auto* files and it looks like the libtool side of things failed to work
karl. |
|
| Back to top |
|
 |
|