|
From: David S. H. G. <xh...@ma...> - 2002-12-22 07:20:00
|
Hi there, I'm having trouble running the './configure' command to install ppe. I'm using the latest download from: http://prettypoly.sourceforge.net/download/ppe.tar.gz Any suggestions on how to get this to compile? The output is below. $ ./configure creating cache ./config.cache 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 whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking for c++... c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking how to run the C++ preprocessor... c++ -E checking for a BSD compatible install... /usr/bin/install -c checking for ranlib... ranlib checking for bool... yes checking for python include paths... Not in your path, searching... checking in /usr/include... no checking in /usr/local/include... no checking in /usr/include/python... no checking in /usr/local/include/python... no checking in /usr/include/python2.1... yes checking for ulInit in -lplibul... yes checking for windows.h... no checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for glNewList in -lGL... yes checking for gluLookAt in -lGLU... yes checking for jpeg_destroy_decompress in -ljpeg... no configure: warning: *** JPEG library not found *** checking for zlibVersion in -lz... no configure: warning: *** zlib library not found *** checking for png_init_io in -lpng... no configure: warning: *** PNG library not found *** checking for ANSI C header files... no checking for GL/gl.h... yes checking for GL/glut.h... yes checking for png.h... no checking for jpeglib.h... no checking for windows.h... (cached) no updating cache ./config.cache creating ./config.status creating Makefile creating src/Makefile creating src/core/Makefile creating src/gui/Makefile creating src/fltk-extras/Makefile creating src/material/Makefile creating src/misc/Makefile creating src/plugins/Makefile creating src/scripts/Makefile sed: can't read ./src/scripts/Makefile.in: No such file or directory creating src/structure/Makefile creating src/viewer/Makefile creating examples/Makefile Thanks, -David Giraud |