Mailinglist Archive: opensuse-amd64 (278 mails)
| < Previous | Next > |
Re: [suse-amd64] mldonkey: configure: ok - make: ok - make install: error
- From: Carsten Koch-Mauthe <suse@xxxxxxxxxxxx>
- Date: Sun, 5 Sep 2004 16:01:25 +0000 (UTC)
- Message-id: <200409051759.46895.suse@xxxxxxxxxxxx>
Hi,
Am Sonntag, 5. September 2004 16:40 schrieb Andreas Jaeger:
> On Sunday 05 September 2004 15:26, Raimund Eimann wrote:
> > Hi Andreas,
> >
> > > The makefile contains a variable:
> > > SOEMTHING=no
> >
> > "grep no Makefile" gives this output:
> >
> > # Do not edit Makefile, edit config/Makefile.in instead
> > @echo ' You should rerun ./configure now '
> > $(SRC_DONKEY)/donkeySupernode.ml \
> > src/spider/ecrawler/spiderSupernode.ml \
> > src/spider/ecrawler/spiderSupernode.ml \
> > icons/$(ICONS_CHOICE)/unknown.xpm \
> > icons/$(ICONS_CHOICE)/normal_user.xpm \
> > icons/$(ICONS_CHOICE)/mimetype_unknown.xpm \
> > #### IM stuff is now automatically included in the GUI
> > gnome_applet: $(APPLET_OBJS)
> > cd src/applets/gnome; make
> > @echo " Go in src/applets/gnome, su root, and call 'make
> > install'"
> >
> >
> > There's no "...=no" in there.
Try grep -i -r '=no' *|grep 'Makefile'
to find =no in all Makefiles.
Carsten
Am Sonntag, 5. September 2004 16:40 schrieb Andreas Jaeger:
> On Sunday 05 September 2004 15:26, Raimund Eimann wrote:
> > Hi Andreas,
> >
> > > The makefile contains a variable:
> > > SOEMTHING=no
> >
> > "grep no Makefile" gives this output:
> >
> > # Do not edit Makefile, edit config/Makefile.in instead
> > @echo ' You should rerun ./configure now '
> > $(SRC_DONKEY)/donkeySupernode.ml \
> > src/spider/ecrawler/spiderSupernode.ml \
> > src/spider/ecrawler/spiderSupernode.ml \
> > icons/$(ICONS_CHOICE)/unknown.xpm \
> > icons/$(ICONS_CHOICE)/normal_user.xpm \
> > icons/$(ICONS_CHOICE)/mimetype_unknown.xpm \
> > #### IM stuff is now automatically included in the GUI
> > gnome_applet: $(APPLET_OBJS)
> > cd src/applets/gnome; make
> > @echo " Go in src/applets/gnome, su root, and call 'make
> > install'"
> >
> >
> > There's no "...=no" in there.
Try grep -i -r '=no' *|grep 'Makefile'
to find =no in all Makefiles.
Carsten
| < Previous | Next > |