|
From: Michael B. <beh...@us...> - 2009-06-10 19:38:47
|
Am Mittwoch, 10. Juni 2009 15:06:08 schrieb Jan Wedel: > Hi, > > I just tried to run sumo on my new mac. First I had to install gcc > from the Apple xcode package and the xerces libraries for mac. > > Then I ran config && make which worked and I tried to run my sumo > which also worked: > > jan-wedels-macbook:~ janwedel$ sumo > SUMO sumo Version 0.10.3 > (c) DLR 2001-2009; http://sumo.sourceforge.net > Use --help to get the list of options. > > > Then I tried to run my simulation which fails saying: > > Error: No network file (-n) specified. > Quitting (on error). > > when I try to manually load the config I get the same error. > jan-wedels-macbook:sumo janwedel$ sumo -c cologne_luxemburger.sumo.cfg > Loading configuration... done. > Error: No network file (-n) specified. > Quitting (on error). It looks like an XML parsing problem. Which xerces version did you use? (sumo 0.10.3 needs xerces 2.7 or 2.8. The current svn should work with 3.0 as well.) Please also have a look at the configure log whether the correct version was detected when using current svn. Regards, Michael |