Skip to content

Instantly share code, notes, and snippets.

@mingwandroid
mingwandroid / gist:26e28ceaba79d3fa948e
Created November 26, 2014 23:13
MSYS2/MinGW-w64 v8 x86_64 build log
Updating projects from gyp files...
make: Entering directory '/e/m2/repo/mingw-w64-v8/src/v8-3.27.34.6/out'
g++ '-D_CRT_SECURE_NO_DEPRECATE' '-D_CRT_NONSTDC_NO_DEPRECATE' '-DV8_TARGET_ARCH_X64' '-DWIN32' '-DV8_DEPRECATION_WARNINGS' '-DV8_USE_DEFAULT_PLATFORM' '-D_CRT_RAND_S' '-DBUILDING_V8_SHARED' '-DV8_SHARED' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED' -I../. -MMD -MF /e/m2/repo/mingw-w64-v8/src/v8-3.27.34.6/out/Release-x86_64/.deps//e/m2/repo/mingw-w64-v8/src/v8-3.27.34.6/out/Release-x86_64/obj.host/v8_base/src/accessors.o.d.raw -c -o /e/m2/repo/mingw-w64-v8/src/v8-3.27.34.6/out/Release-x86_64/obj.host/v8_base/src/accessors.o ../src/accessors.cc
g++ '-D_CRT_SECURE_NO_DEPRECATE' '-D_CRT_NONSTDC_NO_DEPRECATE' '-DV8_TARGET_ARCH_X64' '-DWIN32' '-DV8_DEPRECATION_WARNINGS' '-DV8_USE_DEFAULT_PLATFORM' '-D_CRT_RAND_S' '-DBUILDING_V8_SHARED' '-DV8_SHARED' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED' -I../. -MMD -MF /e/m2/repo/mingw-w64-v8/src/v8-3.27.34.6/out/Release-x86_64/.deps//e/m2/repo/mingw-w64-v8/s
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.52.20141204. Invocation command line was
$ ./configure --prefix=/mingw32-ncurses --build=i686-w64-mingw32 --with-cxx --without-ada --disable-home-terminfo --enable-database --enable-sp-funcs --enable-term-driver --enable-interop --disable-termcap --with-progs --with-libtool --enable-pc-files --mandir=/mingw32-ncurses/share/man --disable-rpath --enable-colorfgbg --disable-symlinks --enable-widec --without-pthread
## ---------- ##
## Platform. ##
cd /home/Zachary/Sources/ncurses-5.9-20150131/lib
PATH=/mingw32/bin:$PATH libtool --tag=CC --debug --mode=link gcc gcc -O2 --param max-inline-insns-single=1200 -o libncursesw.la ../obj_lo/hardscroll.lo ../obj_lo/hashmap.lo ../obj_lo/lib_addch.lo ../obj_lo/lib_addstr.lo ../obj_lo/lib_beep.lo ../obj_lo/lib_bkgd.lo ../obj_lo/lib_box.lo ../obj_lo/lib_chgat.lo ../obj_lo/lib_clear.lo ../obj_lo/lib_clearok.lo ../obj_lo/lib_clrbot.lo ../obj_lo/lib_clreol.lo ../obj_lo/lib_color.lo ../obj_lo/lib_colorset.lo ../obj_lo/lib_delch.lo ../obj_lo/lib_delwin.lo ../obj_lo/lib_echo.lo ../obj_lo/lib_endwin.lo ../obj_lo/lib_erase.lo ../obj_lo/lib_flash.lo ../obj_lo/lib_gen.lo ../obj_lo/lib_getch.lo ../obj_lo/lib_getstr.lo ../obj_lo/lib_hline.lo ../obj_lo/lib_immedok.lo ../obj_lo/lib_inchstr.lo ../obj_lo/lib_initscr.lo ../obj_lo/lib_insch.lo ../obj_lo/lib_insdel.lo ../obj_lo/lib_insnstr.lo ../obj_lo/lib_instr.lo ../obj_lo/lib_isendwin.lo ../obj_lo/lib_leaveok.lo ../obj_lo/lib_mouse.lo ../obj_lo/lib_move.lo ../obj_lo/lib_mvcur.lo .
#
# This files contains definitions needed to use CGAL in a program.
# DO NOT EDIT THIS. The definitons have been generated by CMake at configuration time.
# This file is loaded by cmake via the command "find_package(CGAL)"
#
# This file correspond to a CGAL installation with "make install", thus the actual location
# must be given by the cmake variable or enviroment variable CGAL_DIR.
set(CGAL_CONFIG_LOADED TRUE)
#
# This files contains definitions needed to use CGAL in a program.
# DO NOT EDIT THIS. The definitons have been generated by CMake at configuration time.
# This file is loaded by cmake via the command "find_package(CGAL)"
#
# This file correspond to a CGAL installation with "make install", thus the actual location
# must be given by the cmake variable or enviroment variable CGAL_DIR.
set(CGAL_CONFIG_LOADED TRUE)
.PHONY: hello/libtest.a.in hello/libtest.a
DTLIB32 = /OUT:$@ /DEF:`echo $@ | $(SED) 's|/lib|/|;s|\.a|.def|'`
SED ?= sed
hello/libtest.a: hello/libtest.a.in
./test.exe $(DTLIB32)
all: hello/libtest.a
@mingwandroid
mingwandroid / try-lldb.patch
Last active December 27, 2015 18:37
MSYS2 MINGW-packages patch to enable lldb for mingw-w64-clang-svn PKGBUILD (untested!)
diff --git a/mingw-w64-clang-svn/PKGBUILD b/mingw-w64-clang-svn/PKGBUILD
index e216054..bdadd55 100644
--- a/mingw-w64-clang-svn/PKGBUILD
+++ b/mingw-w64-clang-svn/PKGBUILD
@@ -20,9 +20,10 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}-svn"
"${MINGW_PACKAGE_PREFIX}-libc++-svn"
"${MINGW_PACKAGE_PREFIX}-lld-svn"
"${MINGW_PACKAGE_PREFIX}-llvm-svn"
+ "${MINGW_PACKAGE_PREFIX}-lldb-svn"
)
From fd11980f9b2d258cfa877b4bddebf81c7dd89eb8 Mon Sep 17 00:00:00 2001
From: Ray Donnelly <mingw.android@gmail.com>
Date: Sat, 16 Jan 2016 16:25:34 +0000
Subject: [PATCH] MSYS2: Fixes for respecting trailing slashes during path
conversion.
Allow '/' at end of path and prefixes in longest_ancestor_length
.. when new 'GIT_RUNNING_ANCESTOR_TEST' environment variable is set.
$ cat test.c
#include "E:/python34/include/python.h"
int DLLMain()
{
PyObject * test = Py_None;
return 0;
}
$ PATH=/mingw64/bin:$PATH gcc -shared -L/e/Python34/libs/ -lpython34 -c test.c -o test.dll
@echo off
REM We can do better later.
if exist C:\msys64 (
set MSYS2=C:\msys64
) else (
set MSYS2=C:\msys32
)
if "%MSYS2%" == "" exit 1