Skip to content

Instantly share code, notes, and snippets.

View anthonycl's full-sized avatar

Anthony anthonycl

  • Internet Capita, LLC
View GitHub Profile
@anthonycl
anthonycl / config.log
Created August 7, 2012 23:04
Error on 10.8, MAMP PRO, XCode 4.5 with "brew install php53 --with-mssql"
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:1897: checking for Cygwin environment
configure:1913: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/zlib/1.2.7/include -I/usr/local/Cellar/libxml2/2.8.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c 1>&5
configure:1909:8: error: use of undeclared identifier '__CYGWIN32__'
return __CYGWIN__;
^
configure:1907:20: note: expanded from macro '__CYGWIN__'
#define __CYGWIN__ __CYGWIN32__