Brent Gulanowski
Brent Gulanowski
Xcode uses clang, not gcc. On 10.13, gcc maps to clang: ``` $gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 9.1.0 (clang-902.0.39.1) Target: x86_64-apple-darwin17.4.0 ```
@ruohki Not sure how that helps me. 😕
The `tolua++` folder in google code comes over to github as `toluapp`, and it is empty. It looks like github believes it is maybe a symbolic link, since the icon...
The PreBuildEvent step that updates the version number based on the number of git commits seems straightforward. I can temporarily disable it and do the work manually. But the PostBuildEvent...
I am hoping to use the code in a Unity project. I think I will copy the source files I need directly into my Unity project, instead of trying to...
This issue is in progress on the feature/Indexing branch.