Re: problem with compiling libgnomeui



Execuse me, I think it is the following line in Makefile caused my
problem with ted_demo.c :

DEP_FILES =  .deps/gnome-about.P .deps/gnome-actionarea.P \
.deps/gnome-app-helper.P .deps/gnome-app.P .deps/gnome-color-selector.P
\
.deps/gnome-colors.P .deps/gnome-ice.P .deps/gnome-init.P \
.deps/gnome-messagebox.P .deps/gnome-pixmap.P .deps/gnome-properties.P \
.deps/gnome-scores.P .deps/gnome-session.P .deps/gnome-stock.P \
.deps/gtk-clock.P .deps/gtk-ted.P .deps/ted_demo.P

-include $(DEP_FILES)  

 .deps/%.P: %.c
        @echo "Computing dependencies for $<..."
        @o='o'; \
        test -n "$o" && o='$$o'; \
        $(MKDEP) $< >$@.tmp \
          && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \
          && rm -f $@.tmp       

Cheng-Chang Wu wrote:
> There is no ted_demo.c in the neusest snapshot, but the Makefile created
> by ./configure has the follwing line, which results in my problem. 

> noinst_PROGRAMS = ted_demo
> PROGRAMS =  $(noinst_PROGRAMS)     
> all: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)

Cheng-Chang Wu wrote:>
> How can I work around with the following error. I have the > newest snapshot in cvs tree.

> Making all in libgnomeui
> make[2]: Entering directory
> `/home/ccwu/development/gnome/gnome/libgnomeui'
> make[2]: *** No rule to make target `ted_demo.c', needed by
> `.deps/ted_demo.P'.  Stop.
 
Nathan Bryant wrote:
> 
> On Sat, Jan 31, 1998 at 07:06:04PM +0100, Cheng-Chang Wu wrote:
> > Nathan Bryant wrote:
> > >
> > > rm -rf gnome/libgnomeui/.deps
> > >
> >
> > It has not solved the problem. Should I change the Makefile?
> 
> dunno, it should have solved it...
> 
> --
> Nathan Bryant / CS student, University of Southern Maine

-- 
Cheng-Chang Wu



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