Changes between Initial Version and Version 1 of Ticket #36979


Ignore:
Timestamp:
Nov 13, 2012, 11:20:46 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The relevant part of the log is:

:info:build png-write.c:285:21: error: incomplete definition of type 'struct png_struct_def'
:info:build         if (setjmp (png_ptr->jmpbuf)) {
:info:build                     ~~~~~~~^
:info:build /opt/local/include/png.h:857:16: note: forward declaration of 'struct png_struct_def'
:info:build typedef struct png_struct_def png_struct;
:info:build                ^
:info:build png-write.c:373:27: error: incomplete definition of type 'struct png_struct_def'
:info:build                 if (!n) longjmp (png_ptr->jmpbuf, 1);
:info:build                                  ~~~~~~~^
:info:build /opt/local/include/png.h:857:16: note: forward declaration of 'struct png_struct_def'
:info:build typedef struct png_struct_def png_struct;
:info:build                ^

So this is the usual symptom of incompatibility with libpng 1.5. We need to update the port to a newer version or patch this problem ourselves.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36979

    • Property Keywords sodipodi don't build removed
    • Property Summary changed from sodipodi will not build to sodipodi will not build with libpng 1.5
  • Ticket #36979 – Description

    initial v1  
    11Last lines of sodipodi build-log:
     2{{{
    23:info:build 2 warnings and 2 errors generated.
    34:info:build make[4]: *** [png-write.o] Error 1
     
    2829"$procedure $targetname"
    2930:info:build Warning: targets not executed for sodipodi: org.macports.activate org.macports.build org.macports.destroot org.macports.install
     31}}}