Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Build Error for SUMO version 1.2.0 (missing header file in sumo source code)

Hello,
there is a major protocol change between TraCI version 0.32.0 and 1.0.
The recommended way to build sumo on Linux (with cmake) is described at https://sumo.dlr.de/docs/Installing/Linux_Build.html#building_the_sumo_binaries_with_cmake_recommended
Any modern python (2 or 3) should suffice to complete the build process.
If  you already tried the cmake build, please do the following:
- post the complete output of calling cmake and make
- try release version 1.4 as well and post the log of that

regards,
Jakob

Am Mo., 27. Jan. 2020 um 05:43 Uhr schrieb ALAM Aftab <aftab.alam@xxxxxxxxxx>:

Hello ,

Thank you for your suggestion .

I checked and found that `/build-sumo-1.2.0/tools/build/typemap.py' is present in source code still two missing files is not getting generated .

I am having “ Python 2.7.5 “ . I am able to successfully  build SUMO 0.32.0 . Is there any specific version of python required for building  SUMO 1.2.0?

Is there any traci protocol changes happened  ?

 

 

 

Best Regards,

Aftab Alam

 

From: sumo-user-bounces@xxxxxxxxxxx <sumo-user-bounces@xxxxxxxxxxx> On Behalf Of Jakob Erdmann
Sent: 21 January 2020 19:43
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] Build Error for SUMO version 1.2.0 (missing header file in sumo source code)

 

make sure that `/build-sumo-1.2.0/tools/build/typemap.py' exists. It is responsible for generating those missing files as part of the build process.Also python must be installed on the machine to build sumo.

 

Am Di., 21. Jan. 2020 um 12:46 Uhr schrieb ALAM Aftab <aftab.alam@xxxxxxxxxx>:

Hello ,

 

I am trying to install  SUMO version 1.2.0 on Linux machine . I m getting below build errors.

 

Making all in netimport

make[3]: Entering directory ` /build-sumo-1.2.0/src/netimport'

../../tools/build/typemap.py

make[3]: ../../tools/build/typemap.py: Command not found

make[3]: *** [typemap.h] Error 127

 

Making all in polyconvert

make[3]: Entering directory `/build-sumo-1.2.0/src/polyconvert'

../../tools/build/typemap.py poly

make[3]: ../../tools/build/typemap.py: Command not found

make[3]: *** [pc_typemap.h] Error 127

 

 

After debugging I found that file typemap.h and pc_typemap.h is missing in SUMO source code.

 

Any suggestions will be highly appreciated about these missing file in SUMO version 1.2.0 ?  how to resolve the error ?

 

Best Regards,

Aftab Alam

 

Confidential C

***********************************************************************************************************
CONFIDENTIALITY NOTICE

This message is for the named person's use only.  It may contain confidential, proprietary or legally privileged information.

If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify us by email to email.security@xxxxxxxxxx with a copy of this message. You must not, directly or indirectly, use, disclose, distribute, print or copy any part of this message if you are not the intended recipient. RNTBCI and any of its subsidiaries each reserves the right to monitor all e-mail communications through its networks.

RNTBCI is neither liable for the proper, complete transmission of the information contained in this communication nor any delay in its receipt. This email was scanned for the presence of computer viruses. In the unfortunate event of infection RNTBCI does not accept any liability.

Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them.
***********************************************************************************************************

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


Confidential C

***********************************************************************************************************
CONFIDENTIALITY NOTICE

This message is for the named person's use only.  It may contain confidential, proprietary or legally privileged information.

If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify us by email to email.security@xxxxxxxxxx with a copy of this message. You must not, directly or indirectly, use, disclose, distribute, print or copy any part of this message if you are not the intended recipient. RNTBCI and any of its subsidiaries each reserves the right to monitor all e-mail communications through its networks.

RNTBCI is neither liable for the proper, complete transmission of the information contained in this communication nor any delay in its receipt. This email was scanned for the presence of computer viruses. In the unfortunate event of infection RNTBCI does not accept any liability.

Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them.
***********************************************************************************************************

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top