Changes between Initial Version and Version 1 of Ticket #70956
- Timestamp:
- Sep 28, 2024, 4:32:02 AM (8 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70956
-
Property
Status
changed from
new
toassigned
- Property Owner set to dstrubbe
- Property Port Togl-2.0 added
-
Property
Summary
changed from
Failed to build Togl-2.0: command execution failed
toTogl-2.0: Failed to build with Xcode 16
-
Property
Status
changed from
-
Ticket #70956 – Description
initial v1 2 2 3 3 I 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 {{{ 5 5 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] 6 6 928 | SetClassProcsPtr = tkStubsPtr->tk_SetClassProcs; … … 12 12 Exit code: 2 13 13 Error: Failed to build Togl-2.0: command execution failed 14 14 }}} 15 15 I am unsure whether it has something to do with Togl vs Togl-2.0 versions. Please provide instructions on how to resolve the issue. 16 16