Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2002 21:05:53 -0700 (PDT)
From:      Mike Harding <mvh@ix.netcom.com>
To:        marcus@marcuscom.com
Cc:        jb3insf@pacbell.net, freebsd-gnome@FreeBSD.ORG
Subject:   Re: Gnome build fails
Message-ID:  <20020501040553.813D213107@netcom1.netcom.com>
In-Reply-To: <1020196461.342.29.camel@gyros.marcuscom.com> (message from Joe Marcus Clarke on 30 Apr 2002 15:54:21 -0400)
References:  <20020430000902.A637-100000@kaliyuga.darkage.org> <1020181077.323.23.camel@gyros.marcuscom.com>  <20020430190023.B31C913113@netcom1.netcom.com> <1020194581.342.0.camel@gyros.marcuscom.com>  <20020430192740.CF52313113@netcom1.netcom.com> <1020196461.342.29.camel@gyros.marcuscom.com>

next in thread | previous in thread | raw e-mail | index | archive | help

This patch seems to fix the compile - sorry about the delay, it takes
a long time to build and I have to rip out gnome and start over to do
it.

- Mike H.

   From: Joe Marcus Clarke <marcus@marcuscom.com>
   Cc: jb3insf@pacbell.net, freebsd-gnome@FreeBSD.ORG
   Date: 30 Apr 2002 15:54:21 -0400
   Sender: owner-freebsd-gnome@FreeBSD.ORG
   X-Loop: FreeBSD.ORG
   X-Spam-Status: No, hits=-7.3 required=5.0 tests=IN_REP_TO,SUPERLONG_LINE,UNIFIED_PATCH,AWL version=2.20
   X-Spam-Level: 


   --=-M4aYaKtnwvrOR3STMd8Q
   Content-Type: text/plain
   Content-Transfer-Encoding: 7bit

   On Tue, 2002-04-30 at 16:27, Mike Harding wrote:
   > 
   > bash-2.05a$ uname -a
   > FreeBSD netcom1.netcom.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Apr 29 10:22:04 PDT 2002     mvh@netcom1.netcom.com:/usr/obj/usr/src/sys/MIKEIPF  i386

   Okay, looks like something changed in our C++ compiler since last I
   built this port.  Attached is a patch.  Let me know if it works for
   you.  Just place this in x11-toolkits/gnome--/files, then do a make
   clean, and rebuild gnome--.

   Joe

   > 
   >    From: Joe Marcus Clarke <marcus@marcuscom.com>
   >    Cc: jb3insf@pacbell.net, freebsd-gnome@FreeBSD.ORG
   >    Date: 30 Apr 2002 15:23:00 -0400
   >    Sender: owner-freebsd-gnome@FreeBSD.ORG
   >    X-Loop: FreeBSD.ORG
   >    X-Spam-Status: No, hits=-4.8 required=5.0 tests=IN_REP_TO,SUPERLONG_LINE,AWL version=2.20
   >    X-Spam-Level: 
   > 
   >    On Tue, 2002-04-30 at 16:00, Mike Harding wrote:
   >    > 
   >    > I'm happy to provide output - I've wasted hours on this...
   > 
   >    What version of FreeBSD are you installing on?
   > 
   >    Joe
   > 
   >    > 
   >    > ...
   >    > c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gnome--\" -I. -I./.. -I.. -I../../src -I../../src -I../../src/gtk-- -I../../gdk-- -I/usr/X11R6/lib/gtkmm/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -O -pipe -Wall -Wno-unused -c procbar.cc  -fPIC -DPIC -o .libs/procbar.lo
   >    > procbar.cc: In method `Gnome::ProcBar::ProcBar(const Gtk::Label &, const vector<Gdk_Color *,allocator<Gdk_Color *> > &, gint (*)())':
   >    > procbar.cc:23: passing `gint (*)()' as argument 5 of `gnome_proc_bar_construct(GnomeProcBar *, GtkWidget *, int, GdkColor *, gint (*)(void *))'
   >    > gmake[4]: *** [procbar.lo] Error 1
   >    > gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--'
   >    > gmake[3]: *** [all-recursive] Error 1
   >    > gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--'
   >    > gmake[2]: *** [all-recursive] Error 1
   >    > gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src'
   >    > gmake[1]: *** [all-recursive] Error 1
   >    > gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2'
   >    > gmake: *** [all-recursive-am] Error 2
   >    > *** Error code 2
   >    > 
   >    > Stop in /usr/ports/x11-toolkits/gnome--.
   >    > *** Error code 1
   >    > 
   >    > Stop in /usr/ports/x11-toolkits/panel--.
   >    > *** Error code 1
   >    > 
   >    > Stop in /usr/ports/x11/gnome.
   >    > netcom1# ^Dexit
   >    > 
   >    > Script done on Mon Apr 29 18:17:00 2002
   >    > 
   >    >    From: Joe Marcus Clarke <marcus@marcuscom.com>
   >    >    Cc: freebsd-gnome@FreeBSD.ORG
   >    >    Date: 30 Apr 2002 11:37:57 -0400
   >    >    Sender: owner-freebsd-gnome@FreeBSD.ORG
   >    >    X-Loop: FreeBSD.ORG
   >    >    X-Spam-Status: No, hits=-4.6 required=5.0 tests=IN_REP_TO,AWL version=2.20
   >    >    X-Spam-Level: 
   >    > 
   >    >    On Tue, 2002-04-30 at 04:13, Jake Bishop wrote:
   >    >    > Hello, I tried to install the Gnome "meta" port on STABLE compiled April
   >    >    > 29. Make went ok but make install failed in
   >    >    > /usr/ports/x11-toolkits/gnome--/work/gnomemm1.2.2 while building panel--
   >    >    > as part of gnome--.
   >    > 
   >    >    Hmmm....I'm looking into my crystal ball, but it's kind of cloudy.  Can
   >    >    you send the output of the build failure?  Thanks.
   >    > 
   >    >    Joe
   >    > 
   >    >    > Thanks
   >    >    > 
   >    >    > 
   >    >    > 
   >    >    > To Unsubscribe: send mail to majordomo@FreeBSD.org
   >    >    > with "unsubscribe freebsd-gnome" in the body of the message
   >    >    > 
   >    >    -- 
   >    >    PGP Key: http://www.marcuscom.com/pgp.asc
   >    > 
   >    > 
   >    >    To Unsubscribe: send mail to majordomo@FreeBSD.org
   >    >    with "unsubscribe freebsd-gnome" in the body of the message
   >    > 
   >    > 
   >    -- 
   >    PGP Key: http://www.marcuscom.com/pgp.asc
   > 
   > 
   >    To Unsubscribe: send mail to majordomo@FreeBSD.org
   >    with "unsubscribe freebsd-gnome" in the body of the message
   > 
   > 
   -- 
   PGP Key: http://www.marcuscom.com/pgp.asc

   --=-M4aYaKtnwvrOR3STMd8Q
   Content-Disposition: attachment; filename=patch-src_procbar.gen_h
   Content-Transfer-Encoding: quoted-printable
   Content-Type: text/plain; name=patch-src_procbar.gen_h; charset=ISO8859-1

   --- src/procbar.gen_h.orig	Tue Apr 30 15:52:13 2002
   +++ src/procbar.gen_h	Tue Apr 30 15:52:25 2002
   @@ -42,7 +42,7 @@
   =20
      ProcBar(const Gtk::Label &label,
		   const vector<Gdk_Color*> &colors,
   -		gint (*cb)());
   +		gint (*cb)(void *));
   =20
      void set_values (const vector<unsigned> &values);
   =20
   @@ -72,7 +72,7 @@
   =20
    ProcBar::ProcBar(const Gtk::Label &label,
				const vector<Gdk_Color*> &colors,
   -			     gint (*cb)())
   +			     gint (*cb)(void *))
      : Gtk::HBox(GTK_HBOX(gtk_object_new(get_type(),0))),
	colors_(0)
    {

   --=-M4aYaKtnwvrOR3STMd8Q--


   To Unsubscribe: send mail to majordomo@FreeBSD.org
   with "unsubscribe freebsd-gnome" in the body of the message


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020501040553.813D213107>