On Mon, Apr 30, 2001 at 05:59:35AM -0400, Rick Scott wrote:
> On 30-Apr-01 at 05:50, Alexander Mai ([EMAIL PROTECTED]) wrote:
> > The current Xlt Makefiles are not fully working.
> > While new libtool seems to work more or less on
> > 2 systems here (featuring some strange messages perhaps)
> > the Xlt/lib/Makefile doesn't work if you try to
> > build outside the source directory - at least if
> > building "inside" the LessTif tree.
> >
> > MOTIF_CFLAGS should be set to include the
> > ../../include hierarchy from build and source tree!?
>
> if test "$lt_cv_default12" = "yes"
> then
> MOTIF_CFLAGS="-I\$(top_builddir)/../../include/Motif\$(version_suffix) \
> -I\$(top_srcdir)/../../include/Motif\$(version_suffix)"
> else
> MOTIF_CFLAGS="-I\$(top_builddir)/../../include/Motif\$(version_suffix) \
> -I\$(top_srcdir)/../../include/Motif\$(version_suffix) \
> -I\$(top_builddir)/../../include/Motif-1.2 \
> -I\$(top_srcdir)/../../include/Motif-1.2"
>
> And INCLUDES contains @MOTIF_CFLAGS@. Could it possibly be something else??
Yes & No!
The check whether in or outside the LessTif tree fails.
Can you try on your system?
Also if building 2.1 it's a bit strange to include
from 1.2 and 2.1 trees: we have 2.x stuff in 2.0
tree only. So either we link all headers into
2.1 include anyway, then there's no need for 2.0 include.
Or 2.0 is missing?!
--
Alexander Mai
[EMAIL PROTECTED]