Changes between Initial Version and Version 1 of Ticket #70956


Ignore:
Timestamp:
Sep 28, 2024, 4:32:02 AM (13 days ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70956

    • Property Status changed from new to assigned
    • Property Owner set to dstrubbe
    • Property Port Togl-2.0 added
    • Property Summary changed from Failed to build Togl-2.0: command execution failed to Togl-2.0: Failed to build with Xcode 16
  • Ticket #70956 – Description

    initial v1  
    22
    33I installed MacPorts and then attempted installing xcrysden. I resolved the Command Line issue form the Hotlist. I was able to install all dependencies of xcrysden except for Togl-2.0. I tried "sudo port clean Togl-2.0" followed by "sudo port install Togl-2.0" and it still fails. When I used -v in the install, I get the following error message:
    4 
     4{{{
    55togl.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]
    66  928 |         SetClassProcsPtr = tkStubsPtr->tk_SetClassProcs;
     
    1212Exit code: 2
    1313Error: Failed to build Togl-2.0: command execution failed
    14 
     14}}}
    1515I am unsure whether it has something to do with Togl vs Togl-2.0 versions. Please provide instructions on how to resolve the issue.
    1616