configure: error: library 'xslt' is required for XSLT support 解决方法: yum install libxslt libxslt-devel 【问题10】: configure: error: Tcl shell not found 解决方法: yum install tcl tcl-devel 【问题11】: checking for ldap.h... no configure: error: header file is required for LDAP 解决方...
我没去理会它,继续下一步:./configure 结果出现了configure:error:jimtcl not found... jimtcl目录下是空的。 解决 在readme文档中,我看到了: You can download the current GIT version with a GIT client of your choice from the main repository: git://git.code.sf.net/p/openocd/code You may pre...
configure: using shared libraries checking for tclConfig.sh... not found configure: WARNING: Could not find Tcl which is needed for some tests checking whether ln -s works... yes checking for ranlib... ranlib checking for a BSD-compatible install... install checking for ar... ar checking ...
[AC_MSG_ERROR([ICU library not found If you have ICU already installed, see config.log for details on the failure. It is possible the compiler isn't looking in the proper directory. Use --without-icu to disable ICU support.])]) ...
AC_MSG_ERROR([${with_wasi_sdk} directory doesn't exist]) fi AC_MSG_RESULT([${with_wasi_sdk}: using wasi-sdk clang, disabling: tcl, CLI shell, DLL]) use_wasi_sdk=yes else use_wasi_sdk=no fi ]) if test "${use_wasi_sdk}" = "no" ; then HAVE_WASI_SDK="" ...
I've created a PR for the problems with GCC-12 that I found. It is a draft for now for two reasons: I'm not entirely happy with some code duplication in the _ctypes changes There's no news entry yet UPDATE: Said PR is now ready for review. ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
The result was a number of error messages from cc1, which is part of the gcc compiler suite. Those error messages seem to say that cc1 does not understand the options gcc is giving it. This should not happen: gcc and cc1 should both be parts of the same compiler package...
configure:2633: checking for a sed that does not truncate output configure:2697: result: /usr/bin/sed configure:2706: checking for gawk configure:2722: found /usr/bin/gawk configure:2733: result: gawk configure:3227: checking for libatomic support ...
AC_MSG_ERROR([LTO support is not enabled for this target.]) fi ;; esac fi # Among non-ELF, only Windows platforms support the lto-plugin so far. # Build it unless LTO was explicitly disabled. case $target in *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;; ...