Changes between Initial Version and Version 1 of Ticket #52632, comment 21


Ignore:
Timestamp:
Mar 9, 2018, 12:02:51 AM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52632, comment 21

    initial v1  
    11When I build inkscape like this it does not crash.
    22
     3{{{
    34#!/bin/bash
    45
     
    2930
    3031make 2>&1 | tee build-make.log
     32}}}
    3133
    3234using otool -L on the MacPorts build image and my build I see two differences:
     
    3436These two libs are used for the MacPorts built image.
    3537
    36 +       /opt/local/lib/libjpeg.9.dylib (compatibility version 12.0.0, current version 12.0.0)
    37 +       /opt/local/lib/libpotrace.0.dylib (compatibility version 1.0.0, current version 1.3.0)
     38*       /opt/local/lib/libjpeg.9.dylib (compatibility version 12.0.0, current version 12.0.0)
     39*       /opt/local/lib/libpotrace.0.dylib (compatibility version 1.0.0, current version 1.3.0)
    3840