Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
hello world, i'm having some problems compiling gnomemeeting, i've compiled pwlib, i've had problems with openh323 so I tried to compile gnomemeeting and whatever file it said wasn't found during ./configure I got from rpm files on the net, finally after finishing ./configure and running make I got a problem through the compiling process, this is what I got...
make[2]: Entering directory `/gnomemeeting-0.98.0/src'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" -I../src -I../lib -I../lib/widgets -I../lib/xdap -I/usr/include/ptlib/unix -I/usr/include/ptlib/.. -I/usr/include/ptlib/../ptclib -I/usr/include/openh323 -DP_LINUX -D_REENTRANT -DHAS_OSS -DNDEBUG -DPHAS_TEMPLATES -DP_USE_PRAGMA -DPTRACING -Wall -O2 -g -DHAS_IXJ -DORBIT2=1 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0 -I/usr/include/libxml2 -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/SDL -D_REENTRANT -DHAS_SDL -DGNOMEMEETING_IMAGES=\""/usr/local/share/pixmaps"\" -DSCHEMA_AGE=26 -DDATADIR=\""/usr/local/share"\" -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -c callbacks.cpp
In file included from ldap_window.h:43,
from callbacks.cpp:42:
common.h:42:31: openh323buildopts.h: No such file or directory
In file included from /usr/include/ptlib/unix/ptlib/channel.h:99,
from /usr/local/include/ptlib.h:228,
from common.h:45,
from ldap_window.h:43,
from callbacks.cpp:42:
/usr/include/ptlib/channel.h:181: no type `seek_dir' in `std::basic_ios >'
In file included from /usr/local/include/ptlib.h:276,
from common.h:45,
from ldap_window.h:43,
from callbacks.cpp:42:
/usr/include/ptlib/unix/ptlib/ptlib.inl:56:24: localeinfo.h: No such file or directory
In file included from /usr/local/include/ptlib.h:276,
from common.h:45,
from ldap_window.h:43,
from callbacks.cpp:42:
/usr/include/ptlib/unix/ptlib/ptlib.inl: In member function `BOOL
PDirectory::IsRoot() const':
/usr/include/ptlib/unix/ptlib/ptlib.inl:86: choosing `T
PBaseArray::operator[](unsigned int) const [with T = char]' over `
operator[]'
/usr/include/ptlib/unix/ptlib/ptlib.inl:86: because worst conversion for the
former is better than worst conversion for the latter
/usr/include/ptlib/unix/ptlib/ptlib.inl:86: choosing `T
PBaseArray::operator[](unsigned int) const [with T = char]' over `
operator[]'
/usr/include/ptlib/unix/ptlib/ptlib.inl:86: because worst conversion for the
former is better than worst conversion for the latter
/usr/include/ptlib/unix/ptlib/ptlib.inl:86: choosing `T
PBaseArray::operator[](unsigned int) const [with T = char]' over `
operator[]'
/usr/include/ptlib/unix/ptlib/ptlib.inl:86: because worst conversion for the
former is better than worst conversion for the latter
/usr/include/ptlib/unix/ptlib/ptlib.inl:86: choosing `T
PBaseArray::operator[](unsigned int) const [with T = char]' over `
operator[]'
/usr/include/ptlib/unix/ptlib/ptlib.inl:86: because worst conversion for the
former is better than worst conversion for the latter
In file included from /usr/local/include/ptlib.h:277,
from common.h:45,
from ldap_window.h:43,
from callbacks.cpp:42:
/usr/local/include/ptlib/osutil.inl: At global scope:
/usr/local/include/ptlib/osutil.inl:406: no `BOOL PTime::IsValid() const'
member function declared in class `PTime'
/usr/local/include/ptlib/osutil.inl:777: prototype for `
PWaitAndSignal::PWaitAndSignal(const PSemaphore&, int)' does not match any
in class `PWaitAndSignal'
/usr/include/ptlib/semaphor.h:101: candidates are:
PWaitAndSignal::PWaitAndSignal(const PWaitAndSignal&)
/usr/include/ptlib/semaphor.h:110:
PWaitAndSignal::PWaitAndSignal(PSemaphore&, int = 1)
/usr/local/include/ptlib/osutil.inl:829: no `int PProcess::GetMaxHandles()
const' member function declared in class `PProcess'
/usr/local/include/ptlib/osutil.inl: In member function `int
PProcess::GetMaxHandles() const':
/usr/local/include/ptlib/osutil.inl:829: `maxHandles' undeclared (first use
this function)
/usr/local/include/ptlib/osutil.inl:829: (Each undeclared identifier is
reported only once for each function it appears in.)
In file included from endpoint.h:45,
from gnomemeeting.h:43,
from callbacks.cpp:44:
gdkvideoio.h: At global scope:
gdkvideoio.h:53: parse error before `{' token
gdkvideoio.h:54: virtual outside class declaration
gdkvideoio.h:54: non-member function `const char* GetClass(unsigned int)'
cannot have `const' method qualifier
gdkvideoio.h: In function `const char* GetClass(unsigned int)':
gdkvideoio.h:54: `PVideoOutputDeviceRGB' undeclared (first use this function)
gdkvideoio.h:54: parse error before `::' token
gdkvideoio.h:54: no method `GDKVideoOutputDevice::Class'
gdkvideoio.h: At global scope:
gdkvideoio.h:54: virtual outside class declaration
gdkvideoio.h:54: non-member function `BOOL IsClass(const char*)' cannot have `
const' method qualifier
gdkvideoio.h: In function `BOOL IsClass(const char*)':
gdkvideoio.h:54: no method `GDKVideoOutputDevice::Class'
gdkvideoio.h: At global scope:
gdkvideoio.h:54: virtual outside class declaration
gdkvideoio.h:54: non-member function `BOOL IsDescendant(const char*)' cannot
have `const' method qualifier
gdkvideoio.h: In function `BOOL IsDescendant(const char*)':
gdkvideoio.h:54: no method `GDKVideoOutputDevice::Class'
gdkvideoio.h:54: parse error before `::' token
gdkvideoio.h: At global scope:
gdkvideoio.h:54: syntax error before `(' token
gdkvideoio.h:76: parse error before `int'
gdkvideoio.h:83: destructors must be member functions
gdkvideoio.h:97: non-member function `PStringList GetDeviceNames()' cannot have
`const' method qualifier
gdkvideoio.h:139: parse error before `protected'
gdkvideoio.h:166: parse error before `}' token
In file included from endpoint.h:46,
from gnomemeeting.h:43,
from callbacks.cpp:44:
videograbber.h:108: syntax error before `*' token
videograbber.h:185: syntax error before `*' token
In file included from gnomemeeting.h:43,
from callbacks.cpp:44:
endpoint.h:472: syntax error before `*' token
endpoint.h:473: syntax error before `*' token
make[2]: *** [callbacks.o] Error 1
make[2]: Leaving directory `/gnomemeeting-0.98.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/gnomemeeting-0.98.0'
make: *** [all-recursive-am] Error 2
bash-2.05b#Please help...

![]() |
Linux Commands All the Sa...
|
disk partitioning utility
|

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |