Am Thu, 17 Apr 2008 15:36:08 -0400 schrieb Collin Olan: > Hi, > > I am new to this list and Mapnik. I've been attempting to install on > OS X Leopard but without success and was hoping someone else has > been through this and would have some pointers. > First, I followed the instructions on the Mapnik site and installed > all the necessary libraries into /usr/local/lib (and /usr/local/ > include for the boost headers). > Then I tried running scons/scons.py without any options and got this: > > scons: Reading SConscript files ... ...
Hello, Try to build the sources from SVN with: ./autogen.sh --prefix=/usr/local && make && make install use the --help parameter for more help. I maintain the autotools build environment for mapnik. It's not yet tested with OS X, but may be interesting to know if it works. If you get an error send me the log files. regards Andreas _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

