Howdy,
When I try to compile fvwm-2.0.43, I get
Makefile:683: *** missing separator. Stop.
If I look at line 683 I see:
679 tags::
680 $(TAGS) -w *.[ch]
681 $(TAGS) -xw *.[ch] > TAGS
682
683 ManKeywordsTarget($(MANPATH))
684
685 # ----------------------------------------------------
686 # rules for building in SUBDIRS - do not edit
687
688 install::
689 _at_case '${MFLAGS}' in *[ik]*) set +e;; esac; \
690
If I try to comment this out, then I get
make Makefiles
Makefile:798: *** missing separator. Stop.
791 do \
792 (cd $$i ; echo including "in $(CURRENT_DIR)/$$i..."; \
793 $(MAKE) $(MFLAGS) includes); \
794 done
795
796 # -------------------------------------------------
797 # dependencies generated by makedepend
798 IncludeMakefile(Makefile.dep)
799
commenting out this gives me many missing separator messages all over
the place.
I am using Linux kernel 2.0.6 with XFree86 3.1.2E.
Any suggestions?
Joel
jdyoung_at_erinet.com
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Sun Jul 14 1996 - 00:50:08 BST