libcvd-members
[Top][All Lists]
Advanced

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

Re: [libcvd-members] Camera problems on OSX


From: Gerhard Reitmayr
Subject: Re: [libcvd-members] Camera problems on OSX
Date: Fri, 30 Apr 2010 08:45:35 +0200

yes, its very annoying... has anyone tried compiling libcvd as 32 bit and see, 
if the API works then ?

Joe Newman said that he was developing some wrapper for the Cocoa bindings but 
I am not sure what the result is.

Also, I am using now usually Pointgrey Firefly MV with USB 2.0 interface. These 
can be accessed via the dc1394 interface (!) because Pointgrey somehow supports 
the same API over USB and libdc1394 implements support for USB cameras.

cheers,
  Gerhard

On 30 Apr 2010, at 06:40, Georg Klein wrote:

> Sorry to resurrect an old thread after four and a half months, but I just ran 
> into this as well.  Quicktime doesn't work with CVD on 10.6 by default 
> because CVD (and most other compiled-from-source software) builds to 64 bit 
> by default, and Quicktime's C-bindings are 32 bit only. Bummer.
> 
> From
> http://developer.apple.com/mac/library/documentation/Carbon/Conceptual/Carbon64BitGuide/OtherAPIChanges/OtherAPIChanges.html
> :
> 
> "The QuickTime C APIs are not available to 64-bit applications. For these 
> applications, the QuickTime Kit Objective-C classes are the primary interface 
> into QuickTime. For example, if you use the QuickTime C API to play movies 
> and you want to build a 64-bit version of your application, use the QuickTime 
> Kit and display the movie in a Cocoa window. The QuickTime Kit is described 
> in detail in QuickTime Kit Programming Guide."
> 
> 
> 
> On Dec 14, 2009, at 10:32 AM, E. Rosten wrote:
> 
>> On Mon, 14 Dec 2009, address@hidden wrote:
>> 
>> 
>>> When linking against libcvd_debug I get the following output:
>>> 
>>> Error: undefined video source protocol: 'dc1394'
>>> valid protocols: jpegstream, files
>> 
>> From the config log below, it looks like it is not finding dc1394. I've just 
>> made a change to the latest version in CVS which should fix this. It was 
>> adding the paths to /opt/local after looking for dc1394.
>> 
>>> or:
>>> 
>>> Error: undefined video source protocol: 'qt'
>>> valid protocols: jpegstream, files
>> 
>> This problem has been cropping up recently. I there was some kind of API 
>> change in 10.6. I don't use a mac, so I can't confirm this.
>> 
>>> sudo port installed|grep 1394
>>> libdc1394 @2.1.2_0+universal (active)
>> 
>> -Ed
>> 
>> 
>> 
>> 
>> 
>>> ./configure --without-ffmpeg
>>> checking for gcc... gcc
>>> checking for C compiler default output file name... a.out
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables...
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether gcc accepts -g... yes
>>> checking for gcc option to accept ISO C89... none needed
>>> checking how to run the C preprocessor... gcc -E
>>> checking for grep that handles long lines and -e... /usr/bin/grep
>>> checking for egrep... /usr/bin/grep -E
>>> checking for ANSI C header files... yes
>>> checking for gawk... no
>>> checking for mawk... no
>>> checking for nawk... no
>>> checking for awk... awk
>>> checking for g++... g++
>>> checking whether we are using the GNU C++ compiler... yes
>>> checking whether g++ accepts -g... yes
>>> checking for a BSD-compatible install... /usr/bin/install -c
>>> checking whether ln -s works... yes
>>> checking for ranlib... ranlib
>>> checking how to run the C++ preprocessor... g++ -E
>>> checking if compiler flag -Wall works... yes
>>> checking if compiler flag -Wextra works... yes
>>> checking if compiler flag -pipe works... yes
>>> checking if compiler flag -ggdb works... yes
>>> checking if compiler flag -fPIC works... yes
>>> checking build system type... i386-apple-darwin10.0.0
>>> checking host system type... i386-apple-darwin10.0.0
>>> checking for best optimize flags...
>>> checking if compiler flag -O3 works... yes
>>> checking CPU type... unknown
>>> ------------------------------------
>>> Checking processor specific features
>>> ------------------------------------
>>> checking for sys/types.h... yes
>>> checking for sys/stat.h... yes
>>> checking for stdlib.h... yes
>>> checking for string.h... yes
>>> checking for memory.h... yes
>>> checking for strings.h... yes
>>> checking for inttypes.h... yes
>>> checking for stdint.h... yes
>>> checking for unistd.h... yes
>>> checking whether byte ordering is bigendian... no
>>> checking for MMX support... yes
>>> checking for MMXEXT support... yes
>>> checking for SSE support... yes
>>> checking for SSE2 support... yes
>>> checking for SSE3 support... yes
>>> checking size of void*... 8
>>> checking for inline asm statement... yes
>>> checking assembler supports .type pseudo-op... no
>>> -----------------------------------------------
>>> Checking for operating system specific features
>>> -----------------------------------------------
>>> checking dc1394/dc1394.h usability... no
>>> checking dc1394/dc1394.h presence... no
>>> checking for dc1394/dc1394.h... no
>>> checking for main in -ldc1394... no
>>> checking for /opt/local... yes
>>> checking for /sw... no
>>> configure: Adding /usr/X11R6/include to the build path.
>>> checking Carbon and QuickTime framework... no
>>> checking for clock_getres in -lrt... no
>>> -------------------------------
>>> Checking for optional libraries
>>> -------------------------------
>>> checking for X... libraries , headers
>>> checking for glDrawPixels in -lGL... yes
>>> checking GL/glu.h usability... yes
>>> checking GL/glu.h presence... yes
>>> checking for GL/glu.h... yes
>>> checking for gluGetString in -lGLU... yes
>>> checking for tr1::shared_ptr... yes
>>> checking for TooN... yes
>>> checking for dgesvd_ in -lacml... no
>>> checking if Accelerate framework is needed for LAPACK...
>>> checking for dgesvd_... yes
>>> checking for working pthreads... yes
>>> checking for pthread_yield... no
>>> checking for pthread_yield_np... yes
>>> checking png.h usability... yes
>>> checking png.h presence... yes
>>> checking for png.h... yes
>>> checking for png_init_io in -lpng... yes
>>> checking jpeglib.h usability... yes
>>> checking jpeglib.h presence... yes
>>> checking for jpeglib.h... yes
>>> checking for jpeg_destroy_decompress in -ljpeg... yes
>>> checking JPEG read buffer size... 1 (safe reading)
>>> checking tiffio.h usability... yes
>>> checking tiffio.h presence... yes
>>> checking for tiffio.h... yes
>>> checking for TIFFReadRGBAImage in -ltiff... yes
>>> checking for TIFFReadRGBAImageOriented in -ltiff... yes
>>> checking for doxygen... no
>>> -----------------------------------
>>> Checking for platform compatibility
>>> -----------------------------------
>>> checking glob.h usability... yes
>>> checking glob.h presence... yes
>>> checking for glob.h... yes
>>> checking for glob... yes
>>> checking for GLOB_BRACE and GLOB_TILDE in glob.h... yes
>>> checking whether feenableexcept is declared... no
>>> checking for posix_memalign... yes
>>> --------------------------------
>>> Checking for extra build options
>>> --------------------------------
>>> Options:
>>> inline_asm videodisplay tr1_shared_ptr toon lapack pthread png jpeg tiff 
>>> glob memalign
>>> Missing options for darwin10.0.0:
>>> assembler dc1394v2 dvbuffer3 ffmpeg posix_rt qtbuffer
>>> Dodgy things:
>>> missing_c99_feenableexcept
>>> SIMD support:
>>> mmx mmxext sse sse2 sse3
>>> Missing SIMD support for i386-apple-darwin10.0.0:
>>> -g -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread
>>> -ltiff -ljpeg -lpng -lGLU -lGL -L/opt/local/lib -L -lX11 -lXext -dylib_file 
>>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
>>>  -framework Accelerate -pthread
>>> -n Generating config...
>>> configuration unchanged
>>> configure: creating ./config.status
>>> config.status: creating Makefile
>>> ==============================
>>> Contents of config.log
>>> ==============================
>>> This file contains any messages produced by compilers while
>>> running configure, to aid debugging if configure makes a mistake.
>>> It was created by CVD configure 0.8, which was
>>> generated by GNU Autoconf 2.63. Invocation command line was
>>> $ ./configure --without-ffmpeg
>>> ## --------- ##
>>> ## Platform. ##
>>> ## --------- ##
>>> hostname = Dewayne-Debbss-MacBook-Pro.local
>>> uname -m = i386
>>> uname -r = 10.0.0
>>> uname -s = Darwin
>>> uname -v = Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; 
>>> root:xnu-1456.1.25~1/RELEASE_I386
>>> /usr/bin/uname -p = i386
>>> /bin/uname -X = unknown
>>> /bin/arch = unknown
>>> /usr/bin/arch -k = unknown
>>> /usr/convex/getsysinfo = unknown
>>> /usr/bin/hostinfo = Mach kernel version:
>>> Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; 
>>> root:xnu-1456.1.25~1/RELEASE_I386
>>> Kernel configured for up to 2 processors.
>>> 2 processors are physically available.
>>> 2 processors are logically available.
>>> Processor type: i486 (Intel 80486)
>>> Processors active: 0 1
>>> Primary memory available: 4.00 gigabytes
>>> Default processor set: 112 tasks, 443 threads, 2 processors
>>> Load average: 0.63, Mach factor: 1.35
>>> /bin/machine = unknown
>>> /usr/bin/oslevel = unknown
>>> /bin/universe = unknown
>>> PATH: /opt/local/bin
>>> PATH: /opt/local/sbin
>>> PATH: /opt/local/bin
>>> PATH: /opt/local/sbin
>>> PATH: /opt/local/bin
>>> PATH: /opt/local/sbin
>>> PATH: /usr/bin
>>> PATH: /bin
>>> PATH: /usr/sbin
>>> PATH: /sbin
>>> PATH: /usr/local/bin
>>> PATH: /usr/X11/bin
>>> ## ----------- ##
>>> ## Core tests. ##
>>> ## ----------- ##
>>> configure:2016: checking for gcc
>>> configure:2032: found /usr/bin/gcc
>>> configure:2043: result: gcc
>>> configure:2275: checking for C compiler version
>>> configure:2283: gcc --version >&5
>>> i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1)
>>> Copyright (C) 2007 Free Software Foundation, Inc.
>>> This is free software; see the source for copying conditions. There is NO
>>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>>> configure:2287: $? = 0
>>> configure:2294: gcc -v >&5
>>> Using built-in specs.
>>> Target: i686-apple-darwin10
>>> Configured with: /var/tmp/gcc/gcc-5646.1~2/src/configure --disable-checking 
>>> --enable-werror --prefix=/usr --mandir=/share/man 
>>> --enable-languages=c,objc,c++,obj-c++ 
>>> --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib 
>>> --build=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
>>> --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 
>>> --target=i686-apple-darwin10
>>> Thread model: posix
>>> gcc version 4.2.1 (Apple Inc. build 5646) (dot 1)
>>> configure:2298: $? = 0
>>> configure:2305: gcc -V >&5
>>> gcc-4.2: argument to `-V' is missing
>>> configure:2309: $? = 1
>>> configure:2332: checking for C compiler default output file name
>>> configure:2354: gcc conftest.c >&5
>>> configure:2358: $? = 0
>>> configure:2396: result: a.out
>>> configure:2415: checking whether the C compiler works
>>> configure:2425: ./a.out
>>> configure:2429: $? = 0
>>> configure:2448: result: yes
>>> configure:2455: checking whether we are cross compiling
>>> configure:2457: result: no
>>> configure:2460: checking for suffix of executables
>>> configure:2467: gcc -o conftest conftest.c >&5
>>> configure:2471: $? = 0
>>> configure:2497: result:
>>> configure:2503: checking for suffix of object files
>>> configure:2529: gcc -c conftest.c >&5
>>> configure:2533: $? = 0
>>> configure:2558: result: o
>>> configure:2562: checking whether we are using the GNU C compiler
>>> configure:2591: gcc -c conftest.c >&5
>>> configure:2598: $? = 0
>>> configure:2615: result: yes
>>> configure:2624: checking whether gcc accepts -g
>>> configure:2654: gcc -c -g conftest.c >&5
>>> configure:2661: $? = 0
>>> configure:2762: result: yes
>>> configure:2779: checking for gcc option to accept ISO C89
>>> configure:2853: gcc -c -g -O2 conftest.c >&5
>>> configure:2860: $? = 0
>>> configure:2883: result: none needed
>>> configure:2907: checking how to run the C preprocessor
>>> configure:2947: gcc -E conftest.c
>>> configure:2954: $? = 0
>>> configure:2985: gcc -E conftest.c
>>> conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
>>> configure:2992: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | #define PACKAGE_NAME "CVD"
>>> | #define PACKAGE_TARNAME "cvd"
>>> | #define PACKAGE_VERSION "0.8"
>>> | #define PACKAGE_STRING "CVD 0.8"
>>> | #define PACKAGE_BUGREPORT ""
>>> | /* end confdefs.h. */
>>> | #include <ac_nonexistent.h>
>>> configure:3025: result: gcc -E
>>> configure:3054: gcc -E conftest.c
>>> configure:3061: $? = 0
>>> configure:3092: gcc -E conftest.c
>>> conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
>>> configure:3099: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | #define PACKAGE_NAME "CVD"
>>> | #define PACKAGE_TARNAME "cvd"
>>> | #define PACKAGE_VERSION "0.8"
>>> | #define PACKAGE_STRING "CVD 0.8"
>>> | #define PACKAGE_BUGREPORT ""
>>> | /* end confdefs.h. */
>>> | #include <ac_nonexistent.h>
>>> configure:3139: checking for grep that handles long lines and -e
>>> configure:3199: result: /usr/bin/grep
>>> configure:3204: checking for egrep
>>> configure:3268: result: /usr/bin/grep -E
>>> configure:3273: checking for ANSI C header files
>>> configure:3303: gcc -c -g -O2 conftest.c >&5
>>> configure:3310: $? = 0
>>> configure:3409: gcc -o conftest -g -O2 conftest.c >&5
>>> configure:3413: $? = 0
>>> configure:3419: ./conftest
>>> configure:3423: $? = 0
>>> configure:3441: result: yes
>>> configure:3456: checking for gawk
>>> configure:3486: result: no
>>> configure:3456: checking for mawk
>>> configure:3486: result: no
>>> configure:3456: checking for nawk
>>> configure:3486: result: no
>>> configure:3456: checking for awk
>>> configure:3472: found /usr/bin/awk
>>> configure:3483: result: awk
>>> configure:3552: checking for g++
>>> configure:3568: found /usr/bin/g++
>>> configure:3579: result: g++
>>> configure:3606: checking for C++ compiler version
>>> configure:3614: g++ --version >&5
>>> i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1)
>>> Copyright (C) 2007 Free Software Foundation, Inc.
>>> This is free software; see the source for copying conditions. There is NO
>>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>>> configure:3618: $? = 0
>>> configure:3625: g++ -v >&5
>>> Using built-in specs.
>>> Target: i686-apple-darwin10
>>> Configured with: /var/tmp/gcc/gcc-5646.1~2/src/configure --disable-checking 
>>> --enable-werror --prefix=/usr --mandir=/share/man 
>>> --enable-languages=c,objc,c++,obj-c++ 
>>> --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib 
>>> --build=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
>>> --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 
>>> --target=i686-apple-darwin10
>>> Thread model: posix
>>> gcc version 4.2.1 (Apple Inc. build 5646) (dot 1)
>>> configure:3629: $? = 0
>>> configure:3636: g++ -V >&5
>>> g++-4.2: argument to `-V' is missing
>>> configure:3640: $? = 1
>>> configure:3643: checking whether we are using the GNU C++ compiler
>>> configure:3672: g++ -c conftest.cpp >&5
>>> configure:3679: $? = 0
>>> configure:3696: result: yes
>>> configure:3705: checking whether g++ accepts -g
>>> configure:3735: g++ -c -g conftest.cpp >&5
>>> configure:3742: $? = 0
>>> configure:3843: result: yes
>>> configure:3911: checking for a BSD-compatible install
>>> configure:3979: result: /usr/bin/install -c
>>> configure:3990: checking whether ln -s works
>>> configure:3994: result: yes
>>> configure:4044: checking for ranlib
>>> configure:4060: found /usr/bin/ranlib
>>> configure:4071: result: ranlib
>>> configure:4106: checking how to run the C++ preprocessor
>>> configure:4142: g++ -E conftest.cpp
>>> configure:4149: $? = 0
>>> configure:4180: g++ -E conftest.cpp
>>> conftest.cpp:9:28: error: ac_nonexistent.h: No such file or directory
>>> configure:4187: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | #define PACKAGE_NAME "CVD"
>>> | #define PACKAGE_TARNAME "cvd"
>>> | #define PACKAGE_VERSION "0.8"
>>> | #define PACKAGE_STRING "CVD 0.8"
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define STDC_HEADERS 1
>>> | /* end confdefs.h. */
>>> | #include <ac_nonexistent.h>
>>> configure:4220: result: g++ -E
>>> configure:4249: g++ -E conftest.cpp
>>> configure:4256: $? = 0
>>> configure:4287: g++ -E conftest.cpp
>>> conftest.cpp:9:28: error: ac_nonexistent.h: No such file or directory
>>> configure:4294: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | #define PACKAGE_NAME "CVD"
>>> | #define PACKAGE_TARNAME "cvd"
>>> | #define PACKAGE_VERSION "0.8"
>>> | #define PACKAGE_STRING "CVD 0.8"
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define STDC_HEADERS 1
>>> | /* end confdefs.h. */
>>> | #include <ac_nonexistent.h>
>>> configure:4392: checking if compiler flag -Wall works
>>> configure:4412: g++ -c -g -O2 -Wall conftest.cpp >&5
>>> configure:4419: $? = 0
>>> configure:4440: result: yes
>>> configure:4453: checking if compiler flag -Wextra works
>>> configure:4473: g++ -c -g -O2 -Wall -Wextra conftest.cpp >&5
>>> configure:4480: $? = 0
>>> configure:4501: result: yes
>>> configure:4514: checking if compiler flag -pipe works
>>> configure:4534: g++ -c -g -O2 -Wall -Wextra -pipe conftest.cpp >&5
>>> configure:4541: $? = 0
>>> configure:4562: result: yes
>>> configure:4598: checking if compiler flag -ggdb works
>>> configure:4618: g++ -c -g -Wall -Wextra -pipe -ggdb -INONE/include 
>>> conftest.cpp >&5
>>> configure:4625: $? = 0
>>> configure:4646: result: yes
>>> configure:4669: checking if compiler flag -fPIC works
>>> configure:4689: g++ -c -g -Wall -Wextra -pipe -ggdb -fPIC -INONE/include 
>>> conftest.cpp >&5
>>> configure:4696: $? = 0
>>> configure:4717: result: yes
>>> configure:4741: checking build system type
>>> configure:4759: result: i386-apple-darwin10.0.0
>>> configure:4781: checking host system type
>>> configure:4796: result: i386-apple-darwin10.0.0
>>> configure:4843: checking for best optimize flags
>>> configure:4845: result:
>>> configure:4851: checking if compiler flag -O3 works
>>> configure:4871: g++ -c -O3 -INONE/include conftest.cpp >&5
>>> configure:4878: $? = 0
>>> configure:4899: result: yes
>>> configure:4915: checking CPU type
>>> configure:4950: result: unknown
>>> configure:5064: checking for sys/types.h
>>> configure:5085: g++ -c -g -Wall -Wextra -pipe -ggdb -fPIC -INONE/include 
>>> conftest.cpp >&5
>>> configure:5092: $? = 0
>>> configure:5109: result: yes
>>> configure:5064: checking for sys/stat.h
>>> configure:5085: g++ -c -g -Wall -Wextra -pipe -ggdb -fPIC -INONE/include 
>>> conftest.cpp >&5
>>> configure:5092: $? = 0
>>> configure:5109: result: yes
>>> configure:5064: checking for stdlib.h
>>> configure:5085: g++ -c -g -Wall -Wextra -pipe -ggdb -fPIC -INONE/include 
>>> conftest.cpp >&5
>>> configure:5092: $? = 0
>>> configure:5109: result: yes
>>> configure:5064: checking for string.h
>>> configure:5085: g++ -c -g -Wall -Wextra -pipe -ggdb -fPIC -INONE/include 
>>> conftest.cpp >&5
>>> configure:5092: $? = 0
>>> configure:5109: result: yes
>>> configure:5064: checking for memory.h
>>> configure:5085: g++ -c -g -Wall -Wextra -pipe -ggdb -fPIC -INONE/include 
>>> conftest.cpp >&5
>>> configure:5092: $? = 0
>>> configure:5109: result: yes
>>> configure:5064: checking for strings.h
>>> configure:5085: g++ -c -g -Wall -Wextra -pipe -ggdb -fPIC -INONE/include 
>>> conftest.cpp >&5
>>> configure:5092: $? = 0
>>> configure:5109: result: yes
>>> configure:5064: checking for inttypes.h
>>> configure:5085: g++ -c -g -Wall -Wextra -pipe -ggdb -fPIC -INONE/include 
>>> conftest.cpp >&5
>>> configure:5092: $? = 0
>>> configure:5109: result: yes
>>> configure:5064: checking for stdint.h
>>> configure:5085: g++ -c -g -Wall -Wextra -pipe -ggdb -fPIC -INONE/include 
>>> conftest.cpp >&5
>>> configure:5092: $? = 0
>>> configure:5109: result: yes
>>> configure:5064: checking for unistd.h
>>> configure:5085: g++ -c -g -Wall -Wextra -pipe -ggdb -fPIC -INONE/include 
>>> conftest.cpp >&5
>>> configure:5092: $? = 0
>>> configure:5109: result: yes
>>> configure:5124: checking whether byte ordering is bigendian
>>> configure:5149: g++ -c -g -Wall -Wextra -pipe -ggdb -fPIC -INONE/include 
>>> conftest.cpp >&5
>>> configure:5156: $? = 0
>>> configure:5206: g++ -c -g -Wall -Wextra -pipe -ggdb -fPIC -INONE/include 
>>> conftest.cpp >&5
>>> configure:5213: $? = 0
>>> configure:5245: g++ -c -g -Wall -Wextra -pipe -ggdb -fPIC -INONE/include 
>>> conftest.cpp >&5
>>> conftest.cpp: In function 'int main()':
>>> conftest.cpp:27: error: 'big' was not declared in this scope
>>> conftest.cpp:27: error: expected `;' before 'endian'
>>> configure:5252: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | #define PACKAGE_NAME "CVD"
>>> | #define PACKAGE_TARNAME "cvd"
>>> | #define PACKAGE_VERSION "0.8"
>>> | #define PACKAGE_STRING "CVD 0.8"
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define STDC_HEADERS 1
>>> | #define CVD_MAJOR_VERSION 0
>>> | #define CVD_MINOR_VERSION 8
>>> | #define HAVE_SYS_TYPES_H 1
>>> | #define HAVE_SYS_STAT_H 1
>>> | #define HAVE_STDLIB_H 1
>>> | #define HAVE_STRING_H 1
>>> | #define HAVE_MEMORY_H 1
>>> | #define HAVE_STRINGS_H 1
>>> | #define HAVE_INTTYPES_H 1
>>> | #define HAVE_STDINT_H 1
>>> | #define HAVE_UNISTD_H 1
>>> | /* end confdefs.h. */
>>> | #include <sys/types.h>
>>> | #include <sys/param.h>
>>> |
>>> | int
>>> | main ()
>>> | {
>>> | #if BYTE_ORDER != BIG_ENDIAN
>>> | not big endian
>>> | #endif
>>> |
>>> | ;
>>> | return 0;
>>> | }
>>> configure:5504: result: no
>>> configure:5608: checking for MMX support
>>> configure:5636: g++ -o conftest -g -Wall -Wextra -pipe -ggdb -fPIC -mmmx 
>>> -INONE/include conftest.cpp >&5
>>> configure:5640: $? = 0
>>> configure:5646: ./conftest
>>> configure:5650: $? = 0
>>> configure:5672: result: yes
>>> configure:5711: checking for MMXEXT support
>>> configure:5738: g++ -o conftest -g -Wall -Wextra -pipe -ggdb -fPIC -mmmx 
>>> -msse -INONE/include conftest.cpp >&5
>>> configure:5742: $? = 0
>>> configure:5748: ./conftest
>>> configure:5752: $? = 0
>>> configure:5774: result: yes
>>> configure:5813: checking for SSE support
>>> configure:5841: g++ -o conftest -g -Wall -Wextra -pipe -ggdb -fPIC -mmmx 
>>> -msse -msse -INONE/include conftest.cpp >&5
>>> configure:5845: $? = 0
>>> configure:5851: ./conftest
>>> configure:5855: $? = 0
>>> configure:5877: result: yes
>>> configure:5916: checking for SSE2 support
>>> configure:5944: g++ -o conftest -g -Wall -Wextra -pipe -ggdb -fPIC -mmmx 
>>> -msse -msse -msse2 -INONE/include conftest.cpp >&5
>>> configure:5948: $? = 0
>>> configure:5954: ./conftest
>>> configure:5958: $? = 0
>>> configure:5980: result: yes
>>> configure:6019: checking for SSE3 support
>>> configure:6047: g++ -o conftest -g -Wall -Wextra -pipe -ggdb -fPIC -mmmx 
>>> -msse -msse -msse2 -msse3 -INONE/include conftest.cpp >&5
>>> configure:6051: $? = 0
>>> configure:6057: ./conftest
>>> configure:6061: $? = 0
>>> configure:6083: result: yes
>>> configure:6114: checking size of void*
>>> configure:6419: g++ -o conftest -g -Wall -Wextra -pipe -ggdb -fPIC -mmmx 
>>> -msse -msse -msse2 -msse3 -INONE/include conftest.cpp >&5
>>> configure:6423: $? = 0
>>> configure:6429: ./conftest
>>> configure:6433: $? = 0
>>> configure:6459: result: 8
>>> configure:6489: checking for inline asm statement
>>> configure:6500: g++ -c -g -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse 
>>> -msse2 -msse3 -INONE/include conftest.cpp >&5
>>> configure:6507: $? = 0
>>> configure:6512: result: yes
>>> configure:6560: checking assembler supports .type pseudo-op
>>> configure:6567: result: no
>>> configure:6688: checking dc1394/dc1394.h usability
>>> configure:6705: g++ -c -g -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse 
>>> -msse2 -msse3 -INONE/include conftest.cpp >&5
>>> conftest.cpp:61:27: error: dc1394/dc1394.h: No such file or directory
>>> configure:6712: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | #define PACKAGE_NAME "CVD"
>>> | #define PACKAGE_TARNAME "cvd"
>>> | #define PACKAGE_VERSION "0.8"
>>> | #define PACKAGE_STRING "CVD 0.8"
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define STDC_HEADERS 1
>>> | #define CVD_MAJOR_VERSION 0
>>> | #define CVD_MINOR_VERSION 8
>>> | #define HAVE_SYS_TYPES_H 1
>>> | #define HAVE_SYS_STAT_H 1
>>> | #define HAVE_STDLIB_H 1
>>> | #define HAVE_STRING_H 1
>>> | #define HAVE_MEMORY_H 1
>>> | #define HAVE_STRINGS_H 1
>>> | #define HAVE_INTTYPES_H 1
>>> | #define HAVE_STDINT_H 1
>>> | #define HAVE_UNISTD_H 1
>>> | #define CVD_ARCH_LITTLE_ENDIAN 1
>>> | #define CVD_HAVE_MMX 1
>>> | #define CVD_HAVE_MMXEXT 1
>>> | #define CVD_HAVE_SSE 1
>>> | #define CVD_HAVE_SSE2 1
>>> | #define CVD_HAVE_SSE3 1
>>> | #define SIZEOF_VOIDP 8
>>> | #define CVD_HAVE_INLINE_ASM 1
>>> | /* end confdefs.h. */
>>> | #include <stdio.h>
>>> | #ifdef HAVE_SYS_TYPES_H
>>> | # include <sys/types.h>
>>> | #endif
>>> | #ifdef HAVE_SYS_STAT_H
>>> | # include <sys/stat.h>
>>> | #endif
>>> | #ifdef STDC_HEADERS
>>> | # include <stdlib.h>
>>> | # include <stddef.h>
>>> | #else
>>> | # ifdef HAVE_STDLIB_H
>>> | # include <stdlib.h>
>>> | # endif
>>> | #endif
>>> | #ifdef HAVE_STRING_H
>>> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
>>> | # include <memory.h>
>>> | # endif
>>> | # include <string.h>
>>> | #endif
>>> | #ifdef HAVE_STRINGS_H
>>> | # include <strings.h>
>>> | #endif
>>> | #ifdef HAVE_INTTYPES_H
>>> | # include <inttypes.h>
>>> | #endif
>>> | #ifdef HAVE_STDINT_H
>>> | # include <stdint.h>
>>> | #endif
>>> | #ifdef HAVE_UNISTD_H
>>> | # include <unistd.h>
>>> | #endif
>>> | #include <dc1394/dc1394.h>
>>> configure:6726: result: no
>>> configure:6730: checking dc1394/dc1394.h presence
>>> configure:6745: g++ -E -INONE/include conftest.cpp
>>> conftest.cpp:28:27: error: dc1394/dc1394.h: No such file or directory
>>> configure:6752: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | #define PACKAGE_NAME "CVD"
>>> | #define PACKAGE_TARNAME "cvd"
>>> | #define PACKAGE_VERSION "0.8"
>>> | #define PACKAGE_STRING "CVD 0.8"
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define STDC_HEADERS 1
>>> | #define CVD_MAJOR_VERSION 0
>>> | #define CVD_MINOR_VERSION 8
>>> | #define HAVE_SYS_TYPES_H 1
>>> | #define HAVE_SYS_STAT_H 1
>>> | #define HAVE_STDLIB_H 1
>>> | #define HAVE_STRING_H 1
>>> | #define HAVE_MEMORY_H 1
>>> | #define HAVE_STRINGS_H 1
>>> | #define HAVE_INTTYPES_H 1
>>> | #define HAVE_STDINT_H 1
>>> | #define HAVE_UNISTD_H 1
>>> | #define CVD_ARCH_LITTLE_ENDIAN 1
>>> | #define CVD_HAVE_MMX 1
>>> | #define CVD_HAVE_MMXEXT 1
>>> | #define CVD_HAVE_SSE 1
>>> | #define CVD_HAVE_SSE2 1
>>> | #define CVD_HAVE_SSE3 1
>>> | #define SIZEOF_VOIDP 8
>>> | #define CVD_HAVE_INLINE_ASM 1
>>> | /* end confdefs.h. */
>>> | #include <dc1394/dc1394.h>
>>> configure:6766: result: no
>>> configure:6794: checking for dc1394/dc1394.h
>>> configure:6803: result: no
>>> configure:6821: checking for main in -ldc1394
>>> configure:6850: g++ -o conftest -g -Wall -Wextra -pipe -ggdb -fPIC -mmmx 
>>> -msse -msse -msse2 -msse3 -INONE/include conftest.cpp -ldc1394 >&5
>>> ld: library not found for -ldc1394
>>> collect2: ld returned 1 exit status
>>> configure:6857: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | #define PACKAGE_NAME "CVD"
>>> | #define PACKAGE_TARNAME "cvd"
>>> | #define PACKAGE_VERSION "0.8"
>>> | #define PACKAGE_STRING "CVD 0.8"
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define STDC_HEADERS 1
>>> | #define CVD_MAJOR_VERSION 0
>>> | #define CVD_MINOR_VERSION 8
>>> | #define HAVE_SYS_TYPES_H 1
>>> | #define HAVE_SYS_STAT_H 1
>>> | #define HAVE_STDLIB_H 1
>>> | #define HAVE_STRING_H 1
>>> | #define HAVE_MEMORY_H 1
>>> | #define HAVE_STRINGS_H 1
>>> | #define HAVE_INTTYPES_H 1
>>> | #define HAVE_STDINT_H 1
>>> | #define HAVE_UNISTD_H 1
>>> | #define CVD_ARCH_LITTLE_ENDIAN 1
>>> | #define CVD_HAVE_MMX 1
>>> | #define CVD_HAVE_MMXEXT 1
>>> | #define CVD_HAVE_SSE 1
>>> | #define CVD_HAVE_SSE2 1
>>> | #define CVD_HAVE_SSE3 1
>>> | #define SIZEOF_VOIDP 8
>>> | #define CVD_HAVE_INLINE_ASM 1
>>> | /* end confdefs.h. */
>>> |
>>> |
>>> | int
>>> | main ()
>>> | {
>>> | return main ();
>>> | ;
>>> | return 0;
>>> | }
>>> configure:6878: result: no
>>> configure:7784: checking for /opt/local
>>> configure:7799: result: yes
>>> configure:7807: checking for /sw
>>> configure:7822: result: no
>>> configure:7831: Adding /usr/X11R6/include to the build path.
>>> configure:7850: checking Carbon and QuickTime framework
>>> configure:7863: g++ -c -g -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse 
>>> -msse2 -msse3 -INONE/include -I/opt/local/include -I/usr/X11R6/include 
>>> conftest.cpp >&5
>>> conftest.cpp: In function 'int main()':
>>> conftest.cpp:3: error: 'InitCursor' was not declared in this scope
>>> conftest.cpp:3: error: 'EnterMovies' was not declared in this scope
>>> configure:7870: $? = 1
>>> configure: failed program was:
>>> | #include <Carbon/Carbon.h>
>>> | #include <QuickTime/QuickTime.h>
>>> | int main(){InitCursor();EnterMovies();return 1;}
>>> configure:7881: result: no
>>> configure:7975: checking for clock_getres in -lrt
>>> configure:8010: g++ -o conftest -g -Wall -Wextra -pipe -ggdb -fPIC -mmmx 
>>> -msse -msse -msse2 -msse3 -INONE/include -I/opt/local/include 
>>> -I/usr/X11R6/include conftest.cpp -lrt -L/opt/local/lib >&5
>>> ld: library not found for -lrt
>>> collect2: ld returned 1 exit status
>>> configure:8017: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | #define PACKAGE_NAME "CVD"
>>> | #define PACKAGE_TARNAME "cvd"
>>> | #define PACKAGE_VERSION "0.8"
>>> | #define PACKAGE_STRING "CVD 0.8"
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define STDC_HEADERS 1
>>> | #define CVD_MAJOR_VERSION 0
>>> | #define CVD_MINOR_VERSION 8
>>> | #define HAVE_SYS_TYPES_H 1
>>> | #define HAVE_SYS_STAT_H 1
>>> | #define HAVE_STDLIB_H 1
>>> | #define HAVE_STRING_H 1
>>> | #define HAVE_MEMORY_H 1
>>> | #define HAVE_STRINGS_H 1
>>> | #define HAVE_INTTYPES_H 1
>>> | #define HAVE_STDINT_H 1
>>> | #define HAVE_UNISTD_H 1
>>> | #define CVD_ARCH_LITTLE_ENDIAN 1
>>> | #define CVD_HAVE_MMX 1
>>> | #define CVD_HAVE_MMXEXT 1
>>> | #define CVD_HAVE_SSE 1
>>> | #define CVD_HAVE_SSE2 1
>>> | #define CVD_HAVE_SSE3 1
>>> | #define SIZEOF_VOIDP 8
>>> | #define CVD_HAVE_INLINE_ASM 1
>>> | /* end confdefs.h. */
>>> |
>>> | /* Override any GCC internal prototype to avoid an error.
>>> | Use char because int might match the return type of a GCC
>>> | builtin and then its argument prototype would still apply. */
>>> | #ifdef __cplusplus
>>> | extern "C"
>>> | #endif
>>> | char clock_getres ();
>>> | int
>>> | main ()
>>> | {
>>> | return clock_getres ();
>>> | ;
>>> | return 0;
>>> | }
>>> configure:8038: result: no
>>> configure:8171: checking for X
>>> configure:8286: g++ -E -INONE/include -I/opt/local/include 
>>> -I/usr/X11R6/include conftest.cpp
>>> configure:8293: $? = 0
>>> configure:8342: g++ -o conftest -g -Wall -Wextra -pipe -ggdb -fPIC -mmmx 
>>> -msse -msse -msse2 -msse3 -INONE/include -I/opt/local/include 
>>> -I/usr/X11R6/include conftest.cpp -lX11 -L/opt/local/lib >&5
>>> configure:8349: $? = 0
>>> configure:8411: result: libraries , headers
>>> configure:8428: checking for glDrawPixels in -lGL
>>> configure:8463: g++ -o conftest -g -Wall -Wextra -pipe -ggdb -fPIC -mmmx 
>>> -msse -msse -msse2 -msse3 -INONE/include -I/opt/local/include 
>>> -I/usr/X11R6/include conftest.cpp -lGL -L/opt/local/lib -L -lX11 -lXext 
>>> -dylib_file
>>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
>>>  >&5
>>> configure:8470: $? = 0
>>> configure:8491: result: yes
>>> configure:8520: checking GL/glu.h usability
>>> configure:8537: g++ -c -g -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse 
>>> -msse2 -msse3 -INONE/include -I/opt/local/include -I/usr/X11R6/include 
>>> conftest.cpp >&5
>>> configure:8544: $? = 0
>>> configure:8558: result: yes
>>> configure:8562: checking GL/glu.h presence
>>> configure:8577: g++ -E -INONE/include -I/opt/local/include 
>>> -I/usr/X11R6/include conftest.cpp
>>> configure:8584: $? = 0
>>> configure:8598: result: yes
>>> configure:8626: checking for GL/glu.h
>>> configure:8635: result: yes
>>> configure:8653: checking for gluGetString in -lGLU
>>> configure:8688: g++ -o conftest -g -Wall -Wextra -pipe -ggdb -fPIC -mmmx 
>>> -msse -msse -msse2 -msse3 -INONE/include -I/opt/local/include 
>>> -I/usr/X11R6/include conftest.cpp -lGLU -lGL -L/opt/local/lib -L -lX11 
>>> -lXext -dylib_file
>>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
>>>  >&5
>>> configure:8695: $%3
>>> 
>> 
>> -- 
>> (You can't go wrong with psycho-rats.)(http://mi.eng.cam.ac.uk/~er258)
>> 
>> /d{def}def/f{/Times s selectfont}d/s{11}d/r{roll}d f 2/m{moveto}d -1
>> r 230 350 m 0 1 179{ 1 index show 88 rotate 4 mul 0 rmoveto}for/s 12
>>   d f pop 235 420 translate 0 0 moveto 1 2 scale show showpage
>> 
>> 
>> _______________________________________________
>> libcvd-members mailing list
>> address@hidden
>> http://lists.nongnu.org/mailman/listinfo/libcvd-members
> 
> 
> 
> _______________________________________________
> libcvd-members mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/libcvd-members

--
Gerhard Reitmayr
Institute for Computer Graphics and Vision
http://www.icg.tugraz.at/Members/gerhard
tel: ++43 316 873 5082







reply via email to

[Prev in Thread] Current Thread [Next in Thread]