Changes between Version 1 and Version 2 of Ticket #41275, comment 6


Ignore:
Timestamp:
Apr 12, 2016, 7:00:45 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41275, comment 6

    v1 v2  
    22
    33Here is the actual content of the scons.args:
     4{{{
    45set scons.args          "PREFIX=\"${prefix}\" PREFIX_DEST=\"${destroot}\" SKIPSTUBS=all SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all APPEND_CCFLAGS=--stdlib=libstdc++ APPEND_LINKFLAGS=--stdlib=libstdc++"
    5 
     6}}}
    67
    78The new error message is:
     9{{{
    810:info:build scons: Building targets ...
    911:info:build i386-mingw32-gcc -o build/release/ExDLL/pluginapi.o -c --stdlib=libstdc++ -Os -Wall -fno-strict-aliasing "-DNSISCALL= __attribute__((__stdcall__))" -ISource/exehead Contrib/ExDLL/pluginapi.c
     
    1315:info:build Command failed: cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_nsis/nsis/work/nsis-2.45-src && scons PREFIX="/opt/local" PREFIX_DEST="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_nsis/nsis/work/destroot" SKIPSTUBS=all SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all APPEND_CCFLAGS=--stdlib=libstdc++ APPEND_LINKFLAGS=--stdlib=libstdc++
    1416:info:build Exit code: 2
     17}}}