On Fri, 3 Aug 2007, Daniel Leidert wrote:
fails, because you miss to set the header path via INCLUDES, so
volpack.h cannot be found.
Further in Makefile.am: You should better use:
$(COMP_SRCS): $(COMP_IN)
@for i in $@ ; \
do \
rm -f $$i ;\
echo "$(M4) -DSourceFile=$$i $^ > $$i" ;\
$(M4) -DSourceFile=$$i $^ > $$i; \
chmod -w $$i; \
done
$(WARP_SRCS): $(WARP_IN)
@for i in $@ ; \
do \
rm -f $$i ;\
echo "$(M4) -DSourceFile=$$i $^ > $$i" ;\
$(M4) -DSourceFile=$$i $^ > $$i; \
chmod -w $$i; \
done
It smells like you have a patched Makefile.am on your local disk.
Would you mind sending it to me (in private or list) or a patch.
I'm not really sure whether I fully understand your advise.
Thanks again
Andreas.
--
http://fam-tille.de
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]