Try http://www.sicom.com/~bdoan/rlib-1.3.4.tar.gz
I think I fixed them all. (I sometimes compile on a RH 6.1 machine)
Also for those of you with outstanding patches I'll review them this
weekend. I'm really busy @ work and @ home. sorry guys
- bob
On Thu, 2005-06-23 at 12:38 -0400, Shannon Weyrick wrote:
> The problem is that function (and a few other's in rlib) has a variable
> declaration after code. Newer versions of gcc don't care but older
> versions do. If you reorder the variables a bit it compiles. Sorry I had
> a patch for this but I've misplaced it - luckily it's a pretty quick fix.
>
> Shannon
>
> Michael McInally wrote:
> > ./configure --prefix=/usr --disable-gd --disable-python
> > --disable-postgre
> >
> > make
> >
> > graphing.c: In function `rlib_graph':
> > graphing.c:244: parse error before `minor_tick'
> > graphing.c:246: `minor_tick' undeclared (first use in this function)
> > graphing.c:246: (Each undeclared identifier is reported only once
> > graphing.c:246: for each function it appears in.)
> > make[2]: *** [graphing.lo] Error 1
> > make[2]: Leaving directory `/home/mcinallym/rlib-1.3.3/libsrc'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/mcinallym/rlib-1.3.3'
> > make: *** [all] Error 2
> >
> >
> >
> > Can't I disable graphing somehow? Or is this a problem somewhere else?
> >
> >
> >
>
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Rlib-users mailing list
> Rli...@li...
> https://lists.sourceforge.net/lists/listinfo/rlib-users
|