-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building error in VS 2017 #5546
Comments
@warm2018 You need to specify a project (for example, SUMO-GUI) as startup project |
I choose Win32 , not Win64 which wiki advise when I configure sumo by Cmake. And Python3.7, VS2017, win10 64 are used. |
@warm2018 Can you compile for 64 bits instead of 32 bits? In the list of compilers of CMake you can choose the 64 bits of Visual Studio 2017 compiler |
Can you translate the chinese characters of the output messages? |
OK, thank for your patience. D:/Program Files (x86)/VisualStudio/Packages/MSBuild/15.0/Bin/MSBuild.exe Microsoft (R) build engine version 15.9.21+g9802d43bc3 for the.net Framework The build startup time is 2019/5/2 18:35:53. "D:\Project\SUMO\cmake-build\CMakeFiles\3.14.3\VCTargetsPath. Vcxproj" (default target) operation - failed. |
Try the following solution:
If not, check the following thread in which there is differents solutions for your porblem: |
"LINK : fatal error LNK1104: cannot open file 'gui\dialogs\Debug\gui_dialogs.lib' I check the path and find it has no gui_dialogs.lib but nothing. |
The suffix D is normal, because its the debug version. If you compile in Release mode, the suffix D disappeared. About the other error, you only need to build the project "Solution 'SUMO'/CMake/install_dll" |
Yes, definitely your SUMO version is old. Try it cloning the current GIT version. |
Thank for your advice. But I want “plexe-sumo” for a special use. The functions which plexe-sumo has is important to my project. Did the platooning function has been intergrated in latest SUMO? |
@namdre is Platooning already in SUMO? |
We integrated several compatibility fixes for plexe into SUMO and I think that the author of plexe (@michele-segata) has an updated version of plexe that works with the latest sumo version. I suggest that @warm2018 approaches him directly. |
OK,thank you guys! |
@warm2018 if you fetch updates from plexe-sumo (master branch, 1d09773) you will get the latest SUMO version. This is exactly the same as SUMO 1.2.0, as Plexe models have been integrated into the official SUMO release. |
Oh! Thank you ! I clone branch "plexe2.1", not master branch. You mean that latest SUMO is same as plexe-sumo? |
OK, I downloaded latest SUMO 1.2.0 binary files just now, and find that it can realize the platooning behavior which python scripts support . |
If you just need the python support and not the Plexe-Veins network simulator, then you are fine with SUMO 1.2.0. |
Looks like being solved to me, please reopen if questions persist. |
System can't launch " SUMO_HOME/Cmake-build/ Debug/ALL-Build
The specified file could not be found.
Win10 is used
The text was updated successfully, but these errors were encountered: