Changes between Initial Version and Version 1 of Ticket #49148, comment 5


Ignore:
Timestamp:
Nov 14, 2015, 5:28:24 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49148, comment 5

    initial v1  
    11The 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).
    22
    3 The solution is to downgrade NASM port to 2.11.06 (instructions: https://trac.macports.org/wiki/howto/InstallingOlderPort):
     3The solution is to downgrade NASM port to 2.11.06 (instructions: wiki:howto/InstallingOlderPort):
    44
     5{{{
    56svn checkout -r 137573 https://svn.macports.org/repository/macports/trunk/dports/lang/nasm
    6 
    77cd nasm/
    8 
    98sudo port install
     9}}}
    1010
    1111And now:
    1212
     13{{{
    1314sudo port install libjpeg-turbo
    14 
     15}}}