[ptx] cvs failing to build on x86_64/amd/suse 9.3

Michael Galloway mgx at ornl.gov
Mon Feb 20 02:23:27 GMT 2006


hmmm ....

no i get this after a make distclean, ./bootstrap, ./configure:

lance:/tmp/hugin # make
Making all in src
make[1]: Entering directory `/tmp/hugin/src'
Making all in jhead
make[2]: Entering directory `/tmp/hugin/src/jhead'
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H "-I." -I../../src/include -I../../src/include    -g -O2 -MT exif.lo -MD -MP -MF ".deps/exif.Tpo" -c -o exif.lo exif.cpp; \
then mv -f ".deps/exif.Tpo" ".deps/exif.Plo"; else rm -f ".deps/exif.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/include -g -O2 -MT exif.lo -MD -MP -MF .deps/exif.Tpo -c exif.cpp -o exif.o
exif.cpp: In function `void ProcessExifDir(ImageInfo_t&, unsigned char*,
   unsigned char*, unsigned int, int)':
exif.cpp:606: error: 'struct ImageInfo_t' has no member named 'ExifImageLength'
exif.cpp:614: error: 'struct ImageInfo_t' has no member named 'ExifImageWidth'
exif.cpp:618: error: 'struct ImageInfo_t' has no member named 'FocalplaneXRes'
exif.cpp:622: error: 'struct ImageInfo_t' has no member named 'FocalplaneYRes'
exif.cpp:627: error: 'struct ImageInfo_t' has no member named 'FocalplaneUnits'
exif.cpp:632: error: 'struct ImageInfo_t' has no member named 'FocalplaneUnits'
exif.cpp:635: error: 'struct ImageInfo_t' has no member named 'FocalplaneUnits'
exif.cpp:636: error: 'struct ImageInfo_t' has no member named 'FocalplaneUnits'
exif.cpp:637: error: 'struct ImageInfo_t' has no member named 'FocalplaneUnits'
make[2]: *** [exif.lo] Error 1
make[2]: Leaving directory `/tmp/hugin/src/jhead'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/hugin/src'
make: *** [all-recursive] Error 1


-- michael

On Sun, Feb 19, 2006 at 11:22:22AM +0100, Pablo d'Angelo wrote:
> Michael Galloway wrote:
> > i'm going to toss this back out. hugin cvs is failing to build for me on
> > suse 9.3 x86_64.
> > 
> >
> > Making all in vigra_ext
> > make[2]: Entering directory `/tmp/hugin/src/vigra_ext'
> > if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H "-I." -I../../src/include -I../../src/include -I../../src/foreign    -g -O2 -MT MultiThreadOperations.lo -MD -MP -MF ".deps/MultiThreadOperations.Tpo" -c -o MultiThreadOperations.lo MultiThreadOperations.cpp; \
> > then mv -f ".deps/MultiThreadOperations.Tpo" ".deps/MultiThreadOperations.Plo"; else rm -f ".deps/MultiThreadOperations.Tpo"; exit 1; fi
> >  g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/include -I../../src/foreign -g -O2 -MT MultiThreadOperations.lo -MD -MP -MF .deps/MultiThreadOperations.Tpo -c MultiThreadOperations.cpp -o MultiThreadOperations.o
> > In file included from /usr/include/boost/thread/detail/config.hpp:18,
> >                  from /usr/include/boost/thread/thread.hpp:15,
> >                  from /usr/include/boost/thread.hpp:15,
> >                  from ../../src/include/vigra_ext/MultiThreadOperations.h:29,
> >                  from MultiThreadOperations.cpp:25:
> > /usr/include/boost/config/requires_threads.hpp:47:5: #error "Compiler threading support is not turned on. Please set the correct command line options for threading: -pthread (Linux), -pthreads (Solaris) or -mthreads (Mingw32)"
> > In file included from /usr/include/boost/thread/thread.hpp:19,
> >                  from /usr/include/boost/thread.hpp:15,
> >                  from ../../src/include/vigra_ext/MultiThreadOperations.h:29,
> >                  from MultiThreadOperations.cpp:25:
> > /usr/include/boost/thread/mutex.hpp:58: error: `cv_state' was not declared in
> 
> Thanks for the report. Its strange that I didn't get this error on my machine.
> 
> I have fixed this problem in the current cvs. It should (hopefully) build on
> your machine now, I hope.
> 
> ciao
>   Pablo
> 


More information about the ptx mailing list