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??
>
>
> --
> Alexander Mai
> [EMAIL PROTECTED]
>
>