Daniel,
   Actually after looking over the current lesstif package in
fink unstable, I would say it is impossible that dropping
the Motif 1.2 shared libraries would cause any breakage.
The current lesstif package only bullds the Motif 1.2 shared
libraries but never installed the Motif 1.2 headers. So it
is impossible to build anything against the Motif 1.2
shared libraries. You can see this by looking at the
contents of Xm.h which explicitly states...

/* since we're replacing Motif 2.1... */
#define XmVERSION 2
#define XmREVISION 1
#define XmVersion (XmVERSION * 1000 + XmREVISION)
#define XmVERSION_STRING LesstifVERSION_STRING
#define XmUPDATE_LEVEL 0

instead of...

/* since we're replacing Motif 1.2... */
#define XmVERSION 1
#define XmREVISION 2
#define XmVersion (XmVERSION * 1000 + XmREVISION)
#define XmVERSION_STRING LesstifVERSION_STRING
#define XmUPDATE_LEVEL 0

if the Motif 1.2 headers were installed.
             Jack

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-devel mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to