Opened 10 years ago

Last modified 12 months ago

#43937 assigned defect

GitX fails to build due to compiler option with Xcode 5.1.1 — at Version 1

Reported by: eirrgang@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.0
Keywords: Cc:
Port: GitX

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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.

Change History (1)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

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.

Note: See TracTickets for help on using tickets.