configure:cannot guess build type; you must specify one

换了msys2后。编译xerces-c-2.8.0。./runConfigure -pmingw-msys -cgcc -xg++ -s -P/opt/xercesc-2.8.0 后遇到如标题所看到的问题。详下:

checking for unistd.h... yes

checking for XMLByte... no

checking build system type... ./config.guess: unable to guess system type

This script, last modified 2002-07-09, has failed to recognize

the operating system you are using. It is advised that you

download the most up to date version of the config scripts from

ftp://ftp.gnu.org/pub/gnu/config/

If the version you run (./config.guess) is already up to date, please

send the following data and any information you think might be

pertinent to <[email protected]> in order to provide the needed

information to handle your system.

config.guess timestamp = 2002-07-09

uname -m = x86_64

uname -r = 2.0.0(0.280/5/3)

uname -s = MINGW64_NT-6.1

uname -v = 2014-11-06 20:34

/usr/bin/uname -p = unknown

/bin/uname -X     =

hostinfo               =

/bin/universe          =

/usr/bin/arch -k       =

/bin/arch              = x86_64

/usr/bin/oslevel       =

/usr/convex/getsysinfo =

UNAME_MACHINE = x86_64

UNAME_RELEASE = 2.0.0(0.280/5/3)

UNAME_SYSTEM  = MINGW64_NT-6.1

UNAME_VERSION = 2014-11-06 20:34

configure: error: cannot guess build type; you must specify one

google也说是config.guess比較旧。msys环境编译没有问题,去mingw-w64的svn上拉了个config.guess下来替换掉后问题解决:

checking for stdint.h... yes

checking for unistd.h... yes

checking for XMLByte... no

checking build system type... x86_64-pc-mingw32

checking host system type... x86_64-pc-mingw32

configure: creating ./config.status

config.status: creating Makefile

时间: 2024-12-17 01:30:43

configure:cannot guess build type; you must specify one的相关文章

android-gradle-深入浅出-五:build type

默认情况下,Android插件自动为项目构建一个debug和一个release版本的应用.这两个版本的不同主要体现在在非开发机上的调试功能以及APK的签名方式.debug版本使用一个用公开的name/password创建的key来签名(这样构建的时候就不需要提示输入密码了).release版本在构建的时候不会进行签名,而是稍后在做. 这个可以使用gradle中的BuildType对象来进行配置.默认情况下,2个BuildType的实例会被创建,一个debug,一个release.Android插

编译php提示configure: error: GD build test failed错误

在编译完gd库等相应文件后,编译php文件的过程中提示一下错误; configure: error: GD build test failed. Please check the config.log for details. 解决方法: 把php的编译参数: --with-gd 修改为: --with-gd=/usr/local/gd/ 再次对php进行编译  ./configure ...

linux下编译qt5.6.0静态库——configure配置

 随笔 - 116  文章 - 4  评论 - 7 linux下编译qt5.6.0静态库--configure配置 linux下编译qt5.6.0静态库 linux下编译qt5.6.0静态库 configure生成makefile 安装选项 Configure选项 第三方库: 附加选项: QNX/Blackberry选项: Android 选项: 生成makefile 遇到链接检查失败的情况 生成makefile后进行编译 编译时的错误 多重定义'QT_MODBUS()'和'QT_MODBU

LAB - CCNA Configure Per-Interface Inter-VLAN Routng

Topology Addressing Table Device Interface IP address Subnet Mask Dfault Gateway R1 G0/0 192.168.20.1 255.255.255.0 N/A   G0/1 192.168.10.1 255.255.255.0 N/A S1 VLAN010 192.168.10.11 255.255.255.0 192.168.10.1 S2 VLAN10 192.168.10.12 255.255.255.0 19

MTK build.prop文件详情解析

/system/build.prop 是一个属性文件,在Android系统中.prop文件很重要,记录了系统的设置和改变,类似於/etc中的文件.这个文件是如何生成的呢? build/tools/buildinfo.sh 脚本就是专门用于生成build.prop文件 build/core/Makefile中使用build/tools/buildinfo.sh 脚本生成build.prop文件, 并把系统默认的system.prop以及定制的system.prop中的设定追加到build.prop

4.1、Android Stuido配置你的Build Variant

每个版本的build variant代表了你可以构建的每一个版本.虽然你未直接配置build variants,你可以通过配置build type和product flavor. 比如,一个demo的product flavor可以声明不同的特性和设备需求,比如自定义源码,资源和最小的API.但是debug的build type却有不同构建和打包设置,比如调试选项和签名文件. 配置Build Types 你可以在模块的build.gradle文件里的android{}区块中来创建和配置构建类型.

linux下编译qt5.6.0——configure配置

linux下编译qt5.6.0 首先下载源码包qt-everywhere-opensource-src-5.6.0.7z 然后解压 7z x -o/home/o/qt-src/qt-opensource-src-5.6.0 qt-everywhere-opensource-src-5.6.0.7z cd /home/o/qt-src/qt-opensource-src-5.6.0 我这里解压到/home/o/qt-src/qt-opensource-src-5.6.0中,解压后进入这个目录. c

构建 build variants 构建变体

官方文档 配置构建变体 Configure build variants 此页面以配置构建概览[Configure your build overview]为基础,向您介绍如何配置构建变体,以便从同一个项目中创建应用的不同版本,以及如何正确地管理依赖项并签署配置[ properly manage your dependencies and signing configurations]. 每个构建变体都代表您可以为应用构建的一个不同版本.例如,您可能希望构建应用的免费版本(只提供有限的内容)和付

Tensorflow Windows Build with GPU Support

Step-by-step Windows build 虽然Research一直在用Caffe,而且用的飞起,但还是很关注tensorflow社区的事情,最近发现TF有windows版本的了,就自己试了试. 步骤:https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/cmake Pre-requisites: Microsoft Windows 10 Microsoft Visual Studio Enter