hi listers,
i am trying to get xplore to compile but in vain.

XCOMM  Set XMINCDIR and XMLIBDIR as required by your system if the Motif
XCOMM  library is not on the standard path. (The following should work
XCOMM  for Solaris, on Linux systems usually no extra path is required.)
XCOMM XMINCDIR = -I/usr/include/Xm
XCOMM XMLIBDIR = -L/usr/lib


{Using these path because these files are *found* on my sys -
/usr/include/Xm
/usr/include/Xm/XmosP.h
/usr/include/Xm/XmAll.h
/usr/include/Xm/XmP.h
/usr/include/Xm/XmStrDefs.h
/usr/include/Xm/Xm.h
/usr/include/uil/XmAppl.uil
/usr/lib/mozilla/components/nsXmlRpcClient.js
/usr/lib/libXm.so.1.0.2
/usr/lib/libXm.so.1
/usr/lib/libXm.a
/usr/lib/libXm.la
/usr/lib/libXm.so
}

XCOMM  How to link the Motif library:
XMLIB = -lXm

XCOMM  Set XPMINCDIR and XPMLIBDIR as required by your system if libXpm is not
XCOMM  on the standard path. E.g. (Solaris, with software companion cd
XCOMM  installed in /opt/sfw):
XCOMM XPMINCDIR = -I/usr/X11R6/include/X11/xpm.h
XCOMM XPMLIBDIR = -L/usr/X11R6/lib -R/usr/X11R6/lib

XCOMM  How to link the XPM library
XPMLIB = -lXpm

{using these paths because these file are *found* on my sys -
/usr/lib/libc5-compat/libXpm.so.4.11
/usr/lib/libc5-compat/libXpm.so.4
/usr/X11R6/lib/libXpm.so.4.11
/usr/X11R6/lib/libXpm.so.4
/usr/X11R6/lib/libXpm.a
/usr/X11R6/lib/libXpm.so
and
/usr/X11R6/include/X11/xpm.h
}

On doing a 
$xmkmf -a

i am getting these error.

<snip>
In file included from dialogs.c:2:
xplore.h:89: #error "Sorry, this program requires Motif 2.x"
In file included from dirs.c:2:
xplore.h:89: #error "Sorry, this program requires Motif 2.x"
In file included from error.c:2:
xplore.h:89: #error "Sorry, this program requires Motif 2.x"
<snip>


Seemingly motif is not found. i am debian 3.0, lesstif1 is installed
so is lesstif-dev and lesstif-bin


Any pointers to get this thing rolling.

regards
sukrit



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to