Changes between Initial Version and Version 1 of Ticket #44340
- Timestamp:
- Jul 15, 2014, 2:51:41 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44340
- Property Keywords --disable-luajittex removed
- Property Owner changed from macports-tickets@… to dports@…
-
Ticket #44340 – Description
initial v1 1 1 On Mac Mini PowerPC OSX 10.5.8 and xcode314_2809, 2 2 3 {{{ 3 4 sudo port install texlive-bin 5 }}} 4 6 5 7 fails with the message 6 8 9 {{{ 7 10 :info:build configure: error: Sorry, can not preprocess <lj_arch.h> 8 9 11 :info:build === configuring in luajit failed 10 11 12 :info:build make[2]: *** [recurse] Error 1 12 13 }}} 13 14 (full main.log attached) 14 15 … … 23 24 Change line 172 from: 24 25 26 {{{ 25 27 --enable-build-in-source-tree 28 }}} 26 29 27 30 to these two lines as 172 and 173: 28 31 32 {{{ 29 33 --enable-build-in-source-tree \ 30 31 34 --disable-luajittex 35 }}} 32 36 33 37 Save and rerun