Closed a6datta closed 9 years ago
I have changed the profile.lua to
require("lib/access") require("profiles/car")
Now it's stuck C:\Users\Anup\Downloads\osrm_Release (1)>osrm-extract england-latest.osm.pbf [info] Input file: england-latest.osm.pbf[0m [info] Profile: profile.lua[0m [info] Threads: 4[0m [info] Using script profile.lua[0m [STXXL-MSG] STXXL v1.4.99 (prerelease/Release) (git f7389c79e946430f5e3f7efc15e5bcc29183d200) + gnu parallel(GLIBCXX) [STXXL-MSG] Disk 'c:\temp\stxxl' is allocated, space: 10000 MiB, I/O implementation: wincall queue=0 devid=0 [info] Parsing in progress..[0m [info] input file generated by Osmium (http://wiki.openstreetmap.org/wiki/Osmium)[0m [info] timestamp: 2015-09-03T21:23:02Z[0m [info] Using turn restrictions[0m [info] Found 3 exceptions to turn restrictions:[0m [info] motorcar[0m [info] motor_vehicle[0m [info] vehicle[0m
I managed to get it worked.
What was broken?
It was fine. I thought it was stuck.
Hi, I have downloaded windows build from http://build.project-osrm.org/. The release folder looks like below
05/09/2015 01:33
profile.lua was not there. I manually downloaded and copied it there.
When I try profile.lua with 'profiles/car.lua' it says syntax error '/'. If I move car.lua in root and change profile.lua to 'car.lua' then the error is syntax error near eof.
Any help would be greatly appreciated.
Thanks