mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] Failed to build package cmake for target x86_64-p


From: net_seeker_imap
Subject: [Mingw-cross-env-list] Failed to build package cmake for target x86_64-pc-linux-gnu!
Date: Mon, 10 Jun 2019 22:19:52 +0200

...
[download]    SDL-1.2.15.tar.gz
[download]    cmake-3.10.0.tar.gz
[build]       cmake                  x86_64-pc-linux-gnu

Failed to build package cmake for target x86_64-pc-linux-gnu!
------------------------------------------------------------
Makefile:162: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory 
'/opt/mxe/tmp-cmake-x86_64-pc-linux-gnu/cmake-3.10.0.build_'
Makefile:812: recipe for target 'build-only-cmake_x86_64-pc-linux-gnu' failed
make[1]: *** [build-only-cmake_x86_64-pc-linux-gnu] Error 2
make[1]: Leaving directory '/opt/mxe'
real    8m27.481s
user    9m56.162s
sys     1m32.611s
------------------------------------------------------------
[log]      /opt/mxe/log/cmake_x86_64-pc-linux-gnu


I cloned with: git clone https://github.com/mxe/mxe.git
Since there was no more settings.mk in the repo i used the one from my old 
install:

# This is a template of configuration file for MXE. See
# docs/index.html for more extensive documentations.

# This variable controls the number of compilation processes
# within one package ("intra-package parallelism").
#JOBS :=

# This variable controls where intermediate files are created
# this is necessary when compiling inside a virtualbox shared
# directory. Some commands like strip fail in there with Protocol error
# default is the current directory
#MXE_TMP := /tmp

# This variable controls the targets that will build.
#MXE_TARGETS := i686-w64-mingw32.static i686-w64-mingw32.shared 
x86_64-w64-mingw32.static x86_64-w64-mingw32.shared
MXE_TARGETS := i686-w64-mingw32.static i686-w64-mingw32.shared

# This variable controls which plugins are in use.
# See plugins/README.md for further information.
#override MXE_PLUGIN_DIRS += plugins/apps plugins/native

# This variable controls the download mirror for SourceForge,
# when it is used. Enabling the value below means auto.
#SOURCEFORGE_MIRROR := downloads.sourceforge.net

# The three lines below makes `make` build these "local
# packages" instead of all packages.
#LOCAL_PKG_LIST := boost curl file flac lzo pthreads vorbis wxwidgets
#.DEFAULT_GOAL  := local-pkg-list
#local-pkg-list: $(LOCAL_PKG_LIST)

#LOCAL_PKG_LIST := diffutils
#.DEFAULT_GOAL  := local-pkg-list
#local-pkg-list: $(LOCAL_PKG_LIST)

Its use was for laziness defining the targets only :)

Any thoughts on how to solve?

Thanks in advance.
--
net_seeker_imap <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]