On Sat, 30 Sep 2000 22:00:39 +0200, [EMAIL PROTECTED] wrote:

>I tried to compile the Xmt library, because I need it for an other program.
>The linker detects some missing functions:
>
>../Xmt/libXmt.a(XmCSText.o): In function `setvalue':
>XmCSText.o(.text+0x4d): undefined reference to `XmCSTextSetString'
>../Xmt/libXmt.a(XmCSText.o): In function `getvalue':
>XmCSText.o(.text+0xac): undefined reference to `XmCSTextGetLastPosition'
>XmCSText.o(.text+0xd5): undefined reference to `XmCSTextGetSubstring'
>../Xmt/libXmt.a(XmStringCvt.o): In function `XmtConvertStringEscape':
>XmStringCvt.o(.text+0x2a4): undefined reference to `XmStringComponentCreate'
>../Xmt/libXmt.a(Menu.o): In function `ClassInitialize':
>Menu.o(.text+0x11f9): undefined reference to `_XmRC_menuSystemRecord'       
>
>I couldn't find anything in the mail archive.
>Is there a solution or must I use Motiv?
>
>Thank you for your help,
>
>     Reinhard

WRT CSText you are out of luck - all we have is stubs for this.
And since it has been dropped from Motif (2.1) anyway it's not very likely
we will ever get a working implementation.
XmStringComponentCreate() is probably now on the todo list.

(obviously even OpenMotif = Motif 2.1 won't help you with this library ...)


---
Alexander Mai
[EMAIL PROTECTED]


Reply via email to