Changes between Initial Version and Version 1 of Ticket #70956, comment 4


Ignore:
Timestamp:
Oct 3, 2024, 12:17:51 PM (8 days ago)
Author:
Chengcheng-Xiao (Chengcheng Xiao)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70956, comment 4

    initial v1  
    1 This error can be ignored by adding `-Wno-error=incompatible-pointer-types` to `CFLAGS` in `TOGL_OPTIONS` in `Make.sys`. While I'm not sure if it's safe to do so, with this fix, xcrysden can be built and I haven't found any thing out of the ordinary. Hope this helps.
     1This error can be ignored by adding `-Wno-error=incompatible-pointer-types` to `CFLAGS` in `TOGL_OPTIONS` in `Make.sys` of xcrysden. I assume the same applies directly to building Togl-2.0. While I'm not sure if it's safe to do so, with this fix, xcrysden can be built and I haven't found any thing out of the ordinary. Hope this helps.