[ptx] libpano12 - build with GNU autoconf, automake and libtool

Bruno Postle bruno at postle.net
Tue Nov 9 11:11:57 GMT 2004


On Tue 09-Nov-2004 at 09:42 +0000, Bruno Postle wrote:
> 
> I've now added the build system to CVS:

The library now builds on osx (this is a first):

 1743296  libpano12.0.0.0.dylib
      21  libpano12.0.dylib -> libpano12.0.0.0.dylib
      21  libpano12.dylib -> libpano12.0.0.0.dylib
 2087560  libpano12.a
      15  libpano12.la -> ../libpano12.la
     851  libpano12.lai

Though the 'tools' fail as Andreas found.

configure couldn't find java, tiff, jpeg or png headers, so I had to
set CFLAGS (this is osx 10.1):

  CFLAGS='-I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -I/sw/include' ./configure
  make

To build on fedora fc1 I had to change this line in configure.ac:

  AC_PREREQ(2.57)

-- 
Bruno


More information about the ptX mailing list