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

Re: ePiX2 by CVS



"Andrew D. Hwang" <ahwang@mathcs.holycross.edu> writes:

> Hi all,
>
> The latest source files for ePiX2 are now available by CVS from savannah:
>
>   http://savannah.nongnu.org/cgi-bin/viewcvs/epix/epix/2.x/
>
> A fairly current tarball will be available here:
>
>   http://math.holycross.edu/~ahwang/software/epix-2.0pre.tar.bz2
>
> I'll keep the savannah sources stable, uploading only changes that result
> in a buildable, usable library rather than daily bleeding-edge edits.

Is the pre.tar.bz2 supposed to be working?
I'm not sure how to install it, but "make" in the directory it's
unpacked in gives me:

  [Epix]> make
  g++ -c -Wall Pair.cc
  g++ -c -Wall Functions.cc
  Functions.cc: In function `T ePiX2::identity(T)':
  Functions.cc:95: error: `arg' undeclared (first use this function)
  Functions.cc:95: error: (Each undeclared identifier is reported only once for each function it appears in.)
  make: *** [Functions.o] Error 1
  [Epix]> 

> Future announcements will normally be made only via the project
> page,

Why is that?

Jay