Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-dev] SUMO and new ubuntu 21.04

Hi,

it seems, that there are some problems with SUMO and this new ubuntu-release

I have installed libgtest-dev and libxerces-c-dev, but cmake does not recognize them

cmake ../..
-- CMAKE_BINARY_DIR: /dosd/src/opensource/Sumo/sumo-git-co/sumo/build/cmake-build
-- CMAKE_SOURCE_DIR: /dosd/src/opensource/Sumo/sumo-git-co/sumo
--
-- Platform:
--     Host: Linux-5.11.0-16-generic x86_64
--     Target: Linux-5.11.0-16-generic x86_64
--     CMake: 3.18.4
--     CMake generator: Unix Makefiles
--     CMake build tool: /bin/gmake
--     Compiler: GNU 10.3.0
--
-- Found Python: /bin/python
-- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_MAIN_LIBRARY)
CMake Error at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message):
  Failed to find XercesC (missing: XercesC_LIBRARY) (found version "3.2.3")
Call Stack (most recent call first):
/usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:458 (_FPHSA_FAILURE_MESSAGE)   /usr/share/cmake-3.18/Modules/FindXercesC.cmake:103 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:325 (find_package)


-- Configuring incomplete, errors occurred!

Greetings, Harald




Back to the top