Building a file created by "make dist" failed as such :

make[3]: Entering directory
`/usr/src/packages/BUILD/lesstif-0.93.11/include/Motif-2.1'
Making all in Xm
make[4]: Entering directory
`/usr/src/packages/BUILD/lesstif-0.93.11/include/Motif-2.1/Xm'
sed -e "s/%MAJOR_VERSION%/0/" \
    -e "s/%MINOR_VERSION%/93/" \
    -e "s/%PICO_VERSION%/11/"   \
../../../include/Motif-2.1/Xm/Xm.h.in >Xm.h.tmp
make[4]: *** No rule to make target `ArrowB.h', needed by `all-am'.  Stop.
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory
`/usr/src/packages/BUILD/lesstif-0.93.11/include/Motif-2.1/Xm'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/usr/src/packages/BUILD/lesstif-0.93.11/include/Motif-2.1'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/packages/BUILD/lesstif-0.93.11/include'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/packages/BUILD/lesstif-0.93.11/include'
make: *** [all-recursive] Error 1
Bad exit status from /var/tmp/rpm-tmp.25024 (%build)

The cause :
# How get things linked
#$(xm_12base_h):
#       $(RM) $@
#       $(LN_S) $(top_srcdir)/include/Motif-1.2/Xm/$@ $@

$(xm_20base_h):
        $(RM) $@
        $(LN_S) $(top_srcdir)/include/Motif-2.0/Xm/$@ $@

#$(xm_21base_h):
#       $(RM) $@
#       $(LN_S) $(top_srcdir)/include/Motif-2.1/Xm/$@ $@

I'm fixing things.

        Danny
-- 
Danny Backx ([EMAIL PROTECTED] [EMAIL PROTECTED])
Home page :     http://users.skynet.be/danny.backx
Projects:       LessTif (http://www.lesstif.org)
                Oleo    (http://www.gnu.org/software/oleo/oleo.html)

Reply via email to