danoli3 / ofxiOSBoost

iOS Boost Library 1.60.0 (arm64, armv7, i386, x86_64) Pre-compiled and Build Script (libc++ and libstdc++) - Boost iOS
Boost Software License 1.0
274 stars 95 forks source link

Adding full path to macOS's provided sed #44

Closed hrubymar10 closed 7 years ago

hrubymar10 commented 7 years ago

Please consider merging this PR. I am using GNU-sed from homebrew so my sed is symlinked to /usr/local/bin/sed. GNU-sed doesn't work with your script. It gaves you these errors:

Fixing utf8_codecvt_facet.cpp duplicates...
sed: -e expression #1, char 1: unknown command: `.'
sed: -e expression #1, char 1: unknown command: `.'
Fixed utf8_codecvt_facet.cpp duplicates...

and after some other commands...

Performing configuration checks

    - 32-bit                   : no
    - 64-bit                   : no
    - arm                      : yes
    - symlinks supported       : yes
error: Unable to find file or target named
error:     'utf8_codecvt_facet.cpp'
error: referred to from project at
error:     'libs/filesystem/build'

Problem while Building iphone-build stage - Please check /path/to/project/ofxiOSBoost/scripts/build/logs//build-iphone-stage.log