Hello, everybody!
I've installed routeme-0.5.tar.gz so I've applied the patch route-
me-0.5-db-tilesource-2009-06-28.patch. I have the following log:
$ patch -p0 -i route-me-0.5-db-tilesource-2009-06-28.patch.txt
patching file MapView/Map/RMDBTileImage.h
patching file MapView/Map/RMDBTileImage.m
patching file MapView/Map/RMDBMapSource.h
patching file MapView/Map/RMDBMapSource.m
patching file MapView/Map/RMTileImage.h
patching file MapView/Map/RMTileImage.m
But when I compile, I got the following:
Undefined symbols:
".objc_class_name_RMDBTileImage", referenced from:
literal-pointer@__OBJC@__cls_refs@RMDBTileImage in libMapView.a
(RMTileImage.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
So I'm having the same issue as Stefan's. May be it's Xcode 3.2? I'm
really lost.
Besides, I'd like to know what to do with the file generated with
map2sqlite-1.0 (for example, "map.db"). Should I just include it to
the project or make a database some way? I really don't understand the
following paragraph in Frank's post (
http://groups.google.com/group/
route-me-map/browse_thread/thread/
4b13467dda581e75/9ff3815faa91ccc0#9ff3815faa91ccc0):
"To get started you need to create an sqlite db with the two tables
(preferences and tiles) and store the tile images as blobs in the
tiles table and index them with the RMTileKey() function. Then add
the
minimun and maximum zoom level as well as the tile size to the
preference table and you're done. "
The routeme project is great. Hope I can make it work in my computer.
Thank you very much.
Leandro
On 17 oct, 08:30, Frank Schröder <
frank.schroe...@gmail.com> wrote:
> Hi Stefan,
>
> are you sure you are using the correct patch? There are 2 patches. One
> for the stable 0.5 tree and another one for some older version of the
> trunk.
>
> Frank
>
> 2009/10/8
stefaan.meers...@gmail.com <
stefaan.meers...@gmail.com>: