Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-dev] Fwd: Error while building sumo from scratch.
  • From: AMIT RAI <rai18b@xxxxxxxxxx>
  • Date: Fri, 28 May 2021 05:28:42 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=iitg.ac.in; dmarc=pass action=none header.from=iitg.ac.in; dkim=pass header.d=iitg.ac.in; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=AaFTNmWJ2z0n7Wi6APbkt+wK3yvcmC60TzEAwjvPpDU=; b=UzVdqjgEwoXycZZzt0iprIYVDL5RruOM/G6uMgqn4NKg4ng/j8pQFnDA/OTXVl88cAHAYhRnNWuIbTbCWD0oDQFeOLtJQZbrOXwOopZ5kQ9HdgQ9EYFa21zEb5RB2CmDM6g5f+8aezokae822SfnWB/57erAllSIaEfZeLFfNwu0irZvk4zoynSC99Wq30G5V8oZ50LZM6YOJGq/HD3j+tbU8bzWBtURqNw6rnz92m8ldsz5zKWr4fR+c77DbWtgnT7s644ZSBi5OiqLpYOzRcGKkIA30CEeWqx4Btl9Vh/dDH9mMkDy+oQ6vsuT+xeNPj0vzT1tmzNNbYf+fw7ekg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=TQNApwLMSQF3s/FP2P5RwqpSDdkt+5dkIbgKjcWQMuhxKrQQ7MdnUhijNf08VyGtG3d1oAZt+ANVgOoDP7KYRaK4ws/nMA4tp607iNEkFsV85XYBI+sn1AO4ScbUNnw1oBGCOQSH47fg5SM5MBBJzM5uw10ptAg9+u/BN69/06hF00VGIs54lfmDOByarHxb4RMOONkYt8Q1ibvXSnI20ulA3KTpZn8MK8zPWJYHtxFd10afx2KTm1MqQOgbtkl0I92ZIFlijuFsU+OJ8Hu2KndCnD8uUw08rwx0o3ZrlmcFv0eAe9xz03u6oydPquYLeYB9taiwJIbbXA49JtWB4A==
  • 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>
  • Thread-index: AQHXU3uFMVAtc4RTjk2aV/E6/grNMKr4XU9o
  • Thread-topic: Error while building sumo from scratch.




From: AMIT RAI <rai18b@xxxxxxxxxx>
Sent: Friday, 28 May, 2021, 10:36 am
To: sumo-user@xxxxxxxxxxx
Subject: Error while building sumo from scratch.

I am trying to follow the steps in the documentation for sumo built. I am following the step of manual configuration with CMAKE GUI and getting error shown in the image (red text, pasting the same in italics here) :
 
CMake Error at C:/Program Files/CMake/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Failed to find XercesC (missing: XercesC_LIBRARY XercesC_INCLUDE_DIR
XercesC_VERSION)
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
C:/Program Files/CMake/share/cmake-3.20/Modules/FindXercesC.cmake:110 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:345 (find_package)


 Seems that XERCESC is not found, but I saw it was present in the SUMO_LIBRARIES path.  I also tried adding XERCESC_64 as an environment variable still it is not able to find the folder. 

 also I am attaching the ppt containing the steps /images of steps I followed. I am pretty sure I followed the steps correctly, still, I am getting errors.
Would be grateful to the community for the help.

Regards 
AMIT RAI
 

Attachment: Screenshot (711).png
Description: Screenshot (711).png

Attachment: steps for configuring.pptx
Description: steps for configuring.pptx


Back to the top