Skip to content

Instantly share code, notes, and snippets.

@lilyball
Created March 26, 2014 17:28
Show Gist options
  • Save lilyball/9788707 to your computer and use it in GitHub Desktop.
Save lilyball/9788707 to your computer and use it in GitHub Desktop.
> xcodebuild install
=== BUILD TARGET fish_shell OF PROJECT fish WITH THE DEFAULT CONFIGURATION (Release) ===
Check dependencies
Write auxiliary files
/bin/mkdir -p /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build
write-file /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish.hmap
write-file /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-own-target-headers.hmap
/bin/mkdir -p /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64
write-file /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/fish.LinkFileList
write-file /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-all-target-headers.hmap
write-file /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-generated-files.hmap
write-file /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-project-headers.hmap
SymLink build/Release/fish /tmp/fish.dst/usr/local/bin/fish
cd /Users/kevin/Dev/fish-shell
/bin/ln -sf /tmp/fish.dst/usr/local/bin/fish /Users/kevin/Dev/fish-shell/build/Release/fish
CompileC build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/autoload.o autoload.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/kevin/Dev/fish-shell
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=117 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -Wno-trigraphs -fno-exceptions -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -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 -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DLOCALEDIR=\"/usr/local/share/locale\" -DPREFIX=L\"/usr/local\" -DDATADIR=L\"/usr/local/share\" -DSYSCONFDIR=L\"/usr/local/etc\" -DBINDIR=L\"/usr/local/bin\" -DDOCDIR=L\"/usr/local/share/doc\" -DFISH_BUILD_VERSION=\"2.1.0\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.6 -g -fvisibility=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -iquote /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-generated-files.hmap -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-own-target-headers.hmap -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-all-target-headers.hmap -iquote /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-project-headers.hmap -iquoteosx -I/Users/kevin/Dev/fish-shell/build/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/DerivedSources/x86_64 -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/DerivedSources -Wall -F/Users/kevin/Dev/fish-shell/build/Release -MMD -MT dependencies -MF /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/autoload.d --serialize-diagnostics /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/autoload.dia -c /Users/kevin/Dev/fish-shell/autoload.cpp -o /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/autoload.o
In file included from /Users/kevin/Dev/fish-shell/autoload.cpp:12:
In file included from /Users/kevin/Dev/fish-shell/exec.h:14:
In file included from /Users/kevin/Dev/fish-shell/proc.h:23:
In file included from /Users/kevin/Dev/fish-shell/parse_tree.h:15:
/Users/kevin/Dev/fish-shell/parse_constants.h:97:3: error: redefinition of '__packed' with a different type:
'enum parse_keyword_t' vs 'enum parse_token_type_t'
} __packed;
^
/Users/kevin/Dev/fish-shell/parse_constants.h:74:3: note: previous definition is here
} __packed;
^
1 error generated.
CompileC build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/builtin_test.o builtin_test.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/kevin/Dev/fish-shell
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=117 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -Wno-trigraphs -fno-exceptions -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -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 -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DLOCALEDIR=\"/usr/local/share/locale\" -DPREFIX=L\"/usr/local\" -DDATADIR=L\"/usr/local/share\" -DSYSCONFDIR=L\"/usr/local/etc\" -DBINDIR=L\"/usr/local/bin\" -DDOCDIR=L\"/usr/local/share/doc\" -DFISH_BUILD_VERSION=\"2.1.0\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.6 -g -fvisibility=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -iquote /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-generated-files.hmap -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-own-target-headers.hmap -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-all-target-headers.hmap -iquote /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-project-headers.hmap -iquoteosx -I/Users/kevin/Dev/fish-shell/build/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/DerivedSources/x86_64 -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/DerivedSources -Wall -F/Users/kevin/Dev/fish-shell/build/Release -MMD -MT dependencies -MF /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/builtin_test.d --serialize-diagnostics /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/builtin_test.dia -c /Users/kevin/Dev/fish-shell/builtin_test.cpp -o /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/builtin_test.o
In file included from /Users/kevin/Dev/fish-shell/builtin_test.cpp:12:
In file included from /Users/kevin/Dev/fish-shell/proc.h:23:
In file included from /Users/kevin/Dev/fish-shell/parse_tree.h:15:
/Users/kevin/Dev/fish-shell/parse_constants.h:97:3: error: redefinition of '__packed' with a different type:
'enum parse_keyword_t' vs 'enum parse_token_type_t'
} __packed;
^
/Users/kevin/Dev/fish-shell/parse_constants.h:74:3: note: previous definition is here
} __packed;
^
1 error generated.
CompileC build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/color.o color.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/kevin/Dev/fish-shell
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=117 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -Wno-trigraphs -fno-exceptions -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -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 -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DLOCALEDIR=\"/usr/local/share/locale\" -DPREFIX=L\"/usr/local\" -DDATADIR=L\"/usr/local/share\" -DSYSCONFDIR=L\"/usr/local/etc\" -DBINDIR=L\"/usr/local/bin\" -DDOCDIR=L\"/usr/local/share/doc\" -DFISH_BUILD_VERSION=\"2.1.0\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.6 -g -fvisibility=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -iquote /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-generated-files.hmap -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-own-target-headers.hmap -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-all-target-headers.hmap -iquote /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-project-headers.hmap -iquoteosx -I/Users/kevin/Dev/fish-shell/build/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/DerivedSources/x86_64 -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/DerivedSources -Wall -F/Users/kevin/Dev/fish-shell/build/Release -MMD -MT dependencies -MF /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/color.d --serialize-diagnostics /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/color.dia -c /Users/kevin/Dev/fish-shell/color.cpp -o /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/color.o
CompileC build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/common.o common.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/kevin/Dev/fish-shell
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=117 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -Wno-trigraphs -fno-exceptions -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -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 -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DLOCALEDIR=\"/usr/local/share/locale\" -DPREFIX=L\"/usr/local\" -DDATADIR=L\"/usr/local/share\" -DSYSCONFDIR=L\"/usr/local/etc\" -DBINDIR=L\"/usr/local/bin\" -DDOCDIR=L\"/usr/local/share/doc\" -DFISH_BUILD_VERSION=\"2.1.0\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.6 -g -fvisibility=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -iquote /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-generated-files.hmap -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-own-target-headers.hmap -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-all-target-headers.hmap -iquote /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-project-headers.hmap -iquoteosx -I/Users/kevin/Dev/fish-shell/build/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/DerivedSources/x86_64 -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/DerivedSources -Wall -F/Users/kevin/Dev/fish-shell/build/Release -MMD -MT dependencies -MF /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/common.d --serialize-diagnostics /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/common.dia -c /Users/kevin/Dev/fish-shell/common.cpp -o /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/common.o
In file included from /Users/kevin/Dev/fish-shell/common.cpp:67:
In file included from /Users/kevin/Dev/fish-shell/proc.h:23:
In file included from /Users/kevin/Dev/fish-shell/parse_tree.h:15:
/Users/kevin/Dev/fish-shell/parse_constants.h:97:3: error: redefinition of '__packed' with a different type:
'enum parse_keyword_t' vs 'enum parse_token_type_t'
} __packed;
^
/Users/kevin/Dev/fish-shell/parse_constants.h:74:3: note: previous definition is here
} __packed;
^
1 error generated.
CompileC build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/event.o event.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/kevin/Dev/fish-shell
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=117 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -Wno-trigraphs -fno-exceptions -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -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 -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DLOCALEDIR=\"/usr/local/share/locale\" -DPREFIX=L\"/usr/local\" -DDATADIR=L\"/usr/local/share\" -DSYSCONFDIR=L\"/usr/local/etc\" -DBINDIR=L\"/usr/local/bin\" -DDOCDIR=L\"/usr/local/share/doc\" -DFISH_BUILD_VERSION=\"2.1.0\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.6 -g -fvisibility=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -iquote /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-generated-files.hmap -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-own-target-headers.hmap -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-all-target-headers.hmap -iquote /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-project-headers.hmap -iquoteosx -I/Users/kevin/Dev/fish-shell/build/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/DerivedSources/x86_64 -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/DerivedSources -Wall -F/Users/kevin/Dev/fish-shell/build/Release -MMD -MT dependencies -MF /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/event.d --serialize-diagnostics /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/event.dia -c /Users/kevin/Dev/fish-shell/event.cpp -o /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/event.o
In file included from /Users/kevin/Dev/fish-shell/event.cpp:23:
In file included from /Users/kevin/Dev/fish-shell/proc.h:23:
In file included from /Users/kevin/Dev/fish-shell/parse_tree.h:15:
/Users/kevin/Dev/fish-shell/parse_constants.h:97:3: error: redefinition of '__packed' with a different type:
'enum parse_keyword_t' vs 'enum parse_token_type_t'
} __packed;
^
/Users/kevin/Dev/fish-shell/parse_constants.h:74:3: note: previous definition is here
} __packed;
^
1 error generated.
CompileC build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/input_common.o input_common.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/kevin/Dev/fish-shell
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=117 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -Wno-trigraphs -fno-exceptions -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -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 -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DLOCALEDIR=\"/usr/local/share/locale\" -DPREFIX=L\"/usr/local\" -DDATADIR=L\"/usr/local/share\" -DSYSCONFDIR=L\"/usr/local/etc\" -DBINDIR=L\"/usr/local/bin\" -DDOCDIR=L\"/usr/local/share/doc\" -DFISH_BUILD_VERSION=\"2.1.0\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.6 -g -fvisibility=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -iquote /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-generated-files.hmap -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-own-target-headers.hmap -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-all-target-headers.hmap -iquote /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-project-headers.hmap -iquoteosx -I/Users/kevin/Dev/fish-shell/build/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/DerivedSources/x86_64 -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/DerivedSources -Wall -F/Users/kevin/Dev/fish-shell/build/Release -MMD -MT dependencies -MF /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/input_common.d --serialize-diagnostics /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/input_common.dia -c /Users/kevin/Dev/fish-shell/input_common.cpp -o /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/input_common.o
CompileC build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/iothread.o iothread.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/kevin/Dev/fish-shell
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=117 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -Wno-trigraphs -fno-exceptions -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -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 -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DLOCALEDIR=\"/usr/local/share/locale\" -DPREFIX=L\"/usr/local\" -DDATADIR=L\"/usr/local/share\" -DSYSCONFDIR=L\"/usr/local/etc\" -DBINDIR=L\"/usr/local/bin\" -DDOCDIR=L\"/usr/local/share/doc\" -DFISH_BUILD_VERSION=\"2.1.0\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.6 -g -fvisibility=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -iquote /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-generated-files.hmap -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-own-target-headers.hmap -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-all-target-headers.hmap -iquote /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-project-headers.hmap -iquoteosx -I/Users/kevin/Dev/fish-shell/build/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/DerivedSources/x86_64 -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/DerivedSources -Wall -F/Users/kevin/Dev/fish-shell/build/Release -MMD -MT dependencies -MF /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/iothread.d --serialize-diagnostics /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/iothread.dia -c /Users/kevin/Dev/fish-shell/iothread.cpp -o /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/iothread.o
CompileC build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/io.o io.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/kevin/Dev/fish-shell
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=117 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -Wno-trigraphs -fno-exceptions -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -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 -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DLOCALEDIR=\"/usr/local/share/locale\" -DPREFIX=L\"/usr/local\" -DDATADIR=L\"/usr/local/share\" -DSYSCONFDIR=L\"/usr/local/etc\" -DBINDIR=L\"/usr/local/bin\" -DDOCDIR=L\"/usr/local/share/doc\" -DFISH_BUILD_VERSION=\"2.1.0\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.6 -g -fvisibility=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -iquote /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-generated-files.hmap -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-own-target-headers.hmap -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-all-target-headers.hmap -iquote /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/fish-project-headers.hmap -iquoteosx -I/Users/kevin/Dev/fish-shell/build/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/DerivedSources/x86_64 -I/Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/DerivedSources -Wall -F/Users/kevin/Dev/fish-shell/build/Release -MMD -MT dependencies -MF /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/io.d --serialize-diagnostics /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/io.dia -c /Users/kevin/Dev/fish-shell/io.cpp -o /Users/kevin/Dev/fish-shell/build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/io.o
In file included from /Users/kevin/Dev/fish-shell/io.cpp:41:
In file included from /Users/kevin/Dev/fish-shell/exec.h:14:
In file included from /Users/kevin/Dev/fish-shell/proc.h:23:
In file included from /Users/kevin/Dev/fish-shell/parse_tree.h:15:
/Users/kevin/Dev/fish-shell/parse_constants.h:97:3: error: redefinition of '__packed' with a different type:
'enum parse_keyword_t' vs 'enum parse_token_type_t'
} __packed;
^
/Users/kevin/Dev/fish-shell/parse_constants.h:74:3: note: previous definition is here
} __packed;
^
1 error generated.
** INSTALL FAILED **
The following build commands failed:
CompileC build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/autoload.o autoload.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/builtin_test.o builtin_test.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/common.o common.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/event.o event.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/fish.build/Release/fish_shell.build/Objects-normal/x86_64/io.o io.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(5 failures)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment