Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-dev] Failed to build CMAke file
  • From: Michael Behrisch <oss@xxxxxxxxxxx>
  • Date: Sun, 29 Dec 2019 21:40:37 +0100
  • Autocrypt: addr=oss@xxxxxxxxxxx; prefer-encrypt=mutual; keydata= xsDiBFLSvucRBACGsasS4GeIWs1CFNTOYmp3ScQ2ZTJLJWQxhPliwtHTzLsErYu9Y7e8qDov iHFviYyaNuceUNoACm1e4MT4eu0DmM2Wk3y/jjD6hfm7L0EZNPxQhj+CJf2oZAm2ezCe7/si xZ2d7TCO8yWavOGbF0EVi/ZDIJqVgupu6WBpv/NCewCg65HQiS1wm+1w1MdFYxKCmXzbv08D /iWXX3tzabbCrLlUum8hBgBpJEHRtlic2uaGsKm8Fize4tfLZkTBbTYLYXfcx2Oq9+lINPTW h9jnbCjAjErRWLTjNTQjel0JnDryCnqabub/R3wScR/EHRDBeS9L6YRj0xdVd2qIaArtSYRR auKPNc4M2qZNEFSM37cXC7avhpdeA/99oJf4qyVly4RxHmekAmj9UJjRx17x9xX8t9uzUuSt AeTh+kQ3o5jK7veU6/F/+pPyi96EOzym9BJA8pgXC8hLWNjOajI10filkdQ26QsfHOpUdPSZ 4Duyw9Ayj8loagEnnAONmU/xE0QlyVBANIut0W+SNqPScYXfnBbVOaG3Hc0mTWljaGFlbCBC ZWhyaXNjaCA8bWljaGFlbEBiZWhyaXNjaC5kZT7CZgQTEQIAJgIbIwcLCQgHAwIBBhUIAgkK CwQWAgMBAh4BAheABQJS0sKXAhkBAAoJEDwQ/pbRcKYp+SEAoMJSvUzfk3u6EA1nMlMVSk85 nHhoAJ0VE5xLi2ni8j9wdx+uga7XGLtjhs7ATQRS0r7nEAQAkQLdzlu3i/Ddziadm2c/60ZX bcY3FYhHHfsKUHC/QING+lu3uHG0nPaElPTAHTr8UdFMbmpXkRs9+1v1RAvHBWW95BbUXZeu oBsoCm+4Jdktu+PeVxGKhOwQRdR30A4y/bIeRn7iMzkZKoQh0lE3ZEbs0T8TUHBGBUqwEhIv Y0MAAwUD/RXrkwtUiR61/bT96eMaxGtO15AqvlM8DYQ3Xs6EH09QlGzr/i0+usi01wGoh13p YGjzEDtTqO+lNs9AtS7nZAHA3cCWzLmdEXw6EY7IH4X7zOpKoj+JtLNjUd2Nzvhyl48LT217 g8GmCACL6Wo/G+fZ+30Mny+gWbDtEGXNIv7fwkkEGBECAAkFAlLSvucCGwwACgkQPBD+ltFw pimNZQCgnN5oibnjl7r2SVle6hgUMcckfN4AoMYRjy/Tqz9tq8TSUqNcOTjlMR7D
  • Delivered-to: sumo-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-dev>
  • List-help: <mailto:sumo-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-dev>, <mailto:sumo-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-dev>, <mailto:sumo-dev-request@eclipse.org?subject=unsubscribe>
  • User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.1

Hi Daniel,
hope you had a nice christmas, too :-).

Are you running the CMake which comes with Visual Studio or a separate
installation and if so which exact version is it? Our current build runs
just fine with the Visual Studio 2019 and the CMake packaged with it
(3.14, I think) and also with a separate installation (which still uses
3.13) so it might be something happening only with newer CMakes.

We had a similar problem recently when we introduced the dll
installation step which also might be the reason here although the line
where the error occurs is a different one. Please check whether you have
a clean and up to date SUMOLibraries checkout.

Best regards,
Michael

Am 27.12.19 um 19:37 schrieb Daniel Krajzewicz:
> Dear friends and colleagues,
> 
> hope you got a nice Chrsitmas.
> 
> I'm trying to build SUMO and encounter the same issue since some month:
> 
> Clean checkout to D:/dlr/zSUMO/t1, current version of CMake, MSVC
> installed...
> 
> Source code: D:/dlr/zSUMO/t1 (checkout root)
> Path for building binaries: D:/dlr/zSUMO/t1/build/cmake (as given in docs)
> 
> Ok, now when trying to configure, CMAke complains a lot - I suppose for
> every subfolder the following:
> 
> CMake Error at CMakeLists.txt:416 (add_custom_target):
> add_custom_target cannot create target "<...>" because another target
> with the same name already exists. The existing target is a custom target
> created in source directory "D:/dlr/zSUMO/t1". See documentation for
> policy CMP0002 for more details.
> 
> 
> As said, the <...> above includes different targets, the first is
> "install_dll", the last is "distcheck".
> 
> Does anyone know what I am doing wrong?
> 
> Sincerely and all the best for the next year,
> Daniel
> 
> 
> 
> _______________________________________________
> sumo-dev mailing list
> sumo-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-dev
> 


Attachment: signature.asc
Description: OpenPGP digital signature


Back to the top