Hi, I am able to solve with this steps
Please find attachment On Tue, Nov 14, 2017 at 6:54 AM, Weiming Zhao <[email protected]> wrote: > I have similar problem on installing SUMO 0.31 on macOS 10.13.1 too. > > The instruction of installing SUMO using homebrew did not work. > > Is there anybody working on this? > > Regards > > > 13.11.2017, 03:32, "hemang kothari" <[email protected]>: > > Dear Community, > > I need help regarding installation of SUMO-0.30 on EI Capitan. > > I have followed this steps > > f you come from a previous macports installation you need to uninstall > sumo and fox toolkit first: > > sudo port uninstall sumo > sudo port uninstall fox > > If you did not already install homebrew <http://brew.sh/> do it by > invoking > > ruby -e "$(curl -fsSL > https://raw.githubusercontent.com/Homebrew/install/master/install)" > > make sure your homebrew db is up-to-date > > brew update > > Install dependencies > > brew install Caskroom/cask/xquartz > brew install autoconf > brew install automake > brew install pkg-config > brew install libtool > brew install gdal > brew install proj > brew install xerces-c > brew install fox > > Set necessary environment variables > > export CPPFLAGS="$CPPFLAGS -I/opt/X11/include/" > export LDFLAGS="-L/opt/X11/lib" > > Get the source code > <http://sumo.dlr.de/wiki/Installing/Linux_Build#Getting_the_source_code> and > change to the appropriate directory > > cd sumo-<version> > > Run autoreconf > > autoreconf -i > > Run configure > > ./configure CXX=clang++ CXXFLAGS="-stdlib=libc++ -std=gnu++11" > --with-xerces=/usr/local --with-proj-gdal=/usr/local > > Build > > make -j`sysctl -n hw.ncpu` > > Install > > make install > > > But still i am getting error about clang > > Can anyone found solution. > > -- > *Work brings profit, but mere talk leads to poverty! * > , > > _______________________________________________ > sumo-user mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/sumo-user > > > > -- > Sincerely, > zhao wood > > > _______________________________________________ > sumo-user mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/sumo-user > > -- *Work brings profit, but mere talk leads to poverty! *
_______________________________________________ sumo-user mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/sumo-user
