I spoke too soon. I am also seeing this error on linking: libmslmapnik.so: undefined reference to `mapnik::cairo_renderer<mapnik::Image32>::end_layer_processing(mapnik::Layer const&)' libmslmapnik.so: undefined reference to `mapnik::cairo_renderer<mapnik::Image32>::process(mapnik::polygon_pattern_symbolizer const&, mapnik::feature<mapnik::geometry<mapnik::vertex<double, 2> >, boost::shared_ptr<mapnik::raster> > const&, mapnik::proj_transform const&)'
etc, etc, etc - Brian Brian Peschel wrote: >> >>> 3) How do I do this? I see references to getting the source from >>> SVN and then using changeset 720 but not sure where to get the >>> changeset or how to apply it. I tried searching the wiki and nabble >>> and didn't see it. >>> >> >> You shouldn't need any special changesets. Just get the SVN head. >> >> Tom >> >> > I have gotten the latest code from SVN and added in support for > cairo. Once I recompiled mapnik I had to make a change to my custom > input filter because the transcoder class changed: > < std::wstring transcode(std::string const& input) const; > --- > > UnicodeString transcode(const char* data) const; > > But the format for creating a cairo render is different. And there > isn't an example in C for using the cairo renders and I have never > used Cairo before. I see some stuff on the message log that other > people have gotten cairo to work. Does anyone have an example I can > look at? > > - Brian > > -- Brian Peschel One Call Concepts, Inc Systems Division Voice: 414-259-1047 ext. 93 Fax: 414-777-3666 _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

