Alberto Giménez E. wrote: > 2008/4/18, Ben Moores <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>>: > > Hi, I committed an experimental branch a few weeks ago with a visual > studio project for building mapnik, you can find it in: > > svn://svn.mapnik.org/branches/experimental-pdf > <http://svn.mapnik.org/branches/experimental-pdf> > > In the msvc directory is a solution which will build mapnik and all the > other bits. Have a look at the readme.txt file for more info. > > The branch was for some experimental pdf stuff, so you'll want to copy > the msvc directory to the svn trunk you've already checked out and > remove all the pdf stuff from the projects (not much really). > > > Ben > > > _______________________________________________ > Mapnik-users mailing list > [email protected] <mailto:[email protected]> > https://lists.berlios.de/mailman/listinfo/mapnik-users > > > Hi, I've tried to compile mapnik with the msvc directory solution > provided but I still don't get a successfully result. I get many > "incoherent DLL" warnings and errors when it gets to the definition of > the custom ENUM datastructure. I'm using the Visual Studio C/C++ 2005, I > didn't test to compile it on VC express. Has anyone get a succesfull > result? There shouldn't be any diference. > > -- > Alberto Giménez E.
Hi, I'm guessing you are using different third party libraries to me (freetype/icu4c/libjpeg/libtool/libpng/proj.4/libtiff/zlib). The project expects the installation to have been done according to 'readme.txt' in the msvc directory, with all the environment variables (LIBJPEGDIR, LIBPNGDIR, etc.) set. The readme file lists where I got all the libraries from. If you have different libraries installed, then you'll need to update each of the projects 'additional include directories' and 'additional library directories' to point to the new place. If this doesn't work, send me some of the error messages and I'll see if I recognise the problem. Ben _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

