Changes between Initial Version and Version 1 of Ticket #71309


Ignore:
Timestamp:
Nov 14, 2024, 3:34:14 PM (9 hours ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

From the log, the problem is:

:info:build togl.c:928:26: error: incompatible function pointer types assigning to 'void (*)(Tk_Window, Tk_ClassProcs *, ClientData)' (aka 'void (*)(struct Tk_Window_ *, struct Tk_ClassProcs *, void *)') from 'void (*const)(Tk_Window, const Tk_ClassProcs *, ClientData)' (aka 'void (*const)(struct Tk_Window_ *, const struct Tk_ClassProcs *, void *)') [-Wincompatible-function-pointer-types]
:info:build   928 |         SetClassProcsPtr = tkStubsPtr->tk_SetClassProcs;
:info:build       |                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build 1 error generated.

Duplicate of #70956.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71309

    • Property Status changed from new to closed
    • Property Summary changed from cannot install Togl-2.0 to Togl-2.0 @2.0: error: incompatible function pointer types assigning to 'void (*)(Tk_Window, Tk_ClassProcs *, ClientData)' (aka 'void (*)(struct Tk_Window_ *, struct Tk_ClassProcs *, void *)') from 'void (*const)(Tk_Window, const Tk_ClassProcs *, ClientData)' (aka 'void (*const)(struct Tk_Window_ *, const struct Tk_ClassProcs *, void *)') [-Wincompatible-function-pointer-types]
    • Property Version changed from to 2.10.4
    • Property Keywords sequoia added
    • Property Resolution changed from to duplicate
  • Ticket #71309 – Description

    initial v1  
     1{{{
    12(base) yudedkov@Yuriy-Dedkov-MacBook-Pro-M2 ~ % sudo port install Togl-2.0
    23
     
    1112Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
    1213Error: Processing of port Togl-2.0 failed
     14}}}