From: ocalvo AT artinsoft DOT com (=?ISO-8859-1?Q?=D3scar_Calvo_Rodr=EDguez?=) Subject: Problems with Lesstif ( Motif) for cygwin 10 Nov 1997 17:26:00 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" To: GNU-Win32-request AT cygnus DOT com Cc: GNU-win32 AT cygnus DOT com Lesstif is a Motif clone, and it is gnu software. I have been working with the Lesstif libraries so that they can create dlls with gcc for win32. So far, I have been able to create the dll, but it seems that the clients have problems accesing the Motif clases. When I compile, every client dumps the following: Warning: translation table syntax error: Unknown event type : EnterWindow Warning: ... found while parsing ': Enter()' Warning: translation table syntax error: Unknown event type : LeaveWindow Warning: ... found while parsing ' : Leave()' Warning: translation table syntax error: Unknown event type : Btn1Down Warning: ... found while parsing ' : Arm()' Warning: translation table syntax error: Unknown event type : Btn1Down Warning: ... found while parsing ' ,: Activate() Disarm()' Warning: translation table syntax error: Unknown event type : Btn1Down Warning: ... found while parsing ' (2+): MultiArm()' Warning: translation table syntax error: Unknown event type : Btn1Up Warning: ... found while parsing ' (2+): MultiActivate()' Warning: translation table syntax error: Unknown event type : Btn1Up Warning: ... found while parsing ' : Activate() Disarm()' Warning: translation table syntax error: Unknown event type : Key Warning: ... found while parsing ' :osfActivate: PrimitiveParentActivate()' Warning: translation table syntax error: Unknown event type : Key Warning: ... found while parsing ' :osfCancel: PrimitiveParentCancel()' Warning: translation table syntax error: Unknown event type : Key Warning: ... found while parsing ' :osfSelect: ArmAndActivate()' Warning: translation table syntax error: Unknown event type : Key Warning: ... found while parsing ' :osfHelp: Help()' Warning: translation table syntax error: Unknown modifier name: s Warning: ... found while parsing ' ~s ~m ~a Return: PrimitiveParentActivate()' Warning: translation table syntax error: Unknown modifier name: s Warning: ... found while parsing ' ~s ~m ~a space: ArmAndActivate()' Warning: translation table syntax error: Unknown event type : Unmap Warning: ... found while parsing ': PrimitiveUnmap()' Warning: translation table syntax error: Unknown event type : FocusIn Warning: ... found while parsing ' : PrimitiveFocusIn()' Warning: translation table syntax error: Unknown event type : FocusOut Warning: ... found while parsing ' : PrimitiveFocusOut()' Warning: translation table syntax error: Unknown event type : Key Warning: ... found while parsing ' :osfActivate: PrimitiveParentActivate()' Warning: translation table syntax error: Unknown event type : Key Warning: ... found while parsing ' :osfCancel: PrimitiveParentCancel()' Warning: translation table syntax error: Unknown event type : Key Warning: ... found while parsing ' :osfBeginLine: PrimitiveTraverseHome()' Warning: translation table syntax error: Unknown event type : Key Warning: ... found while parsing ' :osfHelp: PrimitiveHelp()' Warning: translation table syntax error: Unknown event type : Key Warning: ... found while parsing ' :osfUp: PrimitiveTraverseUp()' Warning: translation table syntax error: Unknown event type : Key Warning: ... found while parsing ' :osfDown: PrimitiveTraverseDown()' Warning: translation table syntax error: Unknown event type : Key Warning: ... found while parsing ' :osfLeft: PrimitiveTraverseLeft()' Warning: translation table syntax error: Unknown event type : Key Warning: ... found while parsing ' :osfRight: PrimitiveTraverseRight()' Warning: translation table syntax error: Unknown modifier name: s Warning: ... found while parsing ' ~s ~m ~a Return: PrimitiveParentActivate()' Warning: translation table syntax error: Unknown modifier name: s Warning: ... found while parsing ' s ~m ~a Tab: PrimitivePrevTabGroup()' Warning: translation table syntax error: Unknown modifier name: m Warning: ... found while parsing ' ~m ~a Tab: PrimitiveNextTabGroup()' Error: Couldn't find per display information This happens when X is trying to create a new widget using a Motif class, which is defined in libXm.dll Can somebody help me? - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".