Changes between Initial Version and Version 1 of Ticket #49148, comment 5
- Timestamp:
- Nov 14, 2015, 5:28:24 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49148, comment 5
initial v1 1 1 The problem is that libjpeg-turbo is not compatible with NASM 2.11.08. It will work with older or newer versions (https://github.com/libjpeg-turbo/libjpeg-turbo/blob/master/BUILDING.md). 2 2 3 The solution is to downgrade NASM port to 2.11.06 (instructions: https://trac.macports.org/wiki/howto/InstallingOlderPort):3 The solution is to downgrade NASM port to 2.11.06 (instructions: wiki:howto/InstallingOlderPort): 4 4 5 {{{ 5 6 svn checkout -r 137573 https://svn.macports.org/repository/macports/trunk/dports/lang/nasm 6 7 7 cd nasm/ 8 9 8 sudo port install 9 }}} 10 10 11 11 And now: 12 12 13 {{{ 13 14 sudo port install libjpeg-turbo 14 15 }}}