Menu

#94 pngtcl.h misinterprets missing CONST84

1.2.4
closed
None
1
2018-08-12
2018-08-12
Poor Yorick
No

pngtcl.h states, " TIP 27 update. If CONST84 is not defined we are compiling
against a core before 8.4 and have to disable some CONST'ness." However newer
versions of tcl.h only define CONST86. Therefore, the conclusion pngtcl.h
draws is false. But the breakage actually comes because pngtcl.h itself
defines CONST84, causing tk.h not to define CONST84_RETURN, which then causes a
compilation error.

Discussion

  • Jan Nijtmans

    Jan Nijtmans - 2018-08-12
    • status: open --> closed
    • assigned_to: Jan Nijtmans
     
  • Jan Nijtmans

    Jan Nijtmans - 2018-08-12

    Schould be fixed now, in commit [r346]

     

    Related

    Commit: [r346]

  • Jan Nijtmans

    Jan Nijtmans - 2018-08-12
     
  • Jan Nijtmans

    Jan Nijtmans - 2018-08-12

    Schould be fixed now, in commit [r436]

     

    Related

    Commit: [r436]


Log in to post a comment.