sillysloft / fluxbox

Fluxbox Window Manager (Mirror)
http://fluxbox.org/news/
Other
0 stars 1 forks source link

Error compiling in cygwin... #69

Open sillysloft opened 22 years ago

sillysloft commented 22 years ago

When doing ./configure on cygwin i get these errors (This used to work):

checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for gcc... gcc checking for C compiler default output... a.exe checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... .exe 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 ANSI C... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for a BSD-compatible install... /usr/bin/install -c checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking for ranlib... ranlib checking for ld used by GCC... /usr/i686-pc- cygwin/bin/ld.exe checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes loading cache /dev/null within ltconfig ltconfig: you must specify a host type if you use `--no- verify' Try `ltconfig --help' for more information. configure: error: libtool configure failed

Reported by: trygvis

sillysloft commented 22 years ago

Logged In: YES user_id=296419

update your libtools

Original comment by: fluxgen

sillysloft commented 22 years ago

Original comment by: fluxgen

sillysloft commented 22 years ago

Logged In: YES user_id=50202

ok, that works now, but when doing autogen it fails again:

$./autogen.sh autoheader: `config.h.in' is updated src/Makefile.am: required file `./depcomp' not found util/Makefile.am: required file `./depcomp' not found

I still get these errors when im compiling...

Original comment by: trygvis

sillysloft commented 22 years ago

Original comment by: trygvis

sillysloft commented 22 years ago

Original comment by: trygvis

sillysloft commented 22 years ago

Original comment by: fluxgen

sillysloft commented 22 years ago

Logged In: YES user_id=296419

run: automake -a

Original comment by: fluxgen