Hi,

I'm triing to install Orbit, in order to add the satellite extension to php.

I've update the glib library to 1.2.10 version.
I've downloaded an Orbit snapshot from
http://download.2good.nu/satellite/ORBit-20000902.tgz
"./configure" works fine, but when I run "make" I get errors (see above).

Is there something I did wrong or I forgott to do ?

Thanks
Henaff.
------------------------------------------------
...
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I../../src -I/usr/include/glib-1.2
-I/
usr/lib/glib/include -D_REENTRANT -DORBit_SYSRC=\"/PROG/orbit/etc/orbitrc\"
-I..
/../src/ORBitutil -DORBIT_MAJOR_VERSION=0 -DORBIT_MINOR_VERSION=5
-DORBIT_MICRO_
VERSION=1 -DORBIT_VERSION=\"0.5.1\" -g -O2 -Wall -Wunused
-Wmissing-prototypes -
Wmissing-declarations -Wp,-MD,.deps/orb.pp -c orb.c  -fPIC -DPIC -o
.libs/orb.lo
orb.c: In function `ORBit_rc_load_internal':
orb.c:535: warning: passing arg 3 of `poptParseArgvString' from incompatible
poi
nter type
orb.c:543: warning: passing arg 3 of `poptGetContext' from incompatible
pointer
type
orb.c: At top level:
orb.c:608: `POPT_ARGFLAG_STRIP' undeclared here (not in a function)
orb.c:608: initializer element for `ORBit_options[2].argInfo' is not
constant
orb.c:609: `POPT_ARGFLAG_STRIP' undeclared here (not in a function)
orb.c:609: initializer element for `ORBit_options[3].argInfo' is not
constant
orb.c:610: `POPT_ARGFLAG_STRIP' undeclared here (not in a function)
orb.c:610: initializer element for `ORBit_options[4].argInfo' is not
constant
orb.c:613: `POPT_ARGFLAG_STRIP' undeclared here (not in a function)
orb.c:613: initializer element for `ORBit_options[5].argInfo' is not
constant
orb.c:614: `POPT_ARGFLAG_STRIP' undeclared here (not in a function)
orb.c:614: initializer element for `ORBit_options[6].argInfo' is not
constant
orb.c:615: `POPT_ARGFLAG_STRIP' undeclared here (not in a function)
orb.c:615: initializer element for `ORBit_options[7].argInfo' is not
constant
orb.c:616: `POPT_ARGFLAG_STRIP' undeclared here (not in a function)
orb.c:616: initializer element for `ORBit_options[8].argInfo' is not
constant
orb.c:617: `POPT_ARGFLAG_STRIP' undeclared here (not in a function)
orb.c:617: initializer element for `ORBit_options[9].argInfo' is not
constant
orb.c:618: `POPT_ARGFLAG_STRIP' undeclared here (not in a function)
orb.c:618: initializer element for `ORBit_options[10].argInfo' is not
constant
orb.c:619: `POPT_ARGFLAG_STRIP' undeclared here (not in a function)
orb.c:619: initializer element for `ORBit_options[11].argInfo' is not
constant
orb.c:620: `POPT_ARGFLAG_STRIP' undeclared here (not in a function)
orb.c:620: initializer element for `ORBit_options[12].argInfo' is not
constant
orb.c:621: `POPT_ARGFLAG_STRIP' undeclared here (not in a function)
orb.c:621: initializer element for `ORBit_options[13].argInfo' is not
constant
orb.c: In function `CORBA_ORB_init':
orb.c:645: warning: passing arg 3 of `poptGetContext' from incompatible
pointer
type
orb.c:657: warning: implicit declaration of function `poptStrippedArgv'
make[3]: *** [orb.lo] Error 1
make[3]: Leaving directory `/home/henaffma/install/ORBit-20000902/src/orb'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/henaffma/install/ORBit-20000902/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/henaffma/install/ORBit-20000902'
make: *** [all-recursive-am] Error 2

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to