Dear Adama, try removing the snprintf define from src/windows_config.h. We are still compiling with Visual Studio 2013 which does not define snprintf, Visual Studio 2015 apparently has it. You might stumble upon a similar thing with vsnprintf in src/foreign/tcpip/socket.cpp. Please report back whether it helped.
And yes after successfully building prj.sln you should find all necessary binaries in "bin". Best regards, Michael Am 23.06.2016 um 21:17 schrieb Adama Fofana: > Dear Michael > > > I just started using SUMO. > I have also download the following version > http://prdownloads.sourceforge.net/sumo/sumo-src-0.26.0.zip?download > > I follow this link to set up the compiler and libraries: > http://sumo.dlr.de/wiki/Installing/Windows_Build#Available_configurations > I download Xerces : > http://sourceforge.net/projects/sumo/files/dependencies/xerces-c-3.1.2vc12.zip/download > Fox: > http://sourceforge.net/projects/sumo/files/dependencies/fox-1.6.50vc12.zip/download > Gdal : > http://download.gisinternals.com/sdk/downloads/release-1800-gdal-1-11-3-mapserver-6-4-2.zip > and > http://download.gisinternals.com/sdk/downloads/release-1800-gdal-1-11-3-mapserver-6-4-2-libs.zip > > Then, I have modified <SUMO>\build\msvc10\config.props file as explained > http://sumo.dlr.de/wiki/Installing/Windows_Build#Available_configurations > > After that, I used Visual Studio 2015 C++ to build the following file: > <SUMO>\build\msvc10\prj.sln > > I am getting the following error one I build the file prj.sln: > > #error: Macro definition of snprintf conflicts with Standard Library function > > Can you please explain what I should be expecting after building the file > prj.sln. > > Also, after execution of this command, I should see appear in the folder > 'bin' all file need to run a simulation? > > Best regards > > Adama > > > > > <http://prdownloads.sourceforge.net/sumo/sumo-src-0.26.0.zip?download> > ------------------------------------------------------------------------------ > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San > Francisco, CA to explore cutting-edge tech and listen to tech luminaries > present their vision of the future. This family event has something for > everyone, including kids. Get more information and register today. > http://sdm.link/attshape > _______________________________________________ > sumo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-devel > ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape _______________________________________________ sumo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-devel
