From gregoryjward at gmail.com Thu Sep 18 06:45:39 2008 From: gregoryjward at gmail.com (Greg Ward) Date: Thu Sep 18 06:46:02 2008 Subject: [Radiance-dev] Re: [Radiance-general] compiling radiance In-Reply-To: <1221740300.11052.1274657781@webmail.messagingengine.com> References: <1221740300.11052.1274657781@webmail.messagingengine.com> Message-ID: <338A4C05-3A02-490E-AEBD-D21D90519876@lmi.net> Hi Nick, The libtiff distribution I currently have in Radiance seems to have a broken build system, and is failing on a lot of platforms. I think I just need to remove it, and clear the related dependencies from px/ Rmakefile. I'm pretty sure libtiff is included in most modern OS's, though I could use some verification on that point. I'm copying this discussion to the dev list, and we'll sort it out there. Meanwhile, you should be able to get the px tools to compile by substituting the attached px/Rmakefile and running "rmake install" in the px directory. Best, -Greg -------------- next part -------------- A non-text attachment was scrubbed... Name: Rmakefile Type: application/octet-stream Size: 5348 bytes Desc: not available Url : http://radiance-online.org/pipermail/radiance-dev/attachments/20080918/1f6dec8c/Rmakefile.obj -------------- next part -------------- > From: "Nick Doylend" > Date: September 18, 2008 5:18:20 AM PDT > > Hi, I get the following error while compiling the latest Radiance on > Ubuntu 7.10 > > cd tiff ; ./configure -C -quiet -with-CC=gcc \ > "--libdir=`pwd`/../../lib" > "--includedir=`pwd`/../../common" \ > --enable-static --disable-shared --disable-cxx \ > --enable-logluv --disable-jpeg \ > --disable-zlib --disable-pixarlog \ > "-with-ENVOPTS=-O2" ; \ > cd port ; make all ; \ > cd ../libtiff ; make install > appending configuration tag "CXX" to libtool > appending configuration tag "F77" to libtool > updating cache config.cache > config.status: error: cannot find input file: contrib/Makefile.in > make[1]: Entering directory > `/home/ndoylend/Radiance/ray/src/px/tiff/port' > make[1]: *** No rule to make target `all'. > make[1]: Leaving directory > `/home/ndoylend/Radiance/ray/src/px/tiff/port' > make[1]: Entering directory > `/home/ndoylend/Radiance/ray/src/px/tiff/libtiff' > make[1]: *** No rule to make target `install'. > make[1]: Leaving directory > `/home/ndoylend/Radiance/ray/src/px/tiff/libtiff' > make: *** [../lib/libtiff.a] Error 2 > > Any idea what's wrong? It looks like I'm missing a lot of the image > processing commands as a result. > > Thanks, > > Nick