On 9/1/06, Gary K Olson <[EMAIL PROTECTED]> wrote: > libgeos failed to build apparently because doxygen-html was not > targeted in makefile. Here is relevant build script: > > creating SimpleWKTTester > make[2]: Nothing to be done for `all-am'. > Making all in macros > make[1]: Nothing to be done for `all'. > Making all in tools > make[1]: Nothing to be done for `all'. > Making all in swig > Making all in python > Making all in tests > Making all in cases > make[4]: Nothing to be done for `all'. > make[4]: Nothing to be done for `all-am'. > make[3]: Nothing to be done for `all-am'. > Making all in ruby > Making all in test > make[3]: Nothing to be done for `all'. > make[3]: Nothing to be done for `all-am'. > make[2]: Nothing to be done for `all-am'. > Making all in doc > if g++ -DHAVE_CONFIG_H -I. -I. -I..//source/headers -I..//source/ > headers/geos -I../source/headers -I/sw/include -g -O2 -MT example.o > -MD -MP -MF ".deps/example.Tpo" -c -o example.o example.cpp; \ > then mv -f ".deps/example.Tpo" ".deps/example.Po"; else rm -f ".deps/ > example.Tpo"; exit 1; fi > /bin/sh ..//libtool --mode=link --tag=CXX g++ -g -O2 -L/sw/lib -o > example example.o ..//source/geom/libgeos.la ..//source/geom/libgeos.la > mkdir .libs > g++ -g -O2 -o .libs/example example.o -Wl,-bind_at_load -L/sw/ > lib ..//source/geom/.libs/libgeos.dylib > creating example > Making all in VisualStudio > make[1]: Nothing to be done for `all'. > make[1]: Nothing to be done for `all-am'. > cd ./doc > make doxygen-html > make: *** No rule to make target `doxygen-html'. Stop. > ### execution of make failed, exit code 2 > Removing build lock... > /sw/bin/dpkg-lockwait -r fink-buildlock-libgeos2-2.2.3-1001 > (Reading database ... 206475 files and directories currently installed.) > Removing fink-buildlock-libgeos2-2.2.3-1001 ... > Failed: phase compiling: libgeos2-2.2.3-1001 failed > > Before reporting any errors, please run "fink selfupdate" and > try again. If you continue to have issues, please check to see if the > FAQ on fink's website solves the problem. If not, ask on the fink-users > or fink-beginners mailing lists. As a last resort, you can try e- > mailing > the maintainer directly: > > BABA Yoshihiko <[EMAIL PROTECTED]> > > My setup is: > Mac OSX 10.7 > XTools 2.3 > powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. > build 5341) > Package manager version: 0.24.26 > Distribution version: 0.8.1.rsync powerpc >
This was due to a missing build dependency on doxygen. There's a new revision out (-1002) that skips this process (as well as making some other changes) -- Alexander K. Hansen Fink Documenter (still) ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
