[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bus Error in update-menus



I'm trying to compile menu. because I'm receiving bus-errors when I run update-menus: I found the following fix in the mail archives but Make is producing the following error. The relevant lines of Makefile has been included. Any assistance is greatly appreciated.
 
Indy-debian:/tmp/menu-2.1.5# make CXXFLAGS="-02 -Wall -static"
Making all in update-menus
make[1]: Entering directory `/tmp/menu-2.1.5/update-menus'
Makefile:179: *** missing separator.  Stop.
make[1]: Leaving directory `/tmp/menu-2.1.5/update-menus'
make: *** [all-recursive] Error 1
[3]+  Done                    nedit Makefile
Indy-debian:/tmp/menu-2.1.5# make check
Making check in update-menus
make[1]: Entering directory `/tmp/menu-2.1.5/update-menus'
Makefile:179: *** missing separator.  Stop.
make[1]: Leaving directory `/tmp/menu-2.1.5/update-menus'
make: *** [check-recursive] Error 1
Indy-debian:/tmp/menu-2.1.5#
 
 
Makefile - Lines
 
174 tags-recursive:
175        list='$(SUBDIRS)'; for subdir in $$list; do \
176         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
177      done
178
179 tags: TAGS
180
181 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
182        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
183        unique=`for i in $$list; do \
184            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \

Reply to: