> On Nov 5, 2018, at 09:19 , Christiaan Hofman <cmhof...@gmail.com> wrote:
> 
> Also, the last nightly build was from 25/10, the last time your computer 
> committed a version bump was 2/11, while I made the changes to the project on 
> 31/10. Three different dates, so they don’t seem to be related.

Whatever the reason, it's choking on C++. I'm not sure if Xcode 10 will work on 
El Capitan, so this might be the end of that build machine.

    
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
 -x objective-c++ -arch x86_64 -fmessage-length=161 
-fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 
-fcolor-diagnostics -gmodules -Wno-trigraphs -fpascal-strings -Os 
-Wno-missing-field-initializers -Wno-missing-prototypes 
-Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak 
-Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors 
-Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label 
-Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body 
-Wuninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants 
-Wno-conversion -Wno-constant-conversion -Wno-int-conversion 
-Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wno-shorten-64-to-32 
-Wnewline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector 
-Wno-deprecated-implementations -Wno-c++11-extensions -isysroot 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
 -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations 
-Winvalid-offsetof -mmacosx-version-min=10.6 -g -fvisibility-inlines-hidden 
-Wno-sign-conversion -Wno-infinite-recursion -Wno-move -iquote 
/tmp/obj/FileView.build/Release/FileView.build/FileView-generated-files.hmap 
-I/tmp/obj/FileView.build/Release/FileView.build/FileView-own-target-headers.hmap
 
-I/tmp/obj/FileView.build/Release/FileView.build/FileView-all-target-headers.hmap
 -iquote 
/tmp/obj/FileView.build/Release/FileView.build/FileView-project-headers.hmap 
-I/tmp/sym/Release/include 
-I/tmp/obj/FileView.build/Release/FileView.build/DerivedSources/x86_64 
-I/tmp/obj/FileView.build/Release/FileView.build/DerivedSources 
-F/tmp/sym/Release -include 
/tmp/obj/SharedPrecompiledHeaders/FileView_Prefix-ewbffczggrgiwkccojjhhmbcnytk/FileView_Prefix.pch
 -MMD -MT dependencies -MF 
/tmp/obj/FileView.build/Release/FileView.build/Objects-normal/x86_64/FVCacheFile.d
 --serialize-diagnostics 
/tmp/obj/FileView.build/Release/FileView.build/Objects-normal/x86_64/FVCacheFile.dia
 -c 
/Volumes/Local/Users/amaxwell/build/bibdesk-clean/vendorsrc/amaxwell/FileView/FVCacheFile.mm
 -o 
/tmp/obj/FileView.build/Release/FileView.build/Objects-normal/x86_64/FVCacheFile.o
/Volumes/Local/Users/amaxwell/build/bibdesk-clean/vendorsrc/amaxwell/FileView/FVCacheFile.mm:127:13:
 error: use of undeclared identifier 'std'
            std::string errMsg = std::string("mkstemp failed \"") + tempName + 
"\"";
            ^


_______________________________________________
Bibdesk-develop mailing list
Bibdesk-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-develop

Reply via email to