jkokorian / googlecode-pyueye

Automatically exported from code.google.com/p/pyueye
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Compilation fails #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am trying to install pyueye 

This is the first compilation error I get:
building 'ueye.constants' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -fPIC -I.
 -I/usr/include/python2.7 -c ueye/constants.c -o build/temp.linux-i686-2.7/ueye/constants.o -
D__LINUX__
ueye/constants.c: In function ‘initconstants’:
ueye/constants.c:7025:30: error: ‘IS_ENABLE_CAMERA_LUT’ undeclared (first 
use in this function)

I am using pyueye4.20-rev19 on lxubuntu 12.04 32 bit cython 0.20 numpy 1.8
with ueye_linux sdk 4.40 

Original issue reported on code.google.com by liber...@gmail.com on 5 Jul 2014 at 6:32

GoogleCodeExporter commented 9 years ago
I am encountering similar build errors.  My configuration details are:

OS: xubuntu 14.04, kernel 3.13.0-32
ueye_linux sdk 4.40
pyueye4.20-rev19
cython 0.20.2
numpy 1.8.1

I'm attempted to install within a virtualenv, so I'm wondering that is a 
problem for the install.

Original comment by ryan.kin...@gmail.com on 12 Aug 2014 at 4:31