Karim-Pierre Maalej wrote:
> Le mercredi 3 juillet 2002, à 02:24 , David R. Morrison a écrit :
>>>> macosx kpm (30): a.out
>>>> Warning: XmManager ClassInitialize: XmeTraitSet failed
>>>> Error: attempt to add non-widget child "DropSiteManager" to parent
>>>> "a.out" which supports only widgets
>>>     Has anybody got an idea about what's wrong?
>> You need to link your program with the linker flag "-force_flat_namespace"
>> whenever you are using the lesstif libraries.
> it works fine now, thanks a lot !

And in cases where that won't work (as when creating a dynamic library 
used by an application you don't control), there is an environment 
variable which will do the job:

  setenv DYLD_FORCE_FLAT_NAMESPACE

jim



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to