Re: ORBit on Solaris 7 doesn't compile



Elliot Lee wrote:
> 
> On Sat, 6 Mar 1999 10:52:35 +0100, Drazen Kacar <dave@srce.hr> wrote:
> >Hi, I hope this is the right place to report bugs and get a little help.
> >I wanted to compile ORBit 0.4.0 (as distributed with GNOME 1.0) on Solaris
> >7 with Sun's cc 5.0, but it failed.
> >
> >First, there is a missing `#include <alloca.h>' in popt/popthelp.c
> >I fixed that and then I was presented with this:
> >
> >cc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I../../src -I/usr/local/lib/glib/include -I/usr/local/include -DORBit_SYSRC=\"/usr/local/etc/orbitrc\" -xO3 -xarch=v8 -xchip=ultra -xdepend -xprefetch=yes -c -KPIC -DPIC allocators.c -o allocators.o
> >"../orb/allocator-defs.h", line 36: warning: syntax error:  empty declaration
> >"../orb/allocator-defs.h", line 37: warning: syntax error:  empty declaration
> >"../orb/allocator-defs.h", line 38: warning: syntax error:  empty declaration
> >"../orb/dii.h", line 30: cannot find include file: "orb/interface_repository.h"
> 
> This is the tipoff. Find out why your interface_repository.h file isn't
> getting built.
> 
> -- Elliot
> "In film you will find four basic story lines. Man versus man, man
>  versus nature, nature versus nature, and dog versus vampire."
>     - Steven Spielberg
> 
> --
>         FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
>          To unsubscribe: mail gnome-list-request@gnome.org with
>                        "unsubscribe" as the Subject.


I have a VERY similar problem trying to get ORBit to compile under SGI
Irix 6.2 with the SGI C compiler.  The problem seems to be in the
following:

Making all in orb
gmake[3]: Entering directory
`/usr/people/gabe/grail/pub/gnome/ORBit/src/orb'
../../src/idl-compiler/orbit-idl --noskels
../../src/daemons/interface_repository/interface_repository.idl
Error: Empty file

** WARNING **: Parse of
../../src/daemons/interface_repository/interface_repository.idl failed
../../src/idl-compiler/orbit-idl --noskels
../../src/daemons/interface_repository/interface_repository.idl
Error: Empty file


I tried debugging this, but the problem seems to be inside of the
execution of the yacc (bison) grammer.  Tracing in that code is not
easy.  Anyone have any ideas or luck in tracing this down?

-- 
 * J. Gabriel Foster         Silicon Grail       gabe@sgrail.com *
 *                   Cashing in on being a nerd.                 *



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