Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Error while building sumo from scratch.
  • From: AMIT RAI <rai18b@xxxxxxxxxx>
  • Date: Fri, 28 May 2021 05:06:28 +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=viW9/XMaM0h0hTbMjCLLLrmvI15GdsWJekNkAyvNBXs=; b=g0aeW+qsdtuhQqq9AsSUwEdvs2l8QxSwR5K0Qh+78sFbNU1uydWKxWyuX2BRwjKWxbTbAEvOy16Xb+gYOimXqjzoEaP711tJhRVvR4G4qhWZ5RLXx9/2yJb35ntbnhzyoE8Aj8UfFSvC9mJtqU43CjSEqI64x4YR9nmZnqXnlLXoAbnlmM5d5GCaENILqSoN0Ef9Ltkk7ghfL7wfcV9YdnFhz8pfkcDyM884McwYrBWGZyrkTYiiOmW+JCBzGM8JEhaE1KKwYWffXmE0tpkVzr31IlEaXcVLfGwrR599M//ZmkhXT5g1KV19sg9njEwJ+vtmKwPZcINP5t3+RrlgDQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=i8EGjRdiyNvcBLvigNBIebl8FVFH+f3hQz3oiDmzp3BCojKsQoeEFauGp/E6+etExvxDjcIBDz9nPj8KL2c9ar+Xw4cxWN53JbRUOVgw0Xad9iCcY3B5+Livi9PXqVsGC5B+Sca2HZpgctDwX+7xsQwiYhXq9ynzcqETzcPx4mpn2+vkjNwy7xIn1WElhJS+NK15PBCELbvNdsnFGhwFqKnEJljUXZ2TusaPebJ1uYoDF6t8txxSYsS28+gw5CbQp3aEvhBTl47fnpcngji7AFBpXiDqP+Ezs9GPztHkO4MEVW6ZtVQuhrr/B3+ym1WnAS4DikdHZmyF/M3tWAklag==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXU3uFMVAtc4RTjk2aV/E6/grNMA==
  • Thread-topic: 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