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


Ignore:
Timestamp:
Jun 12, 2020, 1:29:06 AM (4 years ago)
Author:
programmingkidx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60624, comment 5

    initial v1  
    1 I did the change that you wanted. I added "PortGroup           legacysupport 1.0" right below the "PortSystem" text. This did appear to eliminate the posix_memalign problem.
     1{{{
     2I did the change that you wanted. I added "PortGroup legacysupport 1.0" right below the "PortSystem" text.
     3This did appear to eliminate the posix_memalign problem.
    24
    3 The next problem I encountered were with literals that had really large values in the file ImfFastHuf.cpp. This was solved by adding "ULL" to the right side of the literals.
     5The next problem I encountered were with literals that had really large values in the file ImfFastHuf.cpp.
     6This was solved by adding "ULL" to the right side of the literals.
    47
    58The current problem I have are these errors:
     
    2427
    2528My x86 assembly language is kind of rusty. Anyone have a clue how to fix this problem?
     29}}}