Changes between Version 1 and Version 2 of Ticket #50656, comment 8


Ignore:
Timestamp:
Oct 4, 2017, 3:02:11 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50656, comment 8

    v1 v2  
    1 Also see [ticket:54949]. I believe the issue is bootstrapping with xcode9. It's probably fixable with some work (see the patches mentioned in that other ticket), or else could be made to work by bootstrapping with something like gcc6.
    2 
    3 For today, if you need it and you don't mind through some hoops, you might try installing gcc6 or gcc7 and building gcc48 using that. `sudo port install gcc7`, then (after editing the highsierra blocker out of the portfile) `sudo port -v install gcc48 configure.compiler=macports-gcc-7`. There is a chance that might '''just work'''.
     1Also see [ticket:54949].