Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-dev] Fwd: Error while building sumo from scratch.
  • From: AMIT RAI <rai18b@xxxxxxxxxx>
  • Date: Fri, 28 May 2021 09:03:58 +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=A+e9EeJ2u0sNvYnNe2y0LJQxXiDrNOsvwac93mI7+9U=; b=ORTRZ3j5I6EJUnsAYjeL2/+xZMGrVU9SlCSrNv+V/1ALRATC9YbUdviHS9hKutHQPnqkrICsldPGwHLQtLqQggQOKZdBybx1yyqY0WIDHVukdej0s7Pm7R1LaZVMEz5msa6aNJqrp7rTQiEAl82rcBzmSExPh7bGsHlasSj9ZX6qcAkj9PE6wFXetZlx9f5R9IULbv8x8D+WuU4O1ePNxxyG70u6sKx9H3jPi3XX4IsgS+pZbj8hNcwUqC6PeQZQ1bFjBh68s10ROoF21neagvFnhRGGowW3mUlC7k1J44dFqev4tstZ4cz9q9taoKLgVTLU3PaFOGr/zrMQVvheiw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hqHzdS9jGfUQR1srfhovQFHbXXl0339ZlPc+qGcb4ivZYBfBewhuFBO2gjmCYnBJT5n7GG4zM+kY35FO442csdTvZjDfzkT8NS40zKaDpM929lW0jUg/ywZCHsDM8Jmz89G5Rf50YHD1/7n6XJTgl46UD7A0fK76ZwDBjnP9cHfatZpMpVKB7CFCLaPX8G6vwdIm1k7MEzrTHgoKCYrlKbzCmgoPdW5Jo7Unx4YJa7raA6bluZ9Y4j7yGArw+/JtgssSWqRZVJXnj7o1KKEmGH9UM963uSnSlaPLzCRLro0WK1qzcAgF62j/5b8aGc3sZOeCwKIYCKwZDsoqYKeOzQ==
  • 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/grNMKr4XU9ogAAfrQCAABsTZg==
  • Thread-topic: [sumo-dev] Fwd: Error while building sumo from scratch.

Thankyou for the reply. 

I have used that but still it is showing error.

Although I got an alternative. Alternative: I have changed the code in the Cmakelist.txt, instead of searching the xerces using the system variables (defined in Cmakelist.txt file), I have given absolute path of the directory in which the xerces folder is present (in the Cmakelist.txt file), this seems to work fine. Can doing this create problem later?

regards
AMIT RAI

From: sumo-dev <sumo-dev-bounces@xxxxxxxxxxx> on behalf of Harald Schaefer <fechsaer@xxxxxxxxx>
Sent: Friday, May 28, 2021 12:50 PM
To: sumo-dev@xxxxxxxxxxx <sumo-dev@xxxxxxxxxxx>
Subject: Re: [sumo-dev] Fwd: Error while building sumo from scratch.
 

Hi,


you have to follow the prerequisites (last step)

SUMO needs the xerces library


Regards, Harald

Am 28.05.21 um 07:28 schrieb AMIT RAI:



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
 


_______________________________________________
sumo-dev mailing list
sumo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-dev

Back to the top