pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling Hermes with MinGW


From: Björn Fischer
Subject: Re: Compiling Hermes with MinGW
Date: Wed, 25 Jun 2003 11:51:29 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212



Ok, I've found an automake compiled with mingw, but the ./autogen.sh has the following output (Any Idea about greater or lower version numbers? Seems like the automake's too new...):


If you take a look at the script, it's likely that you'll see it checking for 1.5/1.6 and assuming 1.4 or lower otherwise. Even more likely that they'll check for automake-1.5 / automake-1.6, knowing nothing of automake-1.7 and/or assuming automake without postfix to be automake-1.4. (It's the case on my home system and -1.5, -1.6, -1.7 are there too.)

Bye David


Alright! Hermes compiled without probs. But make install didn't work. I can't figure out what excactly is wrong. Here's the output:

$ make install
Making install in src
make[1]: Entering directory `/CVS/Libs_Mingw/Hermes-1.3/src'
make[2]: Entering directory `/CVS/Libs_Mingw/Hermes-1.3/src'
/bin/sh ../mkinstalldirs /usr/local/lib
/bin/sh ../libtool --mode=install /bin/install -c libHermes.la /usr/local/lib/libHermes.la
/bin/install -c .libs/libHermes.dll.a /usr/local/lib/libHermes.dll.a
base_file=`basename ${file}`
dlpath=`/bin/sh 2>&1 -c '. .libs/'${base_file}'i;echo $dlname'`
dldir=/usr/local/lib/`dirname $dlpath`
test -d $dldir || mkdir -p $dldir
/bin/install -c .libs/libHermes-1.dll $dldir/libHermes-1.dll
/bin/install: cannot stat `.libs/libHermes-1.dll': No such file or directory
make[2]: *** [install-libLTLIBRARIES] Error 1
make[2]: Leaving directory `/CVS/Libs_Mingw/Hermes-1.3/src'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/CVS/Libs_Mingw/Hermes-1.3/src'
make: *** [install-recursive] Error 1

Can you see anything that points to the error?

Greetings

Björn





reply via email to

[Prev in Thread] Current Thread [Next in Thread]