HVML / PurC

The prime HVML interpreter for C Language.
GNU Lesser General Public License v3.0
1.06k stars 54 forks source link

openeuler environment build error #4

Closed XilongPei closed 2 years ago

XilongPei commented 2 years ago

in openeuler environment build PurC with command:

cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPORT=Linux -B build && cmake --build build && sudo cmake --install build

[xilong-tongji@tongji-openeuler PurC]$ uname -a Linux tongji-openeuler 4.19.90-2012.4.0.0053.oe1.aarch64 #1 SMP Mon Dec 21 14:33:58 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux

-- Using platform-specific CMakeLists: /home/xilong-tongji/PurC/Source/ExtDVObjs/fs/PlatformLinux.cmake
-- Platform-specific CMakeLists not found: /home/xilong-tongji/PurC/Source/ExtDVObjs/math/PlatformLinux.cmake
-- Found Python: /home/xilong-tongji/archiconda3/bin/python3.7 (found version "3.7.1") found components: Interpreter
-- Platform-specific CMakeLists not found: /home/xilong-tongji/PurC/Source/PlatformLinux.cmake
-- Enabled features:
--  ENABLE_API_TESTS ....... ON
--  ENABLE_HIBUS             OFF
--  ENABLE_HTML ............ ON
--  ENABLE_ICU               OFF
--  ENABLE_MQTT ............ ON
--  ENABLE_REMOTE_FETCHER    ON
--  ENABLE_RENDERER_HIBUS .. ON
--  ENABLE_RENDERER_PURCMC   ON
--  ENABLE_RENDERER_THREAD . ON
--  ENABLE_SOCKET_STREAM     OFF
--  ENABLE_SSL ............. ON
--  ENABLE_WEB_SOCKET        ON
--  ENABLE_XGML ............ ON
--  ENABLE_XML               OFF
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GLIB_GIO_LIBRARIES (ADVANCED)
    linked by target "WTF" in directory /home/xilong-tongji/PurC/Source/WTF/wtf
    linked by target "PurC" in directory /home/xilong-tongji/PurC/Source/PurC
GLIB_GMODULE_LIBRARIES (ADVANCED)
    linked by target "PurC" in directory /home/xilong-tongji/PurC/Source/PurC
GLIB_GOBJECT_LIBRARIES (ADVANCED)
    linked by target "WTF" in directory /home/xilong-tongji/PurC/Source/WTF/wtf
    linked by target "PurC" in directory /home/xilong-tongji/PurC/Source/PurC
GLIB_LIBRARIES (ADVANCED)
    linked by target "WTF" in directory /home/xilong-tongji/PurC/Source/WTF/wtf
    linked by target "PurC" in directory /home/xilong-tongji/PurC/Source/PurC
    linked by target "test_utils" in directory /home/xilong-tongji/PurC/Source/test/utils

-- Configuring incomplete, errors occurred!
See also "/home/xilong-tongji/PurC/build/CMakeFiles/CMakeOutput.log".
See also "/home/xilong-tongji/PurC/build/CMakeFiles/CMakeError.log".
VincentWei commented 2 years ago

PurC needs glib 2.44.0 or later.

Please make sure to install glib 2.44.0 or later first.