Make wxWidgets compilation less verbose (in order to honor the max logs limit) and temporarily suspend Build.PL

This commit is contained in:
Alessandro Ranellucci 2018-11-07 17:54:38 +01:00
parent c9ce5bf3ae
commit fa31265bff

View File

@ -6,7 +6,7 @@ brew install boost perl cpanminus
export SLIC3R_STATIC=1
export BOOST_DIR=/usr/local
perl ./Build.PL
#perl ./Build.PL
# Only recompile Wx if it's not already there
if !(perl -MWx -e1 2> /dev/null); then
@ -15,7 +15,7 @@ if !(perl -MWx -e1 2> /dev/null); then
CXX="clang++ -mmacosx-version-min=10.12" \
CPPFLAGS="-mmacosx-version-min=10.12 -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=1" \
LDFLAGS="-mmacosx-version-min=10.12" \
cpanm --local-lib local-lib Alien::wxWidgets -v --reinstall \
cpanm --local-lib local-lib Alien::wxWidgets --reinstall \
--configure-args="--wxWidgets-build=1 --wxWidgets-extraflags=\"--with-macosx-version-min=10.12 --disable-qtkit --disable-mediactrl --disable-webkit --disable-webview\" --wxWidgets-userpatch=$(pwd)/package/osx/patch-wxwidgets.diff"
PERL_USE_UNSAFE_INC=1 cpanm --local-lib local-lib --reinstall -v https://github.com/alranel/wxPerl-osx10.12/tarball/master