Changes between Initial Version and Version 1 of Ticket #43937
- Timestamp:
- Jun 7, 2014, 8:06:49 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43937 – Description
initial v1 1 1 Compilation fails on Mavericks with Xcode 5.1.1 with errors like the following. 2 2 3 {{{ 3 4 :info:build error: garbage collection is no longer supported 5 }}} 4 6 5 7 Presumably, the culprit is the setting of GCC_ENABLE_OBJC_GC = required in GitX.xcodeproj/project.pbxproj? Removing these lines leaves the following errors, though. 6 8 9 {{{ 7 10 :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_GitX/GitX/work/gitx-0.7.1/PBGitRevList.mm:16:10: fatal error: 'ext/stdio_filebuf.h' file not found 8 11 :info:build #include <ext/stdio_filebuf.h> 9 12 :info:build ^ 10 13 :info:build 1 error generated. 14 }}}