#43937: GitX fails to build due to compiler option with Xcode 5.1.1 -------------------------+-------------------------------- Reporter: eirrgang@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.0 Resolution: | Keywords: Port: GitX | -------------------------+-------------------------------- Old description:
Compilation fails on Mavericks with Xcode 5.1.1 with errors like the following.
:info:build error: garbage collection is no longer supported
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.
: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 :info:build #include <ext/stdio_filebuf.h> :info:build ^ :info:build 1 error generated.
New description: Compilation fails on Mavericks with Xcode 5.1.1 with errors like the following. {{{ :info:build error: garbage collection is no longer supported }}} 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. {{{ :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 :info:build #include <ext/stdio_filebuf.h> :info:build ^ :info:build 1 error generated. }}} -- Comment (by ryandesign@…): 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. -- Ticket URL: <https://trac.macports.org/ticket/43937#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X