Re: [GnomeMeeting-list] GnomeMeeting 0.94.1



Le sam 23/11/2002 à 23:34, Vitaly Lipatov a écrit :

> I have found a source of my trouble:
> cc1plus: warning: changing search order for system directory 
> "/usr/include"
> cc1plus: warning:   as it has already been specified as a 
> non-system directory
> 

It happens with gcc 3.x when some script returns /usr/include as include
directory. SDL is doing this. gcc 3.x gives a warning because
/usr/include should not be specified as -I parameter as it is a system
directory. But that shouldn't give any problem.

Unfortunately, I have no idea for your problem. I'm sorry....
GnomeMeeting compiles fine here with gcc 3.2. If you find the solution
to your problem, please contribute it back here.

> There is some strange hack in include for pwlib (ptlib, 
> ptlib/unix/ptlib)... it depends from order include 
> directories... it does not.
> When I move /usr/include/{ptlib.h,pctlib,ptlib} in 
> /usr/local/include/my
> all compiled.
> Will I block automatic change a search order?
> 
> 
> P.S.
> Please help me if it is possible.
> 
> >
> > Le sam 23/11/2002 à 03:13, Vitaly Lipatov a écrit :
> > > Hello,
> > > I try to compile GM 0.94.1 (latest versions of pwlib-1.3.11
> > > and openh323_1-1.9.10 libraries are already installed ) in
> > > Mandrake-like distro.
> > > It seem as it do not include ptlib/unix/contain.h with
> > > define of BOOL.
> > > Any comments?
> > >
> > > g++ -DHAVE_CONFIG_H -I. -I. -I..
> > > -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../src -I..
> > > /lib -I../lib/widgets -I../lib/xdap  -DORBIT2=1 -D_REENTRANT
> > > -I/usr/include/libgnomeui-
> > > 2.0 -I/usr/include/libgnome-2.0
> > > -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.
> > > 0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2
> > > -I/usr/include/libbonoboui-2.0 -I/us
> > > r/include/glib-2.0 -I/usr/lib/glib-2.0/include
> > > -I/usr/include/orbit-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/incl
> > > ude/linc-1.0 -I/usr/include/bonobo-activation-2.0
> > > -I/usr/include/libxml2 -I/usr/include
> > > /pango-1.0 -I/usr/include/freetype2
> > > -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -
> > > I/usr/include/Xft2 -I/usr/X11R6/include -I/usr/include
> > > -I/usr/include/ptlib/unix -I/u
> > > sr/include/ptlib/.. -I/usr/include/ptlib/../ptclib
> > > -I/usr/include -I/usr/include/openh3
> > > 23 -I/usr/include/openssl -DP_LINUX -D_REENTRANT
> > > -DP_HAS_SEMAPHORES -DP_PTHREADS  -DPBY
> > > TE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g
> > > -DPHAS_TEMPLATES -Wall -DHAS_IX
> > > J -I/usr/include/SDL -D_REENTRANT -DHAS_SDL
> > > -DGNOMEMEETING_IMAGES=\""/usr/share/pixmap
> > > s"\" -DSCHEMA_AGE=12 -DDATADIR=\""/usr/share"\"
> > > -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DE
> > > PRECATED -DGDK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
> > > -DGDK_PIXBUF_DISABLE_DEPRECA
> > > TED -DGNOME_DISABLE_DEPRECATED    -O3  -c common.cpp
> > > cc1plus: warning: changing search order for system directory
> > > "/usr/include"
> > > cc1plus: warning:   as it has already been specified as a
> > > non-system directory
> > > In file included from common.cpp:24:
> > > common.h:29:21: contain.h: No such file or directory
> > > In file included from /usr/include/ptlib/contain.h:218,
> > >                  from /usr/include/ptlib.h:137,
> > >                  from common.h:30,
> > >                  from common.cpp:24:
> > > /usr/include/ptlib/object.h:569: ISO C++ forbids declaration
> > > of `BOOL' with no type
> > > /usr/include/ptlib/object.h:569: parse error before `('
> > > token /usr/include/ptlib/object.h:1185: ISO C++ forbids
> > > declaration of `BOOL' with no type
> > > /usr/include/ptlib/object.h:1185: `BOOL' declared as a
> > > `virtual' field
> > > /usr/include/ptlib/object.h:1185: parse error before `('
> > > token
-- 
Damien Sandras <dsandras seconix com>




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