Problems in gnome-core



Hi!

Bernd> Is it possible that applet-lib.cc must be compiled with mico-c++?

Probably. Try "make clean; make CXX=mico-c++".
If that works for you, I'll change panel/Makefile.am to force this.

I tired your proposal and it looks good but nevertheless there is still
a problem left:
make[2]: Entering directory `/usr/src/local/gnome-core/panel'
/bin/sh ../libtool --mode=compile mico-c++ -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMEL
OCALEDIR=\""/opt/gnome/share/locale"\" -I/opt/gnome/include -I/opt/gnome/include
 -I/opt/gnome/include/libgnomesupport -I/usr/X11R6/include -g -O2 -c applet-lib.
cc
mico-c++ -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\"/opt/gnome/share/locale
\" -I/opt/gnome/include -I/opt/gnome/include -I/opt/gnome/include/libgnomesuppor
t -I/usr/X11R6/include -g -O2 -Wp,-MD,.deps/applet-lib.p -c -fPIC -DPIC applet-l
ib.cc
applet-lib.cc: In function `int gnome_panel_applet_init_corba(int *, char ***)':
applet-lib.cc:77: warning: implicit declaration of function `int panel_initializ
e_corba(...)'
applet-lib.cc:79: parse error before `->'
make[2]: *** [applet-lib.lo] Error 1
make[2]: Leaving directory `/usr/src/local/gnome-core/panel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/local/gnome-core'
make: *** [all-recursive-am] Error 2 

Another problem is in the gemvt subdir:
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/gnome/include -I/usr/X11R6/include -I/usr/X11R6/include  -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Winline -Wpointer-arith -O6 -fstrength-reduce -fexpensive-optimizations -finline-functions -frerun-cse-after-loop -freg-struct-return -fnonnull-objects -I/opt/gnome/include -c gvtmain.c
In file included from gvtmain.c:29:
/opt/gnome/include/libgnomeui/libgnomeui.h:27: parse error before `gnome_init'
/opt/gnome/include/libgnomeui/libgnomeui.h:29: warning: `struct argp' declared i
nside parameter list
/opt/gnome/include/libgnomeui/libgnomeui.h:29: warning: its scope is only this d
efinition or declaration,
/opt/gnome/include/libgnomeui/libgnomeui.h:29: warning: which is probably not wh
at you want.
/opt/gnome/include/libgnomeui/libgnomeui.h:29: warning: data definition has no t
ype or storage class
gvtmain.c: In function `main':
gvtmain.c:117: warning: passing arg 2 of `gnome_init' from incompatible pointer
type
gvtmain.c:117: warning: passing arg 3 of `gnome_init' makes integer from pointer
 without a cast
gvtmain.c:117: too few arguments to function `gnome_init'
gvtmain.c:100: warning: unused variable `id'  
gemvt.xpm: At top level:
gemvt.xpm:2: warning: `gemvt_xpm' defined but not used
make[2]: *** [gvtmain.o] Error 1
make[2]: Leaving directory `/usr/src/local/gnome-core/gemvt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/local/gnome-core'
make: *** [all-recursive-am] Error 2      

Bye
--
Bernd Bartmann
<Bernd.Bartmann@picard.isdn.cs.tu-berlin.de>



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