[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building JIGS
From: |
J.F.Costa |
Subject: |
Re: Building JIGS |
Date: |
28 Apr 2004 19:49:10 -0700 |
Nicola Pero <nicola@brainstorm.co.uk> wrote in message
news:<mailman.2222.1083174616.1061.help-gnustep@gnu.org>...
> > > > I downloaded JIGS from the GNUstep CVS and when I tried to
> > > > build it I
> > > > got compile errors 'objc/hash.h' and in a number of other perfectly
> > > > fine, working headers like 'libio.h'. Most of those errors have to do
> > > > with the non-declaration of the type 'size_t'. Does anybody have an
> > > > idea on why that is? I think it might be something related to the
> > > > compilation conditionals in 'stddef.h', but I'm not really sure.
> > >
> > > Interesting - could you provide us with more details ?
> > >
> > > Main questions would be - is the problem generally with compiling ObjC
> > > code, or is it specific to JIGS ? That is, can you compile ObjC code
> > > outside of JIGS ?
> > >
> > > Which machine/os/platform are you working on ?
> > >
> > > Thanks.
> >
> > Yes, I can compile ObjcC code. I have built and installed GNUstep
> > core and some extra GNUstep libraries and applications and everything
> > seems fine with them, so I'm guessing the problem is specific to JIGS.
>
> Maybe it's something to do with the Java headers then ?
>
> Which version of Java are you using ? I'm afraid at the moment it has
> only been tested / is only known to be working with Sun's Java. :-(
Nevermind everything I said, the $JAVA_HOME wasn't set. JIGS builds
with no problem at all. :)
J.F.Costa