HTTrack Website Copier
Free software offline browser - FORUM
Subject: linux build problems of swf module (3.23.20)
Author:
Date: 08/02/2003 08:50
 
I cannot build httrack with flash support under linux. 
 
Output from makeflash-script: 
	ok, installing 
	please wait a few moment while downloading the SDK... 
	WARNING! You are running this program as root! 
	It might be a good idea to use the -%U option to change 
the userid: 
	Example: -%U smith 
 
	
Done.download.macromedia.com/pub/flash/search_engine_sdk/flash_search_sdk.zip

(432786 bytes) - OK 
	Thanks for using HTTrack! 
	unpacking files.. 
	patching file swf2html.cpp 
	patching file swf2html.h 
	patching file swf2html_define.h 
 
	okay, files are now in place 
	you just have to type: (in the main directory) 
	automake && autoheader && autoconf 
	to regenerate the build system 
	and then type in: 
	./configure <options..> && make && make install 
	to regenerate the configure file and build all files (and the 
swf module) 
 
	example: cd ../.. && automake && autoheader && autoconf 
&& ./configure --prefix=$HOME && make && make install 
 
	*** process successfull! *** 
 
 
After cd .. / .. and automake I am told 
	configure.in:3: version mismatch.  This is Automake 1.7.2, 
	configure.in:3: but the definition used by this 
AM_INIT_AUTOMAKE 
	configure.in:3: comes from Automake 1.7.  You should 
recreate 
	configure.in:3: aclocal.m4 with aclocal and run automake 
again. 
 
 
So after	aclocal && automake && autoheader && autoconf 
I can execute 	./configure --prefix=$HOME 
so that Makefiles are actually created. 
 
But then the execution of make leads to this 
	make  all-recursive 
	make[1]: Entering directory `/usr/local/var/httrack-3.23.20' 
	Making all in src 
	make[2]: Entering directory 
`/usr/local/var/httrack-3.23.20/src' 
	Making all in swf 
	make[3]: Entering directory 
`/usr/local/var/httrack-3.23.20/src/swf' 
	if /bin/sh ../../libtool --mode=compile g++ 
-DHAVE_CONFIG_H -I. -I. -I../.. -DPREFIX=\""/root"\" 
-DSYSCONFDIR=\""/root/etc"\" -DDATADIR=\""/root/share"\" 
-DLIBDIR=\""/root/lib"\"    -g -O2 -MT swf2html.lo -MD -MP -MF 
".deps/swf2html.Tpo" \ 
	-c -o swf2html.lo `test -f 'swf2html.cpp' || echo 
'./'`swf2html.cpp; \ 
	then mv ".deps/swf2html.Tpo" ".deps/swf2html.Plo"; \ 
	else rm -f ".deps/swf2html.Tpo"; exit 1; \ 
	fi 
	../../libtool: line 1: s%^.*/%%: Datei oder Verzeichnis nicht 
gefunden 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	../../libtool: line 1: -e: command not found 
	: compile: cannot determine name of library object from `' 
	make[3]: *** [swf2html.lo] Fehler 1 
	make[3]: Leaving directory 
`/usr/local/var/httrack-3.23.20/src/swf' 
	make[2]: *** [all-recursive] Fehler 1 
	make[2]: Leaving directory 
`/usr/local/var/httrack-3.23.20/src' 
	make[1]: *** [all-recursive] Fehler 1 
	make[1]: Leaving directory `/usr/local/var/httrack-3.23.20' 
	make: *** [all] Fehler 2 
 
Any idea? 
 
Reply


All articles

Subject Author Date
linux build problems of swf module (3.23.20)

08/02/2003 08:50
Re: linux build problems of swf module (3.23.20)

08/02/2003 09:06
Re: linux build problems of swf module (3.23.20)

08/03/2003 17:11
Re: linux build problems of swf module (3.23.20)

08/08/2003 23:06




1

Created with FORUM 2.0.11