Changes between Initial Version and Version 1 of Ticket #43937


Ignore:
Timestamp:
Jun 7, 2014, 8:06:49 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Yes, there has been talk of offering a newer GitX fork instead (see #42957), since the original GitX seems not to have been updated in awhile by its developers.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43937 – Description

    initial v1  
    11Compilation fails on Mavericks with Xcode 5.1.1 with errors like the following.
    22
     3{{{
    34:info:build error: garbage collection is no longer supported
     5}}}
    46
    57Presumably, the culprit is the setting of GCC_ENABLE_OBJC_GC = required in GitX.xcodeproj/project.pbxproj? Removing these lines leaves the following errors, though.
    68
     9{{{
    710: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
    811:info:build #include <ext/stdio_filebuf.h>
    912:info:build          ^
    1013:info:build 1 error generated.
     14}}}