Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 2004 14:58:24 +0400
From:      AK <lesha@intercaf.ru>
To:        hans@lambermont.dyndns.org
Cc:        freebsd-ports@freebsd.org
Subject:   Re: gnomemeeting build error
Message-ID:  <200406151458.24374.lesha@intercaf.ru>

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

Hello, Hans!

You can quick hack it by
in /usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/src/
remove -DGTK_DISABLE_DEPRECATED from Makefile

it will compile and run fine.
(at least for me it does)

Cheers,
          AL.

----------

Original message follows:
> To whom it may concern:
> 
> While portupgrading gnomemeeting from gnomemeeting-0.98.5_2 to
> gnomemeeting-0.98.5_3 I get on a 5.2-CURRENT system:
> 
> g++ -DHAVE_CONFIG_H -I. -I. -I.. 
-DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I../src -I../lib 
-I../lib/widgets -I../lib/xdap  
-I/new/usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/unix 
-I/new/usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/.. 
-I/new/usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/../ptclib  
-I/new/usr/ports/net/gnomemeeting/../openh323/work/openh323/include 
-DP_FREEBSD=400001  -O2 -Wall -DPHAS_TEMPLATES -DP_USE_PRAGMA -DPTRACING 
-DSTATIC_LIBS_USED -DORBIT2=1 -D_REENTRANT -I/usr/local/include/atk-1.0 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include -I/usr/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/include/libart-2.0 
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include 
-I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 
-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/local/include -D_REENTRANT -DHAS_SDL  
-DGNOMEMEETING_IMAGES=\""/usr/X11R6/share/gnome/pixmaps"\" -DSCHEMA_AGE=26 
-DDATADIR=\""/usr/X11R6/share/gnome"\" -DG_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED  
-I/usr/local/include   -c gnomemeeting.cpp
> In file included 
from /new/usr/ports/devel/pwlib/work/pwlib/include/ptlib/unix/ptlib/videoio.h:113,
>                  
from /new/usr/ports/devel/pwlib/work/pwlib/include/ptlib/video.h:89,
>                  
from /new/usr/ports/devel/pwlib/work/pwlib/include/ptlib/unix/ptlib/video.h:66,
>                  
from /new/usr/ports/devel/pwlib/work/pwlib/include/ptlib.h:269,
>                  from common.h:45,
>                  from gnomemeeting.h:42,
>                  from gnomemeeting.cpp:41:
> /usr/include/machine/ioctl_meteor.h:33:2: warning: #warning Include 
dev/bktr/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, but 
is
>    not defined as a type.
> ../lib/widgets/history-combo.h:69: error: 'GtkComboClass' is used as a type,
>    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 
function)
> gnomemeeting.cpp:184: error: (Each undeclared identifier is reported only 
once
>    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
>    function)
> /new/usr/ports/devel/pwlib/work/pwlib/include/ptlib/pdirect.h: At global 
scope:
> /new/usr/ports/devel/pwlib/work/pwlib/include/ptlib/pdirect.h:458: warning: 
inline
>    function `static BOOL PDirectory::Remove(const PString&)' used but never
>    defined
> gmake[2]: *** [gnomemeeting.o] Error 1
> gmake[2]: Leaving directory 
`/new/usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/src'
> 
> And the gtk versions: pkg_info | grep gtk
> gtk-1.2.10_12       Gimp Toolkit for X11 GUI (previous stable version)
> gtk-2.4.1           Gimp Toolkit for X11 GUI (current stable version)
> gtk-engines2-2.2.0_3 Theme engine for the gtk+-2.0 toolkit
> gtkglarea-1.99.0_4  An OpenGL widget for the GTK+2 GUI toolkit
> mplayer-gtk-esound-0.92.1_1 High performance media player/encoder
> supporting many forma
> py23-gtk-2.2.0_2    A set of Python bindings for GTK
> wxgtk-2.4.2_7       The wxWindows GUI toolkit with GTK+ bindings
> wxgtk-common-2.4.2_1 The wxWindows GUI toolkit (common files)
> wxgtk2-2.4.2_3      The wxWidgets GUI toolkit (GTK2 version)
> 
> Hope it helps someone.
> 
> Hans
> -- 
> http://lambermont.webhop.org/ () ASCII-ribbon campaign against vCards,
>                               /\ HTML-mail and proprietary formats.



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