No problem at all. I've another thing that may be useful for you to add. When I first came to make mod_tile I had to change the MakeFile so that the line CXX read:
CXX := g++ *-I/usr/local/include/boost-1_39/* Notice the -I. This was because my boost libs could not be found. It would be useful if you could make a ./configure file to generate the correct options. Regards, Richard Ive 2009/9/3 Kai Krueger <[email protected]> > Richard Ive wrote: > >> Thanks a lot! Let me know if I can help in any way at all. >> > > I have now committed a fix for it. Many thanks for pinpointing this cleanly > and testing the patch. > > Sorry for causing the issue in the first place, > > Kai > > >> >> 2009/9/3 Kai Krueger <[email protected] <mailto:[email protected]>> >> >> Richard Ive wrote: >> >> Reboot didn't fix the issue. >> >> >> Thanks for debugging this. >> >> >> it looks like it is a signed versus unsigned issue, or that >> different types are of different lengths. >> >> I'll see if I can commit a fix to SVN soon >> >> Kai >> >> >> 2009/9/3 John Smith <[email protected] >> <mailto:[email protected]> >> <mailto:[email protected] >> <mailto:[email protected]>>> >> >> 2009/9/3 Lennard <[email protected] <mailto:[email protected]> >> <mailto:[email protected] <mailto:[email protected]>>>: >> >> >> > Replying to list again... >> > >> > Richard Ive wrote: >> > >> >> Output: >> >> ... >> >> ... >> >> renderd[7412]: DEBUG: Got command Render fd(13) >> xml(default), z(14), >> >> x(8257), y(5463) >> >> renderd[7412]: DEBUG: DONE TILE default 14 8256-8263 >> 5456-5463 >> >> renderd[7412]: DEBUG: Got command Render fd(12) >> xml(default), z(14), >> >> x(8255), y(5462) >> >> renderd[7412]: DEBUG: DONE TILE default 14 8248-8255 >> 5456-5463 >> >> renderd[7412]: DEBUG: Got command Render fd(17) >> xml(default), z(15), >> >> x(16508), y(10928) >> >> Segmentation fault >> > >> > Oh dear, not a simple issue of missing fonts or syntax >> error in the >> > stylesheet, then. >> > >> > Do you at least find some tiles in the tiles dir you set >> in the >> config? >> > Are you running the latest version from svn? Are your other >> components >> > up to date? >> >> I had a similar problem, and the only way I could get it >> working again >> was to reboot, it's been fine ever since. >> >> _______________________________________________ >> dev mailing list >> [email protected] <mailto:[email protected]> >> <mailto:[email protected] <mailto:[email protected]>> >> >> http://lists.openstreetmap.org/listinfo/dev >> >> >> >> >> -- Regards, >> Richard Ive. >> >> >> >> >> >> -- >> Regards, >> Richard Ive. >> > > -- Regards, Richard Ive.
_______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

