Problems under Debian; Questions
    Keir Mierle 
    keir at mierle.com
       
    Thu Nov 13 23:20:50 GMT 2003
    
    
  
> Don't know, "readAdjustLine" is part of libpano.  Do you have
> libpano12.so in /usr/lib or /usr/local/lib?
Yes, it's there.
$ ldd `which PTStitcher`
        libpano12.so => /usr/local/lib/libpano12.so (0x4002d000)
        libc.so.6 => /lib/libc.so.6 (0x40063000)
        libm.so.6 => /lib/libm.so.6 (0x40195000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x401b7000)
        libtiff.so.3 => /usr/lib/libtiff.so.3 (0x401d6000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
        libz.so.1 => /usr/lib/libz.so.1 (0x40219000)
So I'm not sure what to do :(
> > And, is there source for the PT* helper functions?
> 
> Nope :-(
Yuck. It's a real pity that all of panotools isn't GPL'd.
I don't suppose anyone has considered taking the plunge and reverse-engineering
the binaries or simply re-implementing the functionality from scratch? Maybe
extending the library to encompas the functionality previously in the helper
functions. This would make writing programs like Hugin nicer; there wouldn't be
the need for intermediate text files.
> The hugin build expects to find the libpano header files in
> somewhere like /usr/include/pano12 or /usr/local/include/pano12.
> You should have this if you installed the rpm or deb.
I installed manually from the tarball. 
Keir
    
    
More information about the ptX
mailing list