[ptx] [OT?] Compile Problems with pfstmo x86_64 (amd64) - [SOLVED]

Gerhard Gaussling ggrubbish at web.de
Fri Dec 23 22:11:42 GMT 2005


Am Samstag 17 Dezember 2005 14:41 schrieb Gerhard Gaussling:
> For now I'm only struggling with configure pfstmo, where I tried the
> same tacktick as with psfcalibrate, but it still doesn't find it's >=
>
> psf-1.0 lib, but it's there:
> > $ sudo ldconfig -p|grep libpfs-1.2.so.0
> >         libpfs-1.2.so.0 (libc6,x86-64) =>
> > /usr/local/lib/libpfs-1.2.so.0
Rafal Mantiuk:
This package was prepared for another version of pfstools, which used 
different naming for pkgconfig file. You have to manually change 
configure.ac: 
 PKG_CHECK_MODULES(PFS, pfs-1.0 >= 1.0) 
 to 
 PKG_CHECK_MODULES(PFS, pfs >= 1.0) 
 and then run "autoreconf", followed by "configure" and "make".
 
http://sourceforge.net/forum/forum.php?thread_id=1404671&forum_id=441170

He offered a new package with some bugfixes e.g. in  mo_fattal02.cpp:

 tmo_fattal02.cpp:326: error: array bound forbidden after parenthesized 
type-id  
 
Several syntax incompatibilites fixed. Please download a new release: 
 
http://www.mpii.mpg.de/resources/tmo/pfstmo-1.0.tar.gz 

regards

Gerhard Gaußling


More information about the ptx mailing list