I got this too, few hour ago. I found, that in corba_defs.h, which is 
generated by orbit-idl, some linebreaks are missed. Search for ;#endif 
and insert a linebreak between the ; and the #.
Then re-run make.
Sure,this works only on the symptoms rather then at the reason, but it 
works ...

If someone can help with the reason, I'm also interested.


Wolfgang



Benjamin Heckmann wrote:

> Hello,
> 
> I read the install guide on the php installation mailing list. I followed it
> step by step but I got this error while "make" is executed by the use of the
> version directly out of cvs:
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I../../src
> -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -D_REENTRANT
> -DORBit_SYSRC=\"/usr/local/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/corba_defs-common.pp -c
> corba_defs-common.c  -fPIC -DPIC -o .libs/corba_defs-common.lo
> In file included from ../orb/orbit_types.h:83,
>                  from ../orb/orbit.h:59,
>                  from corba_defs.h:7,
>                  from corba_defs-common.c:6:
> .../orb/corba_defs.h:3800: unterminated `#if' conditional
> In file included from corba_defs-common.c:6:
> corba_defs.h:3800: unterminated `#if' conditional
> make[3]: *** [corba_defs-common.lo] Error 1
> make[3]: Leaving directory `/root/heckmann/ORBit/src/orb'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/root/heckmann/ORBit/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/heckmann/ORBit'
> make: *** [all-recursive-am] Error 2
> 
> 
> 
> When I use the TAR-File of ORBit 2000-09-02 and run configure it says the
> are files missing.
> 
> So, what went wrong?!
> 
> I hope you may help me with this...
> Benjamin Heckmann


-- 
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