Bug 77707

Summary: No callbacks exist for user compiled programs
Product: [Retired] Red Hat Linux Reporter: Need Real Name <chris>
Component: openmotifAssignee: Than Ngo <than>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-11-12 16:04:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2002-11-12 16:04:25 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020827

Description of problem:
All of my Motif programs produce the following message for every
XtAddCallback().  These are programs that have worked 5-8 years.

Warning: Cannot find callback list in XtAddCallback

Using stock RH 8.0.  Link line:

gcc -g  -I/jnet/linux/include -I/usr/X11R6/include Xwin.o cb_ac.o cb_file.o
cb_edit.o cb_proj.o dsm.o fork.o globals.o hardwire.o hdrbld.o init.o log.o
menu.o opMenu.o projFile.o pms.o setNav.o setOther.o setSh.o setPMS.o sort.o
-L/usr/X11R6/lib -L/jnet/linux/lib -lVarDB -lpms -lAircraft -lraf -lhdr_api -lXm
-lXp -lXt -lXext -lX11 -o hdrbld


Version-Release number of selected component (if applicable):
2.2.2-12

How reproducible:
Always

Steps to Reproduce:
1. Compile a motif program with callbacks.
2. Run said program.

Actual Results:  No buttons or menu items appear on program, some 500 of the
following messages appear:

Warning: Cannot find callback list in XtAddCallback
Warning: Cannot find callback list in XtAddCallback
Warning: Cannot find callback list in XtAddCallback

Additional info:

Comment 1 Need Real Name 2002-11-13 15:06:56 UTC
Turns out a copy of openmotif 2.1 include/Xm was copied over and was searched
before /usr/X11R6/include/Xm.