Changes between Version 1 and Version 2 of Ticket #61261, comment 10


Ignore:
Timestamp:
Dec 1, 2020, 10:34:46 PM (3 years ago)
Author:
bernstei
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61261, comment 10

    v1 v2  
    1 If anyone else more familiar with the port has time to look at it, I'm pretty sure that it's easy to fix.  At least to get past the immediate problem you just need to patch configure (around line 9553) to get rid of the call to XmRegisterConverters (apparently an internal motif function that isn't supposed to be called anyway [https://groups.google.com/g/comp.windows.x/c/26_NXxPPPhY]), and to "#include <stdlib.h>".  I'll try to attach my patch.
     1If anyone else more familiar with the port has time to look at it, I'm pretty sure that it's easy to fix.  At least to get past the immediate problem you just need to patch configure (around line 9553) to get rid of the call to XmRegisterConverters (apparently an internal motif function that isn't supposed to be called anyway [https://groups.google.com/g/comp.windows.x/c/26_NXxPPPhY]), and to "#include <stdlib.h>".  I've attached my patch as "configure.patch"