eerolanguage / eero

Eero was a fully binary- and header-compatible dialect of Objective-C, implemented with a modified version of the Apple-sponsored LLVM/clang open-source compiler. It featured a streamlined syntax, Python-like indentation, and other features that improve readability and code safety. It was inspired by languages such as Smalltalk, Python, and Ruby.
https://web.archive.org/web/20171101134337/http://eerolanguage.org/
288 stars 7 forks source link

clang: error: language not recognized: 'eero' #43

Closed vjpr closed 10 years ago

vjpr commented 10 years ago

Installed XCode plugin. eero is in /usr/local/eerolanguage

Registered file type.

Added Test.ero file.

Compiled.

clang: error: language not recognized: 'eero'

Eero compiler is visible in Build Settings.

andyarvanitis commented 10 years ago

Can you confirm you have selected the "Eero LLVM compiler" for your project's build and target settings?

vjpr commented 10 years ago

Ah okay fixed. Project > Build Options > Compiler for C/C++/Objective-C > Eero LLVM compiler.

andyarvanitis commented 10 years ago

Great!