This is the mail archive of the xconq7@sourceware.cygnus.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

I havd an Imake problem??


Hello all, 

Especially you Imake Gurus (please help)

When I try to generate the makefiles using imake, this is what I get

xmkmf
imake -DUseInstalled -I/usr/local/X11R5/lib/X11/config

make Makefiles

making Makefiles in ./kernel...
        rm -f kernel/Makefile.bak
        cd kernel; imake -DUseInstalled 
-I/usr/local/X11R5/lib/X11/config  -DTOPDIR=../. -DCURDIR=./kernel; \
        make -b Makefiles
making Makefiles in ./SelFile...
        rm -f SelFile/Makefile.bak
        cd SelFile; imake -DUseInstalled 
-I/usr/local/X11R5/lib/X11/config  -DTOPDIR=../. -DCURDIR=./SelFile; \
        make -b Makefiles
making Makefiles in ./x11...
        rm -f x11/Makefile.bak
        cd x11; imake -DUseInstalled -I/usr/local/X11R5/lib/X11/config  
-DTOPDIR=../. -DCURDIR=./x11; \
        make -b Makefiles
Make: Must be a separator on rules line 391.  Stop.
*** Error code 1

on line 391 of the x11/Makefile I have an extra line (here it is in context)

install.man:: x2imf.man
	@if [ -d $(DESTDIR)$(MANDIR) ]; then set +x; \
	else (set -x; $(MKDIRHIER) $(DESTDIR)$(MANDIR)); fi
	$(INSTALL) -c $(INSTMANFLAGS) x2imf.man 
$(DESTDIR)$(MANDIR)/x2imf.$(MANSUFFIX)
 
 ProgramTargetHelper(imf2x,SRCS4,OBJS4,DEPLIBS4,$(CONQLOW_LIBRARIES),-lXpm $(LOCAL_LIBRARIES))

includes::

Any ideas about how to fix it permanently? If I remove that line from the 
x11/Makefile, it works great, but the other makefiles aren't ever made.

Mark Anderson

P.S. Newbie disclaimer: I'm not an experienced user of Imake, and know 
almost nothing about how it works (except that it makes makefiles, 
hopefully on every platform)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]