Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't complie on OS 10.10 conversion to ARC seems necessary #11

Open
telephon opened this issue Dec 25, 2014 · 1 comment
Open

Doesn't complie on OS 10.10 conversion to ARC seems necessary #11

telephon opened this issue Dec 25, 2014 · 1 comment

Comments

@telephon
Copy link

Trying to build according to instructions, I got the following:

Garbage Collection no longer supported
CompileC /Users/wanninger/Library/Developer/Xcode/DerivedData/Leonhard-gpyymcriphjihccuddmvaarzwigb/Build/Intermediates/Leonhard.build/Debug/Leonhard.build/Objects-normal/x86_64/main.o main.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Volumes/data/git/Leonhard
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-gc-only -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-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-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.10 -g -fvisibility=hidden -Wno-sign-conversion -I/Users/wanninger/Library/Developer/Xcode/DerivedData/Leonhard-gpyymcriphjihccuddmvaarzwigb/Build/Intermediates/Leonhard.build/Debug/Leonhard.build/Leonhard.hmap -I/Users/wanninger/Library/Developer/Xcode/DerivedData/Leonhard-gpyymcriphjihccuddmvaarzwigb/Build/Products/Debug/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/wanninger/Library/Developer/Xcode/DerivedData/Leonhard-gpyymcriphjihccuddmvaarzwigb/Build/Intermediates/Leonhard.build/Debug/Leonhard.build/DerivedSources/x86_64 -I/Users/wanninger/Library/Developer/Xcode/DerivedData/Leonhard-gpyymcriphjihccuddmvaarzwigb/Build/Intermediates/Leonhard.build/Debug/Leonhard.build/DerivedSources -F/Users/wanninger/Library/Developer/Xcode/DerivedData/Leonhard-gpyymcriphjihccuddmvaarzwigb/Build/Products/Debug -F/Volumes/data/git/Leonhard/build/Debug -F/Volumes/data/git/Leonhard -MMD -MT dependencies -MF /Users/wanninger/Library/Developer/Xcode/DerivedData/Leonhard-gpyymcriphjihccuddmvaarzwigb/Build/Intermediates/Leonhard.build/Debug/Leonhard.build/Objects-normal/x86_64/main.d --serialize-diagnostics /Users/wanninger/Library/Developer/Xcode/DerivedData/Leonhard-gpyymcriphjihccuddmvaarzwigb/Build/Intermediates/Leonhard.build/Debug/Leonhard.build/Objects-normal/x86_64/main.dia -c /Volumes/data/git/Leonhard/main.m -o /Users/wanninger/Library/Developer/Xcode/DerivedData/Leonhard-gpyymcriphjihccuddmvaarzwigb/Build/Intermediates/Leonhard.build/Debug/Leonhard.build/Objects-normal/x86_64/main.o

error: garbage collection is no longer supported


@cellarweasel
Copy link

Automatic conversion to ARC also fails. I'm on Mac OS 10.13 High Sierra, so this appears to be a dead in the water project until it's rewritten to not use garbage collection. :(

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

No branches or pull requests

2 participants