synaptic-devel
[Top][All Lists]
Advanced

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

Re: [Synaptic-devel] Synaptic 0.44.pre3 fails in wings directory


From: Michael Vogt
Subject: Re: [Synaptic-devel] Synaptic 0.44.pre3 fails in wings directory
Date: Thu, 18 Sep 2003 12:31:46 +0200
User-agent: Mutt/1.5.4i

Hey Richard,

this is really odd :) If you call configure with 
"./configure --without-wings", it tries to enable wings. If you just
don't mention wings in the configure cmdline, it disables wings (which
is fine as this is the default). I'll have a look why it can
distinguish between "with-xxx" and "without-xxx" :)

thanks,
 Michael

On Wed, Sep 17, 2003 at 10:35:17PM +0200, Richard Bos wrote:
> Op woensdag 17 september 2003 22:08, schreef Richard Bos:
> > Op dinsdag 16 september 2003 23:12, schreef Michael Vogt:
> > > Thanks a lot Kim for spotting this problem. I put a updated version
> > > (that also includes some of the i18n fixes) online. Get it from:
> > > http://people.debian.org/~mvo/synaptic/testing/synaptic-0.44pre3.tar.gz
> >
> > I'm getting this:
> > make[2]: Leaving directory
> > `/home/richard/packages/BUILD/synaptic-0.44/common' Making all in wings
> > make[2]: Entering directory
> > `/home/richard/packages/BUILD/synaptic-0.44/wings' if g++ -DHAVE_CONFIG_H
> > -I. -I. -I.. -I/usr/X11R6/include -I/usr/X11R6/include -I../common
> > -I../pixmaps   -I/usr/include/rpm  -g -O2 -MT synaptic.o -MD -MP -MF
> > ".deps/synaptic.Tpo" \
> >   -c -o synaptic.o `test -f 'synaptic.cc' || echo './'`synaptic.cc; \
> > then mv -f ".deps/synaptic.Tpo" ".deps/synaptic.Po"; \
> > else rm -f ".deps/synaptic.Tpo"; exit 1; \
> > fi
> > In file included from synaptic.cc:38:
> > rwmainwindow.h:31:25: WINGs/WINGs.h: No such file or directory
> > rwmainwindow.h:32:30: WINGs/wtableview.h: No such file or directory
> > In file included from rwmainwindow.h:34,
> >                  from synaptic.cc:38:
> > rwwindow.h:29:25: WINGs/WINGs.h: No such file or directory
> > In file included from rwmainwindow.h:34,
> >                  from synaptic.cc:38:
> > rwwindow.h:37: error: syntax error before `*' token
> > rwwindow.h:38: error: syntax error before `*' token
> >
> > The rest you can imagine.
> >
> > However, I'm building without-wings..., why is the wings directory still
> > entered?
> >
> > + ./configure --with-pkg-hold --without-wings --prefix=/usr
> > --mandir=/usr/share/man --datadir=/usr/share --libdir=/usr/lib
> > --sysconfdir=/etc --enable-docdir=/usr/share/doc/packages
> 
> I have been able to compile the tarball, using the following patch
> --- configure.in.old    2003-09-15 22:29:20.000000000 +0200
> +++ configure.in        2003-09-15 22:33:04.000000000 +0200
> @@ -31,6 +31,7 @@
>         fi
>         ]
>  )
> +WINGS=no
> 
>  dnl Checks for gtk
>  pkg_modules="gtk+-2.0 >= 2.0.0, libglade-2.0 >= 2.0.0, pango >= 1.0.0, 
> glib-2.0"
> @@ -136,7 +137,10 @@
>         LIBTAGCOLL_DEFS
>         ]
>  )
> -
> +LIBTAGCOLL_CFLAGS=""
> +AC_SUBST(LIBTAGCOLL_CFLAGS)
> +LIBTAGCOLL_LIBS=""
> +AC_SUBST(LIBTAGCOLL_LIBS)
> 
>  dnl check for libzvt
>  AC_ARG_WITH(zvt,
> @@ -151,7 +155,6 @@
> 
>  AC_OUTPUT([
>  common/Makefile
> -wings/Makefile
>  gtk/Makefile
>  data/Makefile
>  man/Makefile
> 
> I don't know why --without-wings is not working...
> 
> -- 
> Richard Bos
> Without a home the journey is endless
> 
> 
> 
> _______________________________________________
> Synaptic-devel mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/synaptic-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]