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

Re: New (pre-)release



On Tue, May 23, 2006 at 03:55:07PM -0400, Andrew D. Hwang wrote:
> Version 1.0.7 is finally available. The biggest improvement comes from
> Julian Gilbey's hard work getting the package to build with autoconf and
> automake. Here are changes you're likely to notice if you upgrade now:

Other major changes:

* The contrib and main header files are now separate (epix.h and
  epix_ext.h), as are the libraries (-lepixext is needed on the
  command line if you want to use the extension library).  Neither
  header file says "using namespace ..." any longer, so you'll need to
  say "using namespace ePiX" or "using namespace ePiX_contrib" (or
  both) to access the functions.

* If you want to compile the extension library, you'll need to specify
  --with-contrib to ./configure.

   Julian