ryanmaxwell / UncrustifyX

Uncrustify utility and documentation browser for Mac OS X
Other
586 stars 44 forks source link

UncrustifyX won't build. #13

Closed ilanbrnd closed 10 years ago

ilanbrnd commented 10 years ago

I've found UncrustifyX a very useful tool and I'd like to contribute to its development. However, doing a basic recursive git clone to get the submodules checked out there seem to be a lot of errors that are preventing the app from building, a lot of them related to ARC. Would it be possible for the authors of the application to release a new build against updated libraries?

ryanmaxwell commented 10 years ago

Garbage Collection is used by the Fragaria syntax-coloring submodule, which is no longer supported by LLVM 5.1. I'll look into if we can keep it around, or else we may have to create an ARC fork of the Fragaria project.

JanX2 commented 10 years ago

There is a Fragaria fork using ARC… https://github.com/TheRealKerni/Fragaria

Well, actually there are three, but this one appears to be the farsest along.

ryanmaxwell commented 10 years ago

updated project dependencies to build under latest xcode.