Skip to content

disable shell.cpp for IOS#551

Open
xinitrcn1 wants to merge 1 commit intoboostorg:developfrom
xinitrcn1:patch-1
Open

disable shell.cpp for IOS#551
xinitrcn1 wants to merge 1 commit intoboostorg:developfrom
xinitrcn1:patch-1

Conversation

@xinitrcn1
Copy link
Copy Markdown

causes build issues otherwise

@klemens-morgenstern
Copy link
Copy Markdown
Collaborator

A bit more information would be appreciated. What are the build issues?

@xinitrcn1
Copy link
Copy Markdown
Author

A bit more information would be appreciated. What are the build issues?

CompileC /Users/chris/Documents/eden/build/build/boost_process.build/Debug-iphoneos/Objects-normal/arm64/shell.o /Users/chris/Documents/eden/.cache/cpm/boost/1.90.0/libs/process/src/shell.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'boost_process' from project 'yuzu')

CompileC /Users/chris/Documents/eden/build/build/boost_process.build/Debug-iphoneos/Objects-normal/arm64/shell.o /Users/chris/Documents/eden/.cache/cpm/boost/1.90.0/libs/process/src/shell.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'boost_process' from project 'yuzu')
    cd /Users/chris/Documents/eden
    
    Using response file: /Users/chris/Documents/eden/build/build/boost_process.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
    
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/fx/95rqmhvd2vv3jxsdmdr59n1h0000gn/C/com.apple.DeveloperTools/26.2-17C52/Xcode/SDKStatCaches.noindex/iphoneos26.2-23C53-3794476bd08197c3e2abd9bb477ef7f7.sdkstatcache -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -Wno-conversion -Wno-implicit-fallthrough @/Users/chris/Documents/eden/build/build/boost_process.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/chris/Documents/eden/build/build/boost_process.build/Debug-iphoneos/Objects-normal/arm64/shell.d --serialize-diagnostics /Users/chris/Documents/eden/build/build/boost_process.build/Debug-iphoneos/Objects-normal/arm64/shell.dia -c /Users/chris/Documents/eden/.cache/cpm/boost/1.90.0/libs/process/src/shell.cpp -o /Users/chris/Documents/eden/build/build/boost_process.build/Debug-iphoneos/Objects-normal/arm64/shell.o
/Users/chris/Documents/eden/.cache/cpm/boost/1.90.0/libs/process/src/shell.cpp:47:14: error: 
      use of undeclared identifier 'WRDE_BADCHAR'
   47 |         case WRDE_BADCHAR:
      |              ^
/Users/chris/Documents/eden/.cache/cpm/boost/1.90.0/libs/process/src/shell.cpp:49:14: error: 
      use of undeclared identifier 'WRDE_BADVAL'
   49 |         case WRDE_BADVAL:
      |              ^
/Users/chris/Documents/eden/.cache/cpm/boost/1.90.0/libs/process/src/shell.cpp:51:14: error: 
      use of undeclared identifier 'WRDE_CMDSUB'
   51 |         case WRDE_CMDSUB:
      |              ^
/Users/chris/Documents/eden/.cache/cpm/boost/1.90.0/libs/process/src/shell.cpp:53:14: error: 
      use of undeclared identifier 'WRDE_NOSPACE'
   53 |         case WRDE_NOSPACE:
      |              ^
/Users/chris/Documents/eden/.cache/cpm/boost/1.90.0/libs/process/src/shell.cpp:55:14: error: 
      use of undeclared identifier 'WRDE_SYNTAX'
   55 |         case WRDE_SYNTAX:
      |              ^
5 errors generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants