Changes between Initial Version and Version 1 of Ticket #57473, comment 2
- Timestamp:
- Oct 30, 2018, 7:19:53 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57473, comment 2
initial v1 3 3 I'd be surprised if you can get it to build ppc64, but I'd be very pleased if it worked in the end! 4 4 5 Ke 5 Ken 6 7 Added: 8 9 It 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 11 You 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 {{{ 13 WARNING: Expect ARCH of '-arch ARCH' flag to be exact; got 'ppc64'; ignoring extra. 14 }}}