.$ sudo make install 当涉及到$cmake ..时,它返回: -- Could NOT find GLib2_glib (missing: GLIB2_GLIB_LIBRARYGLIB2_GLIB_INCLUDE_DIR GLIB2_GLIBCONFIG_INCLUDE_DIR)
CMake Error at /usr/share/cmake-3.16/Modules/FindPac
我尝试使用JUCE框架构建一个cpp程序,得到以下错误 make: *** No rule to make target '/usr/include/glib-2.0/glib/gurifuncs.h我在确切的位置有glib-2.0,但是没有名为gurifuncs.h的文件,只有guri.h,我想这是gurifuncs.h的新版本。这是正确的吗?我在manjaro Mikah上安装了最新更新,日志文件中glib的最新更新是v2.64.4-1。 我不能降级g
我尝试从源代码编译glib。但是一个I/O错误阻止了我。make[2]: Entering directory `/usr/src/gtk3/glib-2.36.0/docs'make[3]: Enteringdirectory `/usr/src/gtk3/glib-2.36.0/docs/reference'
Making all in gl
/configure期间给了我一个错误pkg-config and "glib-2.0 >= 2.16" notfound, please set GLIB_CFLAGS and GLIB_LIBS
to the correct values or pass --with-internal-glib to configure好的,pkg-config和glib-2.0丢失了。&
1.11... found 1.11.1testing libtoolize... found 2.2.6btesting glib-gettextize... not found.***Error***: You must have glib-gettext >= 2.2.0 installedfro