Changes between Initial Version and Version 1 of Ticket #57473, comment 2


Ignore:
Timestamp:
Oct 30, 2018, 7:19:53 PM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57473, comment 2

    initial v1  
    33I'd be surprised if you can get it to build ppc64, but I'd be very pleased if it worked in the end!
    44
    5 Ke
     5Ken
     6
     7Added:
     8
     9It looks like the qt4 build system is able to recognize `ppc` but doesn't know what to do with `ppc64`, at least with respect to MacOSX. I imagine it is building the test as  `ppc` instead ("ignoring extra"), but I'm not really sure how it's trying to sort out what to with the `ppc64` flag.
     10
     11You would probably have to dig into the configuration and build files and run some of the configuration test lines manually in there and see what kind of files are coming out to see what it is really doing.
     12{{{
     13WARNING: Expect ARCH of '-arch ARCH' flag to be exact; got 'ppc64'; ignoring extra.
     14}}}