From owner-freebsd-gnome@FreeBSD.ORG Thu Apr 15 14:42:40 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B10016A4CE for ; Thu, 15 Apr 2004 14:42:40 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E1343D39 for ; Thu, 15 Apr 2004 14:42:39 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i3FLgDIM043049; Thu, 15 Apr 2004 17:42:13 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Randy Bush In-Reply-To: <16510.65309.871753.352407@ran.psg.com> References: <16510.65309.871753.352407@ran.psg.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Y5smh7eNkPe/w4ULpBey" Organization: MarcusCom, Inc. Message-Id: <1082065354.63773.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 15 Apr 2004 17:42:34 -0400 cc: freebsd gnome Subject: Re: gnomemeeting again X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 21:42:40 -0000 --=-Y5smh7eNkPe/w4ULpBey Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2004-04-15 at 17:31, Randy Bush wrote: > had to hack out forbidden stuff in pwlib and openh323, yechh. > and force openldap22 so i don't get in trouble with other aps. > but still get You'd have to remove the DISABLE_DEPRECATED stuff. However, I would try to get Roger to port the newer version of gnomemeeting (if possible). Joe >=20 > c++ -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=3D\""/usr/X11R6/share/l= ocale"\" -I../src -I../lib -I../lib/widgets -I../lib/xdap -I/usr/ports/net= /gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/unix -I/usr/ports/= net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/.. -I/usr/ports= /net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/../ptclib -I/= usr/ports/net/gnomemeeting/../openh323/work/openh323/include -DP_FREEBSD=3D= 400001 -O2 -Wall -DPHAS_TEMPLATES -DP_USE_PRAGMA -DPTRACING -DSTATIC_LIBS_= USED -DORBIT2=3D1 -D_REENTRANT -I/usr/local/include/atk-1.0 -I/usr/local/in= clude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/us= r/local/include/orbit-2.0 -I/usr/local/include/libxml2 -I/usr/local/include= /libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/incl= ude/libart-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/includ= e -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/= freetype2 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libgnome-2.0 -I= /usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/= usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I= /usr/X11R6/include/libbonoboui-2.0 -I/usr/local/include/SDL11 -I/usr/loca= l/include -D_REENTRANT -DHAS_SDL -DGNOMEMEETING_IMAGES=3D\""/usr/X11R6/sha= re/gnome/pixmaps"\" -DSCHEMA_AGE=3D26 -DDATADIR=3D\""/usr/X11R6/share/gnome= "\" -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATE= D -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_= DEPRECATED -I/usr/local/include -c gnomemeeting.cpp > In file included from /usr/ports/devel/pwlib/work/pwlib/include/ptlib/uni= x/ptlib/videoio.h:113, > from /usr/ports/devel/pwlib/work/pwlib/include/ptlib/vid= eo.h:89, > from /usr/ports/devel/pwlib/work/pwlib/include/ptlib/uni= x/ptlib/video.h:66, > from /usr/ports/devel/pwlib/work/pwlib/include/ptlib.h:2= 69, > from common.h:45, > from gnomemeeting.h:42, > from gnomemeeting.cpp:41: > /usr/include/machine/ioctl_meteor.h:33:2: warning: #warning Include dev/b= ktr/ioctl_meteor.h instead of this header. > In file included from gnomemeeting.cpp:55: > ../lib/widgets/history-combo.h:61: error: 'GtkCombo' is used as a type, b= ut is=20 > not defined as a type. > ../lib/widgets/history-combo.h:69: error: 'GtkComboClass' is used as a ty= pe,=20 > but is not defined as a type. > gnomemeeting.cpp: In member function `void GnomeMeeting::Connect()': > gnomemeeting.cpp:184: error: `GTK_COMBO' undeclared (first use this funct= ion) > gnomemeeting.cpp:184: error: (Each undeclared identifier is reported only= once=20 > for each function it appears in.) > gnomemeeting.cpp: In member function `void GnomeMeeting::BuildGUI()': > gnomemeeting.cpp:487: error: `gtk_timeout_add' undeclared (first use this= =20 > function) > /usr/ports/devel/pwlib/work/pwlib/include/ptlib/pdirect.h: At global scop= e: > /usr/ports/devel/pwlib/work/pwlib/include/ptlib/pdirect.h:458: warning: i= nline=20 > function `static BOOL PDirectory::Remove(const PString&)' used but nev= er=20 > defined > gmake[2]: *** [gnomemeeting.o] Error 1 > gmake[2]: Leaving directory `/usr/ports/net/gnomemeeting/work/gnomemeetin= g-0.98.5/src' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/net/gnomemeeting/work/gnomemeetin= g-0.98.5' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/net/gnomemeeting. > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade5883= 0.60 make USE_OPENLDAP > _VER=3D22 > ** Fix the problem and try again. >=20 > randy >=20 > ______________________________________________________________________ > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-Y5smh7eNkPe/w4ULpBey Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAfwHJb2iPiv4Uz4cRAgHcAJ9Vsk57grt9jl6/Iwblrd4whEI2pwCePhJx XkHf9dlvS4Y9L4wJJS6fXfk= =n/B2 -----END PGP SIGNATURE----- --=-Y5smh7eNkPe/w4ULpBey--