This is my question here, but it seemed a better place then on motifzone -- their last post was over a year ago.
I am tasked with porting a ~150k line application from AIX 5.3L to RHEL 6.1 I am running Motif 2.1 on AIX, and OpenMotif 2.1.32(same build?) on Redhat.
I have managed to get the makefile going, and am able to build/link just fine. When I try to run it, I get the errors:
Warning: Cannot find callback list in XTAddCallback
Error: DialogShell widget supports only one RectObj child.
I realize that these immediately point to wrong parameters in the calls, but I am unable to figure out where things might be going wrong. Nothing has been changed in any motif code during the port, so I can assume that this is a redhat or motif version problem.
Can anyone here help me out on what this might be?