Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-dev] Problem with latest build under ubuntu

Hi SUMO gurus,

the latest development version from 2019-12-07 does not compile for me

harald@nyc> make
[  2%] Built target utils_xml
[  2%] Generating version.h
Traceback (most recent call last):
  File "/dosd/src/opensource/Sumo/sumo-git-co/sumo/src/../tools/build/version.py", line 71, in <module>
    main()
  File "/dosd/src/opensource/Sumo/sumo-git-co/sumo/src/../tools/build/version.py", line 56, in main
    vcsFile = join(sumolib.version.GITDIR, GITFILE)
AttributeError: 'module' object has no attribute 'version'


It seems that for the very first step (building version.h) you need already a working sumolib

Greetings, Harald



Back to the top