[Motmot] fview -> FastImage -> Framewave problem

Jack Keegan whatsjacksemail at gmail.com
Mon May 24 03:00:02 UTC 2010


Hi guys.

I was very excited today when I discovered the motmot project and after a
bit of reading went to install it. I'm new to python, (a minimal amount of
scripting before today) so please excuse me if my mistakes are amateurish.
Note: I'm trying to install on a MacBook

I first installed libcamiface and the example program worked fine.
I then tried the easy_install motmot.fview and tried to run the program but
was getting missing module errors.
After much reading I tried many things, including upgrading from python 2.5
and eventually figuring out I had to upgrade easy_install aswell.
I tried checking out the repo from Github and found out how to install from
source. When I installed the module it was missing, it would say it was
missing another so I would install that.
I eventually came to the point where it needed FastImage. This wouldn't
compile at all. I tried many things including trying from easy_install
again, downloading the tarball separately and trying that from source.
After much more reading I came across pip and virtualenv.
I tried installing with pip and re-installing (upgrading with --upgrade) the
previously installed packages. Still no go.
I've installed lots of other packages mentioned hoping they will solve the
dependency and still no go.
I've been at it around 12 hours now and from what I can see it's trying to
call some headers which, from what I can make out, belong to something
called Framewave. This has a manual install procedure so I'm apprehensive
about installing until after I get some sleep.
It occurs to me though that there much be others who have tried to install
on a mac, and if so, the Framewave requirement would be documented
somewhere. Therefore I'm thinking I must be going about something the wrong
way so I was hoping someone could help me debug this.

I'm going to sleep on it and come back to it tomorrow. Any help you could
give would be greatly appreciated.

Cheers,

Jack

Here's my output when trying to install FastImage:

------------------------------------------------------------
/Library/Frameworks/Python.framework/Versions/2.6/bin/pip run on Mon May 24
03:54:12 2010
Downloading/unpacking motmot.FastImage
  Running setup.py egg_info for package motmot.FastImage
    running egg_info
    writing requirements to
pip-egg-info/motmot.FastImage.egg-info/requires.txt
    writing pip-egg-info/motmot.FastImage.egg-info/PKG-INFO
    writing namespace_packages to
pip-egg-info/motmot.FastImage.egg-info/namespace_packages.txt
    writing top-level names to
pip-egg-info/motmot.FastImage.egg-info/top_level.txt
    writing dependency_links to
pip-egg-info/motmot.FastImage.egg-info/dependency_links.txt
    warning: manifest_maker: standard file '-c' not found
    reading manifest file
'pip-egg-info/motmot.FastImage.egg-info/SOURCES.txt'
    writing manifest file
'pip-egg-info/motmot.FastImage.egg-info/SOURCES.txt'
Requirement already satisfied (use --upgrade to upgrade): numpy in
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages
(from motmot.FastImage)
Installing collected packages: motmot.FastImage
  Running setup.py install for motmot.FastImage
    Running command
/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python
-c "import setuptools;
__file__='/Users/jack/Downloads/Git/motmot/build/motmot.FastImage/setup.py';
execfile('/Users/jack/Downloads/Git/motmot/build/motmot.FastImage/setup.py')"
install --single-version-externally-managed --record
/var/folders/fA/fAyZd-taFE8yubL69QFTZk+++TI/-Tmp-/pip-aGPdyr-record/install-record.txt
    running install
    running build
    running build_py
    running build_ext
    building 'motmot.FastImage.FastImage' extension
    gcc-4.0 -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
src/FastImage.c -o build/temp.macosx-10.3-fat-2.6/src/FastImage.o
    In file included from src/FastImage_macros.h:11,
                     from src/FastImage.c:32:
    src/fi_fw.h:3:20: error: fwBase.h: No such file or directory
    src/fi_fw.h:4:21: error: fwImage.h: No such file or directory
    In file included from src/FastImage.c:32:
    src/FastImage_macros.h: In function ‘GetFWVersion’:
    src/FastImage_macros.h:53: error: invalid type argument of ‘->’
    src/FastImage_macros.h:54: error: invalid type argument of ‘->’
    src/FastImage_macros.h:55: error: invalid type argument of ‘->’
    src/FastImage.c: At top level:
    src/FastImage.c:98: error: syntax error before ‘FwiSize’
    src/FastImage.c:98: warning: no semicolon at end of struct or union
    src/FastImage.c:103: error: syntax error before ‘FwiPoint’
    src/FastImage.c:103: warning: no semicolon at end of struct or union
    src/FastImage.c:194: error: syntax error before ‘Fw8u’
    src/FastImage.c:219: error: syntax error before
‘__pyx_v_9FastImage_hist_levels’
    src/FastImage.c:219: warning: data definition has no type or storage
class
    src/FastImage.c:226: warning: parameter names (without types) in
function declaration
    src/FastImage.c: In function
‘__pyx_f_9FastImage_ensure_framewave_bug_SF2541341_fixed’:
    src/FastImage.c:273: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:273: error: (Each undeclared identifier is reported only
once
    src/FastImage.c:273: error: for each function it appears in.)
    src/FastImage.c:273: error: ‘__pyx_v_im’ undeclared (first use in this
function)
    src/FastImage.c: In function ‘__pyx_f_9FastImage_7FwError___init__’:
    src/FastImage.c:435: error: ‘FwStatus’ undeclared (first use in this
function)
    src/FastImage.c:435: error: syntax error before ‘__pyx_v_errval’
    src/FastImage.c:435: warning: assignment makes pointer from integer
without a cast
    src/FastImage.c: At top level:
    src/FastImage.c:465: error: syntax error before ‘__pyx_v_errval’
    src/FastImage.c: In function ‘__pyx_f_9FastImage_CHK_HAVEGIL’:
    src/FastImage.c:470: error: ‘__pyx_v_errval’ undeclared (first use in
this function)
    In file included from src/FastImage_macros.h:11,
                     from src/FastImage.c:32:
    src/fi_fw.h:3:20: error: fwBase.h: No such file or directory
    src/fi_fw.h:4:21: error: fwImage.h: No such file or directory
    In file included from src/FastImage.c:32:
    src/FastImage_macros.h: In function ‘GetFWVersion’:
    src/FastImage_macros.h:53: error: invalid type argument of ‘->’
    src/FastImage_macros.h:54: error: invalid type argument of ‘->’
    src/FastImage_macros.h:55: error: invalid type argument of ‘->’
    src/FastImage.c: At top level:
    src/FastImage.c:98: error: syntax error before ‘FwiSize’
    src/FastImage.c:98: warning: no semicolon at end of struct or union
    src/FastImage.c:103: error: syntax error before ‘FwiPoint’
    src/FastImage.c:103: warning: no semicolon at end of struct or union
    src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size___init__’:
    src/FastImage.c:564: error: dereferencing pointer to incomplete type
    src/FastImage.c:567: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size___repr__’:
    src/FastImage.c:585: error: dereferencing pointer to incomplete type
    src/FastImage.c:586: error: dereferencing pointer to incomplete type
    src/FastImage.c:194: error: syntax error before ‘Fw8u’
    src/FastImage.c:219: error: syntax error before
‘__pyx_v_9FastImage_hist_levels’
    src/FastImage.c:219: warning: data definition has no type or storage
class
    src/FastImage.c:226: warning: parameter names (without types) in
function declaration
    src/FastImage.c: In function
‘__pyx_f_9FastImage_ensure_framewave_bug_SF2541341_fixed’:
    src/FastImage.c:273: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:273: error: (Each undeclared identifier is reported only
once
    src/FastImage.c:273: error: for each function it appears in.)
    src/FastImage.c:273: error: ‘__pyx_v_im’ undeclared (first use in this
function)
    src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size___richcmp__’:
    src/FastImage.c:704: error: dereferencing pointer to incomplete type
    src/FastImage.c:704: error: dereferencing pointer to incomplete type
    src/FastImage.c:706: error: dereferencing pointer to incomplete type
    src/FastImage.c:706: error: dereferencing pointer to incomplete type
    src/FastImage.c:716: error: dereferencing pointer to incomplete type
    src/FastImage.c:716: error: dereferencing pointer to incomplete type
    src/FastImage.c:718: error: dereferencing pointer to incomplete type
    src/FastImage.c:718: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_7FwError___init__’:
    src/FastImage.c:435: error: ‘FwStatus’ undeclared (first use in this
function)
    src/FastImage.c:435: error: syntax error before ‘__pyx_v_errval’
    src/FastImage.c:435: warning: assignment makes pointer from integer
without a cast
    src/FastImage.c: At top level:
    src/FastImage.c:465: error: syntax error before ‘__pyx_v_errval’
    src/FastImage.c: In function ‘__pyx_f_9FastImage_CHK_HAVEGIL’:
    src/FastImage.c:470: error: ‘__pyx_v_errval’ undeclared (first use in
this function)
    src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size___init__’:
    src/FastImage.c:564: error: dereferencing pointer to incomplete type
    src/FastImage.c:567: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size___repr__’:
    src/FastImage.c:585: error: dereferencing pointer to incomplete type
    src/FastImage.c:586: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size_1h___get__’:
    src/FastImage.c:761: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size_1w___get__’:
    src/FastImage.c:782: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point___init__’:
    src/FastImage.c:808: error: dereferencing pointer to incomplete type
    src/FastImage.c:811: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size___richcmp__’:
    src/FastImage.c:704: error: dereferencing pointer to incomplete type
    src/FastImage.c:704: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point___repr__’:
    src/FastImage.c:706: error: dereferencing pointer to incomplete type
    src/FastImage.c:829: error: dereferencing pointer to incomplete type
    src/FastImage.c:706: error: dereferencing pointer to incomplete type
    src/FastImage.c:830: error: dereferencing pointer to incomplete type
    src/FastImage.c:716: error: dereferencing pointer to incomplete type
    src/FastImage.c:716: error: dereferencing pointer to incomplete type
    src/FastImage.c:718: error: dereferencing pointer to incomplete type
    src/FastImage.c:718: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point___richcmp__’:
    src/FastImage.c:944: error: dereferencing pointer to incomplete type
    src/FastImage.c:944: error: dereferencing pointer to incomplete type
    src/FastImage.c:946: error: dereferencing pointer to incomplete type
    src/FastImage.c:946: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size_1h___get__’:
    src/FastImage.c:761: error: dereferencing pointer to incomplete type
    src/FastImage.c:956: error: dereferencing pointer to incomplete type
    src/FastImage.c:956: error: dereferencing pointer to incomplete type
    src/FastImage.c:958: error: dereferencing pointer to incomplete type
    src/FastImage.c:958: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size_1w___get__’:
    src/FastImage.c:782: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point___init__’:
    src/FastImage.c:808: error: dereferencing pointer to incomplete type
    src/FastImage.c:811: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point___repr__’:
    src/FastImage.c:829: error: dereferencing pointer to incomplete type
    src/FastImage.c:830: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point_1x___get__’:
    src/FastImage.c:1001: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point_1y___get__’:
    src/FastImage.c:1022: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase___init__’:
    src/FastImage.c:1080: error: dereferencing pointer to incomplete type
    src/FastImage.c:1083: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point___richcmp__’:
    src/FastImage.c:944: error: dereferencing pointer to incomplete type
    src/FastImage.c:944: error: dereferencing pointer to incomplete type
    src/FastImage.c:946: error: dereferencing pointer to incomplete type
    src/FastImage.c:946: error: dereferencing pointer to incomplete type
    src/FastImage.c:956: error: dereferencing pointer to incomplete type
    src/FastImage.c:956: error: dereferencing pointer to incomplete type
    src/FastImage.c:958: error: dereferencing pointer to incomplete type
    src/FastImage.c:958: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point_1x___get__’:
    src/FastImage.c:1001: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase_stringview’:
    src/FastImage.c:1224: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point_1y___get__’:
    src/FastImage.c:1022: error: dereferencing pointer to incomplete type
    src/FastImage.c:1237: error: dereferencing pointer to incomplete type
    src/FastImage.c:1248: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:1248: error: syntax error before ‘)’ token
    src/FastImage.c:1262: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:1262: error: syntax error before ‘)’ token
    src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase___init__’:
    src/FastImage.c:1080: error: dereferencing pointer to incomplete type
    src/FastImage.c:1083: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase_dump_to_file’:
    src/FastImage.c:1394: error: dereferencing pointer to incomplete type
    src/FastImage.c:1401: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_13FastImageBase_c_roi’:
    src/FastImage.c:1726: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:1726: error: syntax error before ‘)’ token
    src/FastImage.c:1732: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:1732: error: syntax error before ‘)’ token
    src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase_stringview’:
    src/FastImage.c:1224: error: dereferencing pointer to incomplete type
    src/FastImage.c:1237: error: dereferencing pointer to incomplete type
    src/FastImage.c:1248: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:1248: error: syntax error before ‘)’ token
    src/FastImage.c:1262: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:1262: error: syntax error before ‘)’ token
    src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase_dump_to_file’:
    src/FastImage.c:1394: error: dereferencing pointer to incomplete type
    src/FastImage.c:1401: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase___getitem__’:
    src/FastImage.c:1867: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:1867: error: syntax error before ‘)’ token
    src/FastImage.c:1876: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:1876: error: syntax error before ‘)’ token
    src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase__test_read_all’:
    src/FastImage.c:1907: error: ‘FwiSize’ undeclared (first use in this
function)
    src/FastImage.c:1907: error: syntax error before ‘__pyx_v_sz’
    src/FastImage.c:1909: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:1909: error: syntax error before ‘__pyx_v_val8u’
    src/FastImage.c:1910: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:1921: error: ‘__pyx_v_sz’ undeclared (first use in this
function)
    src/FastImage.c:1921: error: dereferencing pointer to incomplete type
    src/FastImage.c:1941: error: ‘__pyx_v_val8u’ undeclared (first use in
this function)
    src/FastImage.c:1941: error: syntax error before ‘)’ token
    src/FastImage.c:1952: error: ‘__pyx_v_val32f’ undeclared (first use in
this function)
    src/FastImage.c:1952: error: syntax error before ‘)’ token
    src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase__test_write_all’:
    src/FastImage.c:1983: error: ‘FwiSize’ undeclared (first use in this
function)
    src/FastImage.c:1983: error: syntax error before ‘__pyx_v_sz’
    src/FastImage.c:1985: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:1985: error: syntax error before ‘__pyx_v_val8u’
    src/FastImage.c:1986: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:1996: error: ‘__pyx_v_val8u’ undeclared (first use in
this function)
    src/FastImage.c:1996: error: syntax error before ‘__pyx_v_val’
    src/FastImage.c:1999: error: ‘__pyx_v_val32f’ undeclared (first use in
this function)
    src/FastImage.c:2002: error: ‘__pyx_v_sz’ undeclared (first use in this
function)
    src/FastImage.c:2002: error: dereferencing pointer to incomplete type
    src/FastImage.c:2017: error: syntax error before ‘)’ token
    src/FastImage.c:2023: error: syntax error before ‘)’ token
    src/FastImage.c: In function ‘__pyx_f_9FastImage_13FastImageBase_c_roi’:
    src/FastImage.c:1726: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:1726: error: syntax error before ‘)’ token
    src/FastImage.c:1732: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:1732: error: syntax error before ‘)’ token
    src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase___getitem__’:
    src/FastImage.c:1867: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:1867: error: syntax error before ‘)’ token
    src/FastImage.c:1876: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:1876: error: syntax error before ‘)’ token
    src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase__test_read_all’:
    src/FastImage.c:1907: error: ‘FwiSize’ undeclared (first use in this
function)
    src/FastImage.c:1907: error: syntax error before ‘__pyx_v_sz’
    src/FastImage.c:1909: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:1909: error: syntax error before ‘__pyx_v_val8u’
    src/FastImage.c:1910: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:1921: error: ‘__pyx_v_sz’ undeclared (first use in this
function)
    src/FastImage.c:1921: error: dereferencing pointer to incomplete type
    src/FastImage.c:1941: error: ‘__pyx_v_val8u’ undeclared (first use in
this function)
    src/FastImage.c:1941: error: syntax error before ‘)’ token
    src/FastImage.c:1952: error: ‘__pyx_v_val32f’ undeclared (first use in
this function)
    src/FastImage.c:1952: error: syntax error before ‘)’ token
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u___init__’:
    src/FastImage.c:2133: error: dereferencing pointer to incomplete type
    src/FastImage.c:2134: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase__test_write_all’:
    src/FastImage.c:1983: error: ‘FwiSize’ undeclared (first use in this
function)
    src/FastImage.c:1983: error: syntax error before ‘__pyx_v_sz’
    src/FastImage.c:1985: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:1985: error: syntax error before ‘__pyx_v_val8u’
    src/FastImage.c:1986: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:1996: error: ‘__pyx_v_val8u’ undeclared (first use in
this function)
    src/FastImage.c:1996: error: syntax error before ‘__pyx_v_val’
    src/FastImage.c:1999: error: ‘__pyx_v_val32f’ undeclared (first use in
this function)
    src/FastImage.c:2002: error: ‘__pyx_v_sz’ undeclared (first use in this
function)
    src/FastImage.c:2002: error: dereferencing pointer to incomplete type
    src/FastImage.c:2017: error: syntax error before ‘)’ token
    src/FastImage.c:2023: error: syntax error before ‘)’ token
    src/FastImage.c:2213: error: dereferencing pointer to incomplete type
    src/FastImage.c:2213: error: dereferencing pointer to incomplete type
    src/FastImage.c:2213: warning: assignment makes pointer from integer
without a cast
    src/FastImage.c:2216: error: dereferencing pointer to incomplete type
    src/FastImage.c:2220: error: dereferencing pointer to incomplete type
    src/FastImage.c:2221: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_set_val’:
    src/FastImage.c:2420: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2420: error: syntax error before ‘)’ token
    src/FastImage.c:2420: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_set_val_masked’:
    src/FastImage.c:2446: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2446: error: syntax error before ‘)’ token
    src/FastImage.c:2446: error: dereferencing pointer to incomplete type
    src/FastImage.c:2446: error: syntax error before ‘)’ token
    src/FastImage.c: At top level:
    src/FastImage.c:2460: error: syntax error before ‘Fw8u’
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_set_val_masked’:
    src/FastImage.c:2461: error: ‘__pyx_v_self’ undeclared (first use in
this function)
    src/FastImage.c:2462: error: ‘__pyx_v_mask’ undeclared (first use in
this function)
    src/FastImage.c:2463: error: ‘__pyx_v_size’ undeclared (first use in
this function)
    src/FastImage.c:2464: error: ‘__pyx_v_val’ undeclared (first use in this
function)
    src/FastImage.c:2464: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2464: error: syntax error before ‘)’ token
    src/FastImage.c:2464: error: syntax error before ‘)’ token
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_32f_copy’:
    src/FastImage.c:2501: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2501: error: syntax error before ‘)’ token
    src/FastImage.c:2501: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:2501: error: syntax error before ‘)’ token
    src/FastImage.c:2501: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_32f_copy_put’:
    src/FastImage.c:2534: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2534: error: syntax error before ‘)’ token
    src/FastImage.c:2534: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:2534: error: syntax error before ‘)’ token
    src/FastImage.c:2534: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_get_32f_copy_put’:
    src/FastImage.c:2552: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2552: error: syntax error before ‘)’ token
    src/FastImage.c:2552: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:2552: error: syntax error before ‘)’ token
    src/FastImage.c:2552: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_8u_copy’:
    src/FastImage.c:2589: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2589: error: syntax error before ‘)’ token
    src/FastImage.c:2589: error: syntax error before ‘)’ token
    src/FastImage.c:2589: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u___init__’:
    src/FastImage.c:2133: error: dereferencing pointer to incomplete type
    src/FastImage.c:2134: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_8u_copy_put’:
    src/FastImage.c:2622: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2622: error: syntax error before ‘)’ token
    src/FastImage.c:2622: error: syntax error before ‘)’ token
    src/FastImage.c:2622: error: dereferencing pointer to incomplete type
    src/FastImage.c:2213: error: dereferencing pointer to incomplete type
    src/FastImage.c:2213: error: dereferencing pointer to incomplete type
    src/FastImage.c:2213: warning: assignment makes pointer from integer
without a cast
    src/FastImage.c:2216: error: dereferencing pointer to incomplete type
    src/FastImage.c:2220: error: dereferencing pointer to incomplete type
    src/FastImage.c:2221: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_set_val’:
    src/FastImage.c:2420: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2420: error: syntax error before ‘)’ token
    src/FastImage.c:2420: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_set_val_masked’:
    src/FastImage.c:2446: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2446: error: syntax error before ‘)’ token
    src/FastImage.c:2446: error: dereferencing pointer to incomplete type
    src/FastImage.c:2446: error: syntax error before ‘)’ token
    src/FastImage.c: At top level:
    src/FastImage.c:2460: error: syntax error before ‘Fw8u’
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_set_val_masked’:
    src/FastImage.c:2461: error: ‘__pyx_v_self’ undeclared (first use in
this function)
    src/FastImage.c:2462: error: ‘__pyx_v_mask’ undeclared (first use in
this function)
    src/FastImage.c:2463: error: ‘__pyx_v_size’ undeclared (first use in
this function)
    src/FastImage.c:2464: error: ‘__pyx_v_val’ undeclared (first use in this
function)
    src/FastImage.c:2464: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2464: error: syntax error before ‘)’ token
    src/FastImage.c:2464: error: syntax error before ‘)’ token
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_32f_copy’:
    src/FastImage.c:2501: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2501: error: syntax error before ‘)’ token
    src/FastImage.c:2501: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:2501: error: syntax error before ‘)’ token
    src/FastImage.c:2501: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_absdiff_put’:
    src/FastImage.c:2883: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2883: error: syntax error before ‘)’ token
    src/FastImage.c:2883: error: syntax error before ‘)’ token
    src/FastImage.c:2883: error: syntax error before ‘)’ token
    src/FastImage.c:2883: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_32f_copy_put’:
    src/FastImage.c:2534: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2534: error: syntax error before ‘)’ token
    src/FastImage.c:2534: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:2534: error: syntax error before ‘)’ token
    src/FastImage.c:2534: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_get_absdiff_put’:
    src/FastImage.c:2903: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_get_32f_copy_put’:
    src/FastImage.c:2552: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2552: error: syntax error before ‘)’ token
    src/FastImage.c:2552: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:2903: error: syntax error before ‘)’
tokensrc/FastImage.c:2552: error: syntax error before ‘)’ token

    src/FastImage.c:2552: error: dereferencing pointer to incomplete
typesrc/FastImage.c:2903: error: syntax error before ‘)’ token
    src/FastImage.c:2903: error: syntax error before ‘)’ token

    src/FastImage.c:2903: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_8u_copy’:
    src/FastImage.c:2589: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2589: error: syntax error before ‘)’ token
    src/FastImage.c:2589: error: syntax error before ‘)’ token
    src/FastImage.c:2589: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_8u_copy_put’:
    src/FastImage.c:2622: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2622: error: syntax error before ‘)’ token
    src/FastImage.c:2622: error: syntax error before ‘)’ token
    src/FastImage.c:2622: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_sub_put’:
    src/FastImage.c:2931: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2931: error: syntax error before ‘)’ token
    src/FastImage.c:2931: error: syntax error before ‘)’ token
    src/FastImage.c:2931: error: syntax error before ‘)’ token
    src/FastImage.c:2931: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_get_sub_put’:
    src/FastImage.c:2951: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2951: error: syntax error before ‘)’ token
    src/FastImage.c:2951: error: syntax error before ‘)’ token
    src/FastImage.c:2951: error: syntax error before ‘)’ token
    src/FastImage.c:2951: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_toself_threshold’:
    src/FastImage.c:2997: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2997: error: syntax error before ‘)’ token
    src/FastImage.c:2997: error: dereferencing pointer to incomplete type
    src/FastImage.c:2997: error: ‘FwCmpOp’ undeclared (first use in this
function)
    src/FastImage.c:2997: error: syntax error before ‘__pyx_v_op’
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_compare_put’:
    src/FastImage.c:3129: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:3129: error: syntax error before ‘)’ token
    src/FastImage.c:3129: error: syntax error before ‘)’ token
    src/FastImage.c:3129: error: dereferencing pointer to incomplete type
    src/FastImage.c:3129: error: ‘FwCmpOp’ undeclared (first use in this
function)
    src/FastImage.c:3129: error: syntax error before ‘__pyx_v_op’
    src/FastImage.c:3151: error: syntax error before ‘)’ token
    src/FastImage.c:3151: error: syntax error before ‘)’ token
    src/FastImage.c:3151: error: syntax error before ‘)’ token
    src/FastImage.c:3151: error: dereferencing pointer to incomplete type
    src/FastImage.c:3151: error: syntax error before ‘__pyx_v_op’
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_get_compare_int_put_greater’:
    src/FastImage.c:3189: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:3189: error: syntax error before ‘)’ token
    src/FastImage.c:3189: error: syntax error before ‘)’ token
    src/FastImage.c:3189: error: dereferencing pointer to incomplete type
    src/FastImage.c:3189: error: ‘fwCmpGreater’ undeclared (first use in
this function)
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_absdiff_put’:
    src/FastImage.c:2883: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2883: error: syntax error before ‘)’ token
    src/FastImage.c:2883: error: syntax error before ‘)’ token
    src/FastImage.c:2883: error: syntax error before ‘)’ token
    src/FastImage.c:2883: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_get_absdiff_put’:
    src/FastImage.c:2903: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2903: error: syntax error before ‘)’ token
    src/FastImage.c:2903: error: syntax error before ‘)’ token
    src/FastImage.c:2903: error: syntax error before ‘)’ token
    src/FastImage.c:2903: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_min_index’:
    src/FastImage.c:3322: error: dereferencing pointer to incomplete type
    src/FastImage.c:3325: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_sub_put’:
    src/FastImage.c:2931: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2931: error: syntax error before ‘)’ token
    src/FastImage.c:2931: error: syntax error before ‘)’ token
    src/FastImage.c:2931: error: syntax error before ‘)’ token
    src/FastImage.c:2931: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_get_sub_put’:
    src/FastImage.c:2951: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2951: error: syntax error before ‘)’ token
    src/FastImage.c:2951: error: syntax error before ‘)’ token
    src/FastImage.c:2951: error: syntax error before ‘)’ token
    src/FastImage.c:2951: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_max_index’:
    src/FastImage.c:3389: error: dereferencing pointer to incomplete type
    src/FastImage.c:3392: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_toself_threshold’:
    src/FastImage.c:2997: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:2997: error: syntax error before ‘)’ token
    src/FastImage.c:2997: error: dereferencing pointer to incomplete type
    src/FastImage.c:2997: error: ‘FwCmpOp’ undeclared (first use in this
function)
    src/FastImage.c:2997: error: syntax error before ‘__pyx_v_op’
    src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_dot’:
    src/FastImage.c:3549: error: dereferencing pointer to incomplete type
    src/FastImage.c:3552: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_compare_put’:
    src/FastImage.c:3129: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:3129: error: syntax error before ‘)’ token
    src/FastImage.c:3129: error: syntax error before ‘)’ token
    src/FastImage.c:3129: error: dereferencing pointer to incomplete type
    src/FastImage.c:3129: error: ‘FwCmpOp’ undeclared (first use in this
function)
    src/FastImage.c:3129: error: syntax error before ‘__pyx_v_op’
    src/FastImage.c:3151: error: syntax error before ‘)’ token
    src/FastImage.c:3151: error: syntax error before ‘)’ token
    src/FastImage.c:3151: error: syntax error before ‘)’ token
    src/FastImage.c:3151: error: dereferencing pointer to incomplete type
    src/FastImage.c:3151: error: syntax error before ‘__pyx_v_op’
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_sobel_horiz’:
    src/FastImage.c:3597: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_get_compare_int_put_greater’:
    src/FastImage.c:3189: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:3189: error: syntax error before ‘)’ token
    src/FastImage.c:3189: error: syntax error before ‘)’ token
    src/FastImage.c:3600: error: dereferencing pointer to incomplete type
    src/FastImage.c:3189: error: dereferencing pointer to incomplete type
    src/FastImage.c:3189: error: ‘fwCmpGreater’ undeclared (first use in
this function)
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_sobel_vert’:
    src/FastImage.c:3671: error: dereferencing pointer to incomplete type
    src/FastImage.c:3674: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_dilate3x3’:
    src/FastImage.c:3772: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:3772: error: syntax error before ‘)’ token
    src/FastImage.c:3772: error: syntax error before ‘)’ token
    src/FastImage.c:3772: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_gauss3x3’:
    src/FastImage.c:3819: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:3819: error: syntax error before ‘)’ token
    src/FastImage.c:3819: error: syntax error before ‘)’ token
    src/FastImage.c:3819: error: dereferencing pointer to incomplete type
    src/FastImage.c:3819: error: ‘fwMskSize3x3’ undeclared (first use in
this function)
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_gauss5x5’:
    src/FastImage.c:3866: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:3866: error: syntax error before ‘)’ token
    src/FastImage.c:3866: error: syntax error before ‘)’ token
    src/FastImage.c:3866: error: dereferencing pointer to incomplete
typesrc/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_min_index’:
    src/FastImage.c:3322: error: dereferencing pointer to incomplete type
    src/FastImage.c:3325: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_max_index’:
    src/FastImage.c:3389: error: dereferencing pointer to incomplete type
    src/FastImage.c:3392: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_dot’:
    src/FastImage.c:3549: error: dereferencing pointer to incomplete type
    src/FastImage.c:3552: error: dereferencing pointer to incomplete type

    src/FastImage.c:3866: error: ‘fwMskSize5x5’ undeclared (first use in
this function)
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_sobel_horiz’:
    src/FastImage.c:3597: error: dereferencing pointer to incomplete type
    src/FastImage.c:3600: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_sobel_vert’:
    src/FastImage.c:3671: error: dereferencing pointer to incomplete type
    src/FastImage.c:3674: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f___init__’:
    src/FastImage.c:3960: error: dereferencing pointer to incomplete type
    src/FastImage.c:3961: error: dereferencing pointer to incomplete type
    src/FastImage.c:3977: error: dereferencing pointer to incomplete type
    src/FastImage.c:3977: error: dereferencing pointer to incomplete type
    src/FastImage.c:3977: warning: assignment makes pointer from integer
without a cast
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_dilate3x3’:
    src/FastImage.c:3772: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:3772: error: syntax error before ‘)’ token
    src/FastImage.c:3772: error: syntax error before ‘)’ token
    src/FastImage.c:3772: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_set_val’:
    src/FastImage.c:4037: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4037: error: syntax error before ‘)’ token
    src/FastImage.c:4037: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_add’:
    src/FastImage.c:4073: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:4073: error: syntax error before ‘)’ token
    src/FastImage.c:4073: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4073: error: syntax error before ‘)’ token
    src/FastImage.c:4073: error: dereferencing pointer to incomplete type
    src/FastImage.c:4078: error: syntax error before ‘)’ token
    src/FastImage.c:4078: error: syntax error before ‘)’ token
    src/FastImage.c:4078: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_gauss3x3’:
    src/FastImage.c:3819: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:3819: error: syntax error before ‘)’ token
    src/FastImage.c:3819: error: syntax error before ‘)’ token
    src/FastImage.c:3819: error: dereferencing pointer to incomplete type
    src/FastImage.c:3819: error: ‘fwMskSize3x3’ undeclared (first use in
this function)
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_add_weighted’:
    src/FastImage.c:4134: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:4134: error: syntax error before ‘)’ token
    src/FastImage.c:4134: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4134: error: syntax error before ‘)’ token
    src/FastImage.c:4134: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_gauss5x5’:
    src/FastImage.c:3866: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:3866: error: syntax error before ‘)’ token
    src/FastImage.c:3866: error: syntax error before ‘)’ token
    src/FastImage.c:3866: error: dereferencing pointer to incomplete type
    src/FastImage.c:3866: error: ‘fwMskSize5x5’ undeclared (first use in
this function)
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f___init__’:
    src/FastImage.c:3960: error: dereferencing pointer to incomplete type
    src/FastImage.c:3961: error: dereferencing pointer to incomplete type
    src/FastImage.c:3977: error: dereferencing pointer to incomplete type
    src/FastImage.c:3977: error: dereferencing pointer to incomplete type
    src/FastImage.c:3977: warning: assignment makes pointer from integer
without a cast
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_set_val’:
    src/FastImage.c:4037: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4037: error: syntax error before ‘)’ token
    src/FastImage.c:4037: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_add’:
    src/FastImage.c:4073: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:4073: error: syntax error before ‘)’ token
    src/FastImage.c:4073: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4073: error: syntax error before ‘)’ token
    src/FastImage.c:4073: error: dereferencing pointer to incomplete type
    src/FastImage.c:4078: error: syntax error before ‘)’ token
    src/FastImage.c:4078: error: syntax error before ‘)’ token
    src/FastImage.c:4078: error: dereferencing pointer to incomplete type
    src/FastImage.c:4139: error: syntax error before ‘)’ token
    src/FastImage.c:4139: error: syntax error before ‘)’ token
    src/FastImage.c:4139: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_add_weighted’:
    src/FastImage.c:4134: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:4134: error: syntax error before ‘)’ token
    src/FastImage.c:4134: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4134: error: syntax error before ‘)’ token
    src/FastImage.c:4134: error: dereferencing pointer to incomplete type
    src/FastImage.c:4139: error: syntax error before ‘)’ token
    src/FastImage.c:4139: error: syntax error before ‘)’ token
    src/FastImage.c:4139: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_toself_add_weighted_8u’:
    src/FastImage.c:4175: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:4175: error: syntax error before ‘)’ token
    src/FastImage.c:4175: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4175: error: syntax error before ‘)’ token
    src/FastImage.c:4175: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_toself_add_weighted_32f’:
    src/FastImage.c:4190: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4190: error: syntax error before ‘)’ token
    src/FastImage.c:4190: error: syntax error before ‘)’ token
    src/FastImage.c:4190: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_toself_add_weighted_8u’:
    src/FastImage.c:4175: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:4175: error: syntax error before ‘)’ token
    src/FastImage.c:4175: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4175: error: syntax error before ‘)’ token
    src/FastImage.c:4175: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_toself_add_weighted_32f’:
    src/FastImage.c:4190: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4190: error: syntax error before ‘)’ token
    src/FastImage.c:4190: error: syntax error before ‘)’ token
    src/FastImage.c:4190: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_add_square’:
    src/FastImage.c:4214: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:4214: error: syntax error before ‘)’ token
    src/FastImage.c:4214: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4214: error: syntax error before ‘)’ token
    src/FastImage.c:4214: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_square_put’:
    src/FastImage.c:4241: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4241: error: syntax error before ‘)’ token
    src/FastImage.c:4241: error: syntax error before ‘)’ token
    src/FastImage.c:4241: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_get_square_put’:
    src/FastImage.c:4259: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4259: error: syntax error before ‘)’ token
    src/FastImage.c:4259: error: syntax error before ‘)’ token
    src/FastImage.c:4259: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_square’:
    src/FastImage.c:4297: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4297: error: syntax error before ‘)’ token
    src/FastImage.c:4297: error: syntax error before ‘)’ token
    src/FastImage.c:4297: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_square’:
    src/FastImage.c:4328: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4328: error: syntax error before ‘)’ token
    src/FastImage.c:4328: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_toself_square’:
    src/FastImage.c:4344: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4344: error: syntax error before ‘)’ token
    src/FastImage.c:4344: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_sqrt’:
    src/FastImage.c:4364: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4364: error: syntax error before ‘)’ token
    src/FastImage.c:4364: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_subtracted’:
    src/FastImage.c:4407: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4407: error: syntax error before ‘)’ token
    src/FastImage.c:4407: error: syntax error before ‘)’ token
    src/FastImage.c:4407: error: syntax error before ‘)’ token
    src/FastImage.c:4407: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_subtracted_put’:
    src/FastImage.c:4445: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4445: error: syntax error before ‘)’ token
    src/FastImage.c:4445: error: syntax error before ‘)’ token
    src/FastImage.c:4445: error: syntax error before ‘)’ token
    src/FastImage.c:4445: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_add_square’:
    src/FastImage.c:4214: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:4214: error: syntax error before ‘)’ token
    src/FastImage.c:4214: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4214: error: syntax error before ‘)’ token
    src/FastImage.c:4214: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_get_subtracted_put’:
    src/FastImage.c:4465: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4465: error: syntax error before ‘)’ token
    src/FastImage.c:4465: error: syntax error before ‘)’ token
    src/FastImage.c:4465: error: syntax error before ‘)’ token
    src/FastImage.c:4465: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_square_put’:
    src/FastImage.c:4241: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4241: error: syntax error before ‘)’ token
    src/FastImage.c:4241: error: syntax error before ‘)’ token
    src/FastImage.c:4241: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_subtract’:
    src/FastImage.c:4490: error: ‘Fw32f’ undeclared (first use in this
function)src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_get_square_put’:

    src/FastImage.c:4259: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4490: error: syntax error before ‘)’ token
    src/FastImage.c:4259: error: syntax error before ‘)’ token
    src/FastImage.c:4490: error: syntax error before ‘)’ token
    src/FastImage.c:4259: error: syntax error before ‘)’ token
    src/FastImage.c:4259: error: dereferencing pointer to incomplete
typesrc/FastImage.c:4490: error: dereferencing pointer to incomplete type

    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_square’:
    src/FastImage.c:4297: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4297: error: syntax error before ‘)’ token
    src/FastImage.c:4297: error: syntax error before ‘)’ token
    src/FastImage.c:4297: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_8u_copy’:
    src/FastImage.c:4531: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4531: error: syntax error before ‘)’ token
    src/FastImage.c:4531: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:4531: error: syntax error before ‘)’ token
    src/FastImage.c:4531: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_square’:
    src/FastImage.c:4328: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4328: error: syntax error before ‘)’ token
    src/FastImage.c:4328: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_8u_copy_put’:
    src/FastImage.c:4565: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4565: error: syntax error before ‘)’ token
    src/FastImage.c:4565: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:4565: error: syntax error before ‘)’ token
    src/FastImage.c:4565: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_toself_square’:
    src/FastImage.c:4344: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4344: error: syntax error before ‘)’ token
    src/FastImage.c:4344: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_get_8u_copy_put’:
    src/FastImage.c:4583: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4583: error: syntax error before ‘)’ token
    src/FastImage.c:4583: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:4583: error: syntax error before ‘)’ token
    src/FastImage.c:4583: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_sqrt’:
    src/FastImage.c:4364: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4364: error: syntax error before ‘)’ token
    src/FastImage.c:4364: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_multiply’:
    src/FastImage.c:4605: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4605: error: syntax error before ‘)’ token
    src/FastImage.c:4605: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_subtracted’:
    src/FastImage.c:4407: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4407: error: syntax error before ‘)’ token
    src/FastImage.c:4407: error: syntax error before ‘)’ token
    src/FastImage.c:4407: error: syntax error before ‘)’ token
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_toself_multiply’:
    src/FastImage.c:4407: error: dereferencing pointer to incomplete type
    src/FastImage.c:4621: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4621: error: syntax error before ‘)’ token
    src/FastImage.c:4621: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_multiply_put’:
    src/FastImage.c:4645: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4645: error: syntax error before ‘)’ token
    src/FastImage.c:4645: error: syntax error before ‘)’ token
    src/FastImage.c:4645: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_subtracted_put’:
    src/FastImage.c:4445: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4445: error: syntax error before ‘)’ token
    src/FastImage.c:4445: error: syntax error before ‘)’ token
    src/FastImage.c:4445: error: syntax error before ‘)’ token
    src/FastImage.c:4445: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_get_subtracted_put’:
    src/FastImage.c:4465: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4465: error: syntax error before ‘)’ token
    src/FastImage.c:4465: error: syntax error before ‘)’ token
    src/FastImage.c:4465: error: syntax error before ‘)’ token
    src/FastImage.c:4465: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_subtract’:
    src/FastImage.c:4490: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4490: error: syntax error before ‘)’ token
    src/FastImage.c:4490: error: syntax error before ‘)’ token
    src/FastImage.c:4490: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_8u_copy’:
    src/FastImage.c:4531: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4531: error: syntax error before ‘)’ token
    src/FastImage.c:4531: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:4531: error: syntax error before ‘)’ token
    src/FastImage.c:4531: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_8u_copy_put’:
    src/FastImage.c:4565: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4565: error: syntax error before ‘)’ token
    src/FastImage.c:4565: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:4565: error: syntax error before ‘)’ token
    src/FastImage.c:4565: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_get_8u_copy_put’:
    src/FastImage.c:4583: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4583: error: syntax error before ‘)’ token
    src/FastImage.c:4583: error: ‘Fw8u’ undeclared (first use in this
function)
    src/FastImage.c:4583: error: syntax error before ‘)’ token
    src/FastImage.c:4583: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_multiply’:
    src/FastImage.c:4605: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4605: error: syntax error before ‘)’ token
    src/FastImage.c:4605: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_toself_multiply’:
    src/FastImage.c:4621: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4621: error: syntax error before ‘)’ token
    src/FastImage.c:4621: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_multiply_put’:
    src/FastImage.c:4645: error: ‘Fw32f’ undeclared (first use in this
function)
    src/FastImage.c:4645: error: syntax error before ‘)’ token
    src/FastImage.c:4645: error: syntax error before ‘)’ token
    src/FastImage.c:4645: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_max_index’:
    src/FastImage.c:5050: error: dereferencing pointer to incomplete type
    src/FastImage.c:5053: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_12FastImage32f_dot’:
    src/FastImage.c:5114: error: dereferencing pointer to incomplete type
    src/FastImage.c:5117: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_sobel_horiz’:
    src/FastImage.c:5160: error: dereferencing pointer to incomplete type
    src/FastImage.c:5163: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_sobel_vert’:
    src/FastImage.c:5234: error: dereferencing pointer to incomplete type
    src/FastImage.c:5237: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_max_index’:
    src/FastImage.c:5050: error: dereferencing pointer to incomplete type
    src/FastImage.c:5053: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function ‘__pyx_f_9FastImage_12FastImage32f_dot’:
    src/FastImage.c:5114: error: dereferencing pointer to incomplete type
    src/FastImage.c:5117: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_sobel_horiz’:
    src/FastImage.c:5160: error: dereferencing pointer to incomplete type
    src/FastImage.c:5163: error: dereferencing pointer to incomplete type
    src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_sobel_vert’:
    src/FastImage.c:5234: error: dereferencing pointer to incomplete type
    src/FastImage.c:5237: error: dereferencing pointer to incomplete type
    src/FastImage.c: At top level:
    src/FastImage.c:6334: error: invalid application of ‘sizeof’ to
incomplete type ‘struct __pyx_obj_9FastImage_Size’
    src/FastImage.c:6489: error: invalid application of ‘sizeof’ to
incomplete type ‘struct __pyx_obj_9FastImage_Point’
    src/FastImage.c: At top level:
    src/FastImage.c:6334: error: invalid application of ‘sizeof’ to
incomplete type ‘struct __pyx_obj_9FastImage_Size’
    src/FastImage.c:6489: error: invalid application of ‘sizeof’ to
incomplete type ‘struct __pyx_obj_9FastImage_Point’
    src/FastImage.c: In function ‘initFastImage’:
    src/FastImage.c:8033: error: ‘Fw32s’ undeclared (first use in this
function)
    src/FastImage.c:8033: error: syntax error before ‘__pyx_5’
    src/FastImage.c:8156: error: ‘__pyx_5’ undeclared (first use in this
function)
    src/FastImage.c:8202: error: ‘fwCmpLess’ undeclared (first use in this
function)
    src/FastImage.c:8207: error: ‘fwCmpLessEq’ undeclared (first use in this
function)
    src/FastImage.c:8212: error: ‘fwCmpEq’ undeclared (first use in this
function)
    src/FastImage.c:8217: error: ‘fwCmpGreaterEq’ undeclared (first use in
this function)
    src/FastImage.c:8222: error: ‘fwCmpGreater’ undeclared (first use in
this function)
    src/FastImage.c: In function ‘initFastImage’:
    src/FastImage.c:8033: error: ‘Fw32s’ undeclared (first use in this
function)
    src/FastImage.c:8033: error: syntax error before ‘__pyx_5’
    src/FastImage.c:8156: error: ‘__pyx_5’ undeclared (first use in this
function)
    src/FastImage.c:8202: error: ‘fwCmpLess’ undeclared (first use in this
function)
    src/FastImage.c:8207: error: ‘fwCmpLessEq’ undeclared (first use in this
function)
    src/FastImage.c:8212: error: ‘fwCmpEq’ undeclared (first use in this
function)
    src/FastImage.c:8217: error: ‘fwCmpGreaterEq’ undeclared (first use in
this function)
    src/FastImage.c:8222: error: ‘fwCmpGreater’ undeclared (first use in
this function)
    lipo: can't figure out the architecture type of:
/var/folders/fA/fAyZd-taFE8yubL69QFTZk+++TI/-Tmp-//ccBcqXji.out
    error: command 'gcc-4.0' failed with exit status 1
    Complete output from command
/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python
-c "import setuptools;
__file__='/Users/jack/Downloads/Git/motmot/build/motmot.FastImage/setup.py';
execfile('/Users/jack/Downloads/Git/motmot/build/motmot.FastImage/setup.py')"
install --single-version-externally-managed --record
/var/folders/fA/fAyZd-taFE8yubL69QFTZk+++TI/-Tmp-/pip-aGPdyr-record/install-record.txt:
    running install

running build

running build_py

running build_ext

building 'motmot.FastImage.FastImage' extension

gcc-4.0 -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
src/FastImage.c -o build/temp.macosx-10.3-fat-2.6/src/FastImage.o

In file included from src/FastImage_macros.h:11,

                 from src/FastImage.c:32:

src/fi_fw.h:3:20: error: fwBase.h: No such file or directory

src/fi_fw.h:4:21: error: fwImage.h: No such file or directory

In file included from src/FastImage.c:32:

src/FastImage_macros.h: In function ‘GetFWVersion’:

src/FastImage_macros.h:53: error: invalid type argument of ‘->’

src/FastImage_macros.h:54: error: invalid type argument of ‘->’

src/FastImage_macros.h:55: error: invalid type argument of ‘->’

src/FastImage.c: At top level:

src/FastImage.c:98: error: syntax error before ‘FwiSize’

src/FastImage.c:98: warning: no semicolon at end of struct or union

src/FastImage.c:103: error: syntax error before ‘FwiPoint’

src/FastImage.c:103: warning: no semicolon at end of struct or union

src/FastImage.c:194: error: syntax error before ‘Fw8u’

src/FastImage.c:219: error: syntax error before
‘__pyx_v_9FastImage_hist_levels’

src/FastImage.c:219: warning: data definition has no type or storage class

src/FastImage.c:226: warning: parameter names (without types) in function
declaration

src/FastImage.c: In function
‘__pyx_f_9FastImage_ensure_framewave_bug_SF2541341_fixed’:

src/FastImage.c:273: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:273: error: (Each undeclared identifier is reported only
once

src/FastImage.c:273: error: for each function it appears in.)

src/FastImage.c:273: error: ‘__pyx_v_im’ undeclared (first use in this
function)

src/FastImage.c: In function ‘__pyx_f_9FastImage_7FwError___init__’:

src/FastImage.c:435: error: ‘FwStatus’ undeclared (first use in this
function)

src/FastImage.c:435: error: syntax error before ‘__pyx_v_errval’

src/FastImage.c:435: warning: assignment makes pointer from integer without
a cast

src/FastImage.c: At top level:

src/FastImage.c:465: error: syntax error before ‘__pyx_v_errval’

src/FastImage.c: In function ‘__pyx_f_9FastImage_CHK_HAVEGIL’:

src/FastImage.c:470: error: ‘__pyx_v_errval’ undeclared (first use in this
function)

In file included from src/FastImage_macros.h:11,

                 from src/FastImage.c:32:

src/fi_fw.h:3:20: error: fwBase.h: No such file or directory

src/fi_fw.h:4:21: error: fwImage.h: No such file or directory

In file included from src/FastImage.c:32:

src/FastImage_macros.h: In function ‘GetFWVersion’:

src/FastImage_macros.h:53: error: invalid type argument of ‘->’

src/FastImage_macros.h:54: error: invalid type argument of ‘->’

src/FastImage_macros.h:55: error: invalid type argument of ‘->’

src/FastImage.c: At top level:

src/FastImage.c:98: error: syntax error before ‘FwiSize’

src/FastImage.c:98: warning: no semicolon at end of struct or union

src/FastImage.c:103: error: syntax error before ‘FwiPoint’

src/FastImage.c:103: warning: no semicolon at end of struct or union

src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size___init__’:

src/FastImage.c:564: error: dereferencing pointer to incomplete type

src/FastImage.c:567: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size___repr__’:

src/FastImage.c:585: error: dereferencing pointer to incomplete type

src/FastImage.c:586: error: dereferencing pointer to incomplete type

src/FastImage.c:194: error: syntax error before ‘Fw8u’

src/FastImage.c:219: error: syntax error before
‘__pyx_v_9FastImage_hist_levels’

src/FastImage.c:219: warning: data definition has no type or storage class

src/FastImage.c:226: warning: parameter names (without types) in function
declaration

src/FastImage.c: In function
‘__pyx_f_9FastImage_ensure_framewave_bug_SF2541341_fixed’:

src/FastImage.c:273: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:273: error: (Each undeclared identifier is reported only
once

src/FastImage.c:273: error: for each function it appears in.)

src/FastImage.c:273: error: ‘__pyx_v_im’ undeclared (first use in this
function)

src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size___richcmp__’:

src/FastImage.c:704: error: dereferencing pointer to incomplete type

src/FastImage.c:704: error: dereferencing pointer to incomplete type

src/FastImage.c:706: error: dereferencing pointer to incomplete type

src/FastImage.c:706: error: dereferencing pointer to incomplete type

src/FastImage.c:716: error: dereferencing pointer to incomplete type

src/FastImage.c:716: error: dereferencing pointer to incomplete type

src/FastImage.c:718: error: dereferencing pointer to incomplete type

src/FastImage.c:718: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_7FwError___init__’:

src/FastImage.c:435: error: ‘FwStatus’ undeclared (first use in this
function)

src/FastImage.c:435: error: syntax error before ‘__pyx_v_errval’

src/FastImage.c:435: warning: assignment makes pointer from integer without
a cast

src/FastImage.c: At top level:

src/FastImage.c:465: error: syntax error before ‘__pyx_v_errval’

src/FastImage.c: In function ‘__pyx_f_9FastImage_CHK_HAVEGIL’:

src/FastImage.c:470: error: ‘__pyx_v_errval’ undeclared (first use in this
function)

src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size___init__’:

src/FastImage.c:564: error: dereferencing pointer to incomplete type

src/FastImage.c:567: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size___repr__’:

src/FastImage.c:585: error: dereferencing pointer to incomplete type

src/FastImage.c:586: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size_1h___get__’:

src/FastImage.c:761: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size_1w___get__’:

src/FastImage.c:782: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point___init__’:

src/FastImage.c:808: error: dereferencing pointer to incomplete type

src/FastImage.c:811: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size___richcmp__’:

src/FastImage.c:704: error: dereferencing pointer to incomplete type

src/FastImage.c:704: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point___repr__’:

src/FastImage.c:706: error: dereferencing pointer to incomplete type

src/FastImage.c:829: error: dereferencing pointer to incomplete type

src/FastImage.c:706: error: dereferencing pointer to incomplete type

src/FastImage.c:830: error: dereferencing pointer to incomplete type

src/FastImage.c:716: error: dereferencing pointer to incomplete type

src/FastImage.c:716: error: dereferencing pointer to incomplete type

src/FastImage.c:718: error: dereferencing pointer to incomplete type

src/FastImage.c:718: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point___richcmp__’:

src/FastImage.c:944: error: dereferencing pointer to incomplete type

src/FastImage.c:944: error: dereferencing pointer to incomplete type

src/FastImage.c:946: error: dereferencing pointer to incomplete type

src/FastImage.c:946: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size_1h___get__’:

src/FastImage.c:761: error: dereferencing pointer to incomplete type

src/FastImage.c:956: error: dereferencing pointer to incomplete type

src/FastImage.c:956: error: dereferencing pointer to incomplete type

src/FastImage.c:958: error: dereferencing pointer to incomplete type

src/FastImage.c:958: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_4Size_1w___get__’:

src/FastImage.c:782: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point___init__’:

src/FastImage.c:808: error: dereferencing pointer to incomplete type

src/FastImage.c:811: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point___repr__’:

src/FastImage.c:829: error: dereferencing pointer to incomplete type

src/FastImage.c:830: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point_1x___get__’:

src/FastImage.c:1001: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point_1y___get__’:

src/FastImage.c:1022: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_13FastImageBase___init__’:

src/FastImage.c:1080: error: dereferencing pointer to incomplete type

src/FastImage.c:1083: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point___richcmp__’:

src/FastImage.c:944: error: dereferencing pointer to incomplete type

src/FastImage.c:944: error: dereferencing pointer to incomplete type

src/FastImage.c:946: error: dereferencing pointer to incomplete type

src/FastImage.c:946: error: dereferencing pointer to incomplete type

src/FastImage.c:956: error: dereferencing pointer to incomplete type

src/FastImage.c:956: error: dereferencing pointer to incomplete type

src/FastImage.c:958: error: dereferencing pointer to incomplete type

src/FastImage.c:958: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point_1x___get__’:

src/FastImage.c:1001: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase_stringview’:

src/FastImage.c:1224: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_5Point_1y___get__’:

src/FastImage.c:1022: error: dereferencing pointer to incomplete type

src/FastImage.c:1237: error: dereferencing pointer to incomplete type

src/FastImage.c:1248: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:1248: error: syntax error before ‘)’ token

src/FastImage.c:1262: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:1262: error: syntax error before ‘)’ token

src/FastImage.c: In function ‘__pyx_f_9FastImage_13FastImageBase___init__’:

src/FastImage.c:1080: error: dereferencing pointer to incomplete type

src/FastImage.c:1083: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase_dump_to_file’:

src/FastImage.c:1394: error: dereferencing pointer to incomplete type

src/FastImage.c:1401: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_13FastImageBase_c_roi’:

src/FastImage.c:1726: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:1726: error: syntax error before ‘)’ token

src/FastImage.c:1732: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:1732: error: syntax error before ‘)’ token

src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase_stringview’:

src/FastImage.c:1224: error: dereferencing pointer to incomplete type

src/FastImage.c:1237: error: dereferencing pointer to incomplete type

src/FastImage.c:1248: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:1248: error: syntax error before ‘)’ token

src/FastImage.c:1262: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:1262: error: syntax error before ‘)’ token

src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase_dump_to_file’:

src/FastImage.c:1394: error: dereferencing pointer to incomplete type

src/FastImage.c:1401: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase___getitem__’:

src/FastImage.c:1867: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:1867: error: syntax error before ‘)’ token

src/FastImage.c:1876: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:1876: error: syntax error before ‘)’ token

src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase__test_read_all’:

src/FastImage.c:1907: error: ‘FwiSize’ undeclared (first use in this
function)

src/FastImage.c:1907: error: syntax error before ‘__pyx_v_sz’

src/FastImage.c:1909: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:1909: error: syntax error before ‘__pyx_v_val8u’

src/FastImage.c:1910: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:1921: error: ‘__pyx_v_sz’ undeclared (first use in this
function)

src/FastImage.c:1921: error: dereferencing pointer to incomplete type

src/FastImage.c:1941: error: ‘__pyx_v_val8u’ undeclared (first use in this
function)

src/FastImage.c:1941: error: syntax error before ‘)’ token

src/FastImage.c:1952: error: ‘__pyx_v_val32f’ undeclared (first use in this
function)

src/FastImage.c:1952: error: syntax error before ‘)’ token

src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase__test_write_all’:

src/FastImage.c:1983: error: ‘FwiSize’ undeclared (first use in this
function)

src/FastImage.c:1983: error: syntax error before ‘__pyx_v_sz’

src/FastImage.c:1985: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:1985: error: syntax error before ‘__pyx_v_val8u’

src/FastImage.c:1986: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:1996: error: ‘__pyx_v_val8u’ undeclared (first use in this
function)

src/FastImage.c:1996: error: syntax error before ‘__pyx_v_val’

src/FastImage.c:1999: error: ‘__pyx_v_val32f’ undeclared (first use in this
function)

src/FastImage.c:2002: error: ‘__pyx_v_sz’ undeclared (first use in this
function)

src/FastImage.c:2002: error: dereferencing pointer to incomplete type

src/FastImage.c:2017: error: syntax error before ‘)’ token

src/FastImage.c:2023: error: syntax error before ‘)’ token

src/FastImage.c: In function ‘__pyx_f_9FastImage_13FastImageBase_c_roi’:

src/FastImage.c:1726: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:1726: error: syntax error before ‘)’ token

src/FastImage.c:1732: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:1732: error: syntax error before ‘)’ token

src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase___getitem__’:

src/FastImage.c:1867: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:1867: error: syntax error before ‘)’ token

src/FastImage.c:1876: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:1876: error: syntax error before ‘)’ token

src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase__test_read_all’:

src/FastImage.c:1907: error: ‘FwiSize’ undeclared (first use in this
function)

src/FastImage.c:1907: error: syntax error before ‘__pyx_v_sz’

src/FastImage.c:1909: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:1909: error: syntax error before ‘__pyx_v_val8u’

src/FastImage.c:1910: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:1921: error: ‘__pyx_v_sz’ undeclared (first use in this
function)

src/FastImage.c:1921: error: dereferencing pointer to incomplete type

src/FastImage.c:1941: error: ‘__pyx_v_val8u’ undeclared (first use in this
function)

src/FastImage.c:1941: error: syntax error before ‘)’ token

src/FastImage.c:1952: error: ‘__pyx_v_val32f’ undeclared (first use in this
function)

src/FastImage.c:1952: error: syntax error before ‘)’ token

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u___init__’:

src/FastImage.c:2133: error: dereferencing pointer to incomplete type

src/FastImage.c:2134: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_13FastImageBase__test_write_all’:

src/FastImage.c:1983: error: ‘FwiSize’ undeclared (first use in this
function)

src/FastImage.c:1983: error: syntax error before ‘__pyx_v_sz’

src/FastImage.c:1985: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:1985: error: syntax error before ‘__pyx_v_val8u’

src/FastImage.c:1986: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:1996: error: ‘__pyx_v_val8u’ undeclared (first use in this
function)

src/FastImage.c:1996: error: syntax error before ‘__pyx_v_val’

src/FastImage.c:1999: error: ‘__pyx_v_val32f’ undeclared (first use in this
function)

src/FastImage.c:2002: error: ‘__pyx_v_sz’ undeclared (first use in this
function)

src/FastImage.c:2002: error: dereferencing pointer to incomplete type

src/FastImage.c:2017: error: syntax error before ‘)’ token

src/FastImage.c:2023: error: syntax error before ‘)’ token

src/FastImage.c:2213: error: dereferencing pointer to incomplete type

src/FastImage.c:2213: error: dereferencing pointer to incomplete type

src/FastImage.c:2213: warning: assignment makes pointer from integer without
a cast

src/FastImage.c:2216: error: dereferencing pointer to incomplete type

src/FastImage.c:2220: error: dereferencing pointer to incomplete type

src/FastImage.c:2221: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_set_val’:

src/FastImage.c:2420: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2420: error: syntax error before ‘)’ token

src/FastImage.c:2420: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_set_val_masked’:

src/FastImage.c:2446: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2446: error: syntax error before ‘)’ token

src/FastImage.c:2446: error: dereferencing pointer to incomplete type

src/FastImage.c:2446: error: syntax error before ‘)’ token

src/FastImage.c: At top level:

src/FastImage.c:2460: error: syntax error before ‘Fw8u’

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_set_val_masked’:

src/FastImage.c:2461: error: ‘__pyx_v_self’ undeclared (first use in this
function)

src/FastImage.c:2462: error: ‘__pyx_v_mask’ undeclared (first use in this
function)

src/FastImage.c:2463: error: ‘__pyx_v_size’ undeclared (first use in this
function)

src/FastImage.c:2464: error: ‘__pyx_v_val’ undeclared (first use in this
function)

src/FastImage.c:2464: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2464: error: syntax error before ‘)’ token

src/FastImage.c:2464: error: syntax error before ‘)’ token

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_32f_copy’:

src/FastImage.c:2501: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2501: error: syntax error before ‘)’ token

src/FastImage.c:2501: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:2501: error: syntax error before ‘)’ token

src/FastImage.c:2501: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_32f_copy_put’:

src/FastImage.c:2534: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2534: error: syntax error before ‘)’ token

src/FastImage.c:2534: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:2534: error: syntax error before ‘)’ token

src/FastImage.c:2534: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_get_32f_copy_put’:

src/FastImage.c:2552: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2552: error: syntax error before ‘)’ token

src/FastImage.c:2552: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:2552: error: syntax error before ‘)’ token

src/FastImage.c:2552: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_get_8u_copy’:

src/FastImage.c:2589: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2589: error: syntax error before ‘)’ token

src/FastImage.c:2589: error: syntax error before ‘)’ token

src/FastImage.c:2589: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u___init__’:

src/FastImage.c:2133: error: dereferencing pointer to incomplete type

src/FastImage.c:2134: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_8u_copy_put’:

src/FastImage.c:2622: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2622: error: syntax error before ‘)’ token

src/FastImage.c:2622: error: syntax error before ‘)’ token

src/FastImage.c:2622: error: dereferencing pointer to incomplete type

src/FastImage.c:2213: error: dereferencing pointer to incomplete type

src/FastImage.c:2213: error: dereferencing pointer to incomplete type

src/FastImage.c:2213: warning: assignment makes pointer from integer without
a cast

src/FastImage.c:2216: error: dereferencing pointer to incomplete type

src/FastImage.c:2220: error: dereferencing pointer to incomplete type

src/FastImage.c:2221: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_set_val’:

src/FastImage.c:2420: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2420: error: syntax error before ‘)’ token

src/FastImage.c:2420: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_set_val_masked’:

src/FastImage.c:2446: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2446: error: syntax error before ‘)’ token

src/FastImage.c:2446: error: dereferencing pointer to incomplete type

src/FastImage.c:2446: error: syntax error before ‘)’ token

src/FastImage.c: At top level:

src/FastImage.c:2460: error: syntax error before ‘Fw8u’

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_set_val_masked’:

src/FastImage.c:2461: error: ‘__pyx_v_self’ undeclared (first use in this
function)

src/FastImage.c:2462: error: ‘__pyx_v_mask’ undeclared (first use in this
function)

src/FastImage.c:2463: error: ‘__pyx_v_size’ undeclared (first use in this
function)

src/FastImage.c:2464: error: ‘__pyx_v_val’ undeclared (first use in this
function)

src/FastImage.c:2464: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2464: error: syntax error before ‘)’ token

src/FastImage.c:2464: error: syntax error before ‘)’ token

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_32f_copy’:

src/FastImage.c:2501: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2501: error: syntax error before ‘)’ token

src/FastImage.c:2501: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:2501: error: syntax error before ‘)’ token

src/FastImage.c:2501: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_absdiff_put’:

src/FastImage.c:2883: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2883: error: syntax error before ‘)’ token

src/FastImage.c:2883: error: syntax error before ‘)’ token

src/FastImage.c:2883: error: syntax error before ‘)’ token

src/FastImage.c:2883: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_32f_copy_put’:

src/FastImage.c:2534: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2534: error: syntax error before ‘)’ token

src/FastImage.c:2534: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:2534: error: syntax error before ‘)’ token

src/FastImage.c:2534: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_get_absdiff_put’:

src/FastImage.c:2903: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_get_32f_copy_put’:

src/FastImage.c:2552: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2552: error: syntax error before ‘)’ token

src/FastImage.c:2552: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:2903: error: syntax error before ‘)’
tokensrc/FastImage.c:2552: error: syntax error before ‘)’ token



src/FastImage.c:2552: error: dereferencing pointer to incomplete
typesrc/FastImage.c:2903: error: syntax error before ‘)’ token

src/FastImage.c:2903: error: syntax error before ‘)’ token



src/FastImage.c:2903: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_get_8u_copy’:

src/FastImage.c:2589: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2589: error: syntax error before ‘)’ token

src/FastImage.c:2589: error: syntax error before ‘)’ token

src/FastImage.c:2589: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_8u_copy_put’:

src/FastImage.c:2622: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2622: error: syntax error before ‘)’ token

src/FastImage.c:2622: error: syntax error before ‘)’ token

src/FastImage.c:2622: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_get_sub_put’:

src/FastImage.c:2931: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2931: error: syntax error before ‘)’ token

src/FastImage.c:2931: error: syntax error before ‘)’ token

src/FastImage.c:2931: error: syntax error before ‘)’ token

src/FastImage.c:2931: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_get_sub_put’:

src/FastImage.c:2951: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2951: error: syntax error before ‘)’ token

src/FastImage.c:2951: error: syntax error before ‘)’ token

src/FastImage.c:2951: error: syntax error before ‘)’ token

src/FastImage.c:2951: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_toself_threshold’:

src/FastImage.c:2997: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2997: error: syntax error before ‘)’ token

src/FastImage.c:2997: error: dereferencing pointer to incomplete type

src/FastImage.c:2997: error: ‘FwCmpOp’ undeclared (first use in this
function)

src/FastImage.c:2997: error: syntax error before ‘__pyx_v_op’

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_compare_put’:

src/FastImage.c:3129: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:3129: error: syntax error before ‘)’ token

src/FastImage.c:3129: error: syntax error before ‘)’ token

src/FastImage.c:3129: error: dereferencing pointer to incomplete type

src/FastImage.c:3129: error: ‘FwCmpOp’ undeclared (first use in this
function)

src/FastImage.c:3129: error: syntax error before ‘__pyx_v_op’

src/FastImage.c:3151: error: syntax error before ‘)’ token

src/FastImage.c:3151: error: syntax error before ‘)’ token

src/FastImage.c:3151: error: syntax error before ‘)’ token

src/FastImage.c:3151: error: dereferencing pointer to incomplete type

src/FastImage.c:3151: error: syntax error before ‘__pyx_v_op’

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_get_compare_int_put_greater’:

src/FastImage.c:3189: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:3189: error: syntax error before ‘)’ token

src/FastImage.c:3189: error: syntax error before ‘)’ token

src/FastImage.c:3189: error: dereferencing pointer to incomplete type

src/FastImage.c:3189: error: ‘fwCmpGreater’ undeclared (first use in this
function)

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_absdiff_put’:

src/FastImage.c:2883: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2883: error: syntax error before ‘)’ token

src/FastImage.c:2883: error: syntax error before ‘)’ token

src/FastImage.c:2883: error: syntax error before ‘)’ token

src/FastImage.c:2883: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_get_absdiff_put’:

src/FastImage.c:2903: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2903: error: syntax error before ‘)’ token

src/FastImage.c:2903: error: syntax error before ‘)’ token

src/FastImage.c:2903: error: syntax error before ‘)’ token

src/FastImage.c:2903: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_min_index’:

src/FastImage.c:3322: error: dereferencing pointer to incomplete type

src/FastImage.c:3325: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_get_sub_put’:

src/FastImage.c:2931: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2931: error: syntax error before ‘)’ token

src/FastImage.c:2931: error: syntax error before ‘)’ token

src/FastImage.c:2931: error: syntax error before ‘)’ token

src/FastImage.c:2931: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_get_sub_put’:

src/FastImage.c:2951: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2951: error: syntax error before ‘)’ token

src/FastImage.c:2951: error: syntax error before ‘)’ token

src/FastImage.c:2951: error: syntax error before ‘)’ token

src/FastImage.c:2951: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_max_index’:

src/FastImage.c:3389: error: dereferencing pointer to incomplete type

src/FastImage.c:3392: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_toself_threshold’:

src/FastImage.c:2997: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:2997: error: syntax error before ‘)’ token

src/FastImage.c:2997: error: dereferencing pointer to incomplete type

src/FastImage.c:2997: error: ‘FwCmpOp’ undeclared (first use in this
function)

src/FastImage.c:2997: error: syntax error before ‘__pyx_v_op’

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_dot’:

src/FastImage.c:3549: error: dereferencing pointer to incomplete type

src/FastImage.c:3552: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_get_compare_put’:

src/FastImage.c:3129: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:3129: error: syntax error before ‘)’ token

src/FastImage.c:3129: error: syntax error before ‘)’ token

src/FastImage.c:3129: error: dereferencing pointer to incomplete type

src/FastImage.c:3129: error: ‘FwCmpOp’ undeclared (first use in this
function)

src/FastImage.c:3129: error: syntax error before ‘__pyx_v_op’

src/FastImage.c:3151: error: syntax error before ‘)’ token

src/FastImage.c:3151: error: syntax error before ‘)’ token

src/FastImage.c:3151: error: syntax error before ‘)’ token

src/FastImage.c:3151: error: dereferencing pointer to incomplete type

src/FastImage.c:3151: error: syntax error before ‘__pyx_v_op’

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_sobel_horiz’:

src/FastImage.c:3597: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_fast_get_compare_int_put_greater’:

src/FastImage.c:3189: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:3189: error: syntax error before ‘)’ token

src/FastImage.c:3189: error: syntax error before ‘)’ token

src/FastImage.c:3600: error: dereferencing pointer to incomplete type

src/FastImage.c:3189: error: dereferencing pointer to incomplete type

src/FastImage.c:3189: error: ‘fwCmpGreater’ undeclared (first use in this
function)

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_sobel_vert’:

src/FastImage.c:3671: error: dereferencing pointer to incomplete type

src/FastImage.c:3674: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_dilate3x3’:

src/FastImage.c:3772: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:3772: error: syntax error before ‘)’ token

src/FastImage.c:3772: error: syntax error before ‘)’ token

src/FastImage.c:3772: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_gauss3x3’:

src/FastImage.c:3819: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:3819: error: syntax error before ‘)’ token

src/FastImage.c:3819: error: syntax error before ‘)’ token

src/FastImage.c:3819: error: dereferencing pointer to incomplete type

src/FastImage.c:3819: error: ‘fwMskSize3x3’ undeclared (first use in this
function)

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_gauss5x5’:

src/FastImage.c:3866: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:3866: error: syntax error before ‘)’ token

src/FastImage.c:3866: error: syntax error before ‘)’ token

src/FastImage.c:3866: error: dereferencing pointer to incomplete
typesrc/FastImage.c: In function
‘__pyx_f_9FastImage_11FastImage8u_min_index’:

src/FastImage.c:3322: error: dereferencing pointer to incomplete type

src/FastImage.c:3325: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_max_index’:

src/FastImage.c:3389: error: dereferencing pointer to incomplete type

src/FastImage.c:3392: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_dot’:

src/FastImage.c:3549: error: dereferencing pointer to incomplete type

src/FastImage.c:3552: error: dereferencing pointer to incomplete type



src/FastImage.c:3866: error: ‘fwMskSize5x5’ undeclared (first use in this
function)

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_sobel_horiz’:

src/FastImage.c:3597: error: dereferencing pointer to incomplete type

src/FastImage.c:3600: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_sobel_vert’:

src/FastImage.c:3671: error: dereferencing pointer to incomplete type

src/FastImage.c:3674: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_12FastImage32f___init__’:

src/FastImage.c:3960: error: dereferencing pointer to incomplete type

src/FastImage.c:3961: error: dereferencing pointer to incomplete type

src/FastImage.c:3977: error: dereferencing pointer to incomplete type

src/FastImage.c:3977: error: dereferencing pointer to incomplete type

src/FastImage.c:3977: warning: assignment makes pointer from integer without
a cast

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_dilate3x3’:

src/FastImage.c:3772: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:3772: error: syntax error before ‘)’ token

src/FastImage.c:3772: error: syntax error before ‘)’ token

src/FastImage.c:3772: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_12FastImage32f_set_val’:

src/FastImage.c:4037: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4037: error: syntax error before ‘)’ token

src/FastImage.c:4037: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_12FastImage32f_toself_add’:

src/FastImage.c:4073: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:4073: error: syntax error before ‘)’ token

src/FastImage.c:4073: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4073: error: syntax error before ‘)’ token

src/FastImage.c:4073: error: dereferencing pointer to incomplete type

src/FastImage.c:4078: error: syntax error before ‘)’ token

src/FastImage.c:4078: error: syntax error before ‘)’ token

src/FastImage.c:4078: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_gauss3x3’:

src/FastImage.c:3819: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:3819: error: syntax error before ‘)’ token

src/FastImage.c:3819: error: syntax error before ‘)’ token

src/FastImage.c:3819: error: dereferencing pointer to incomplete type

src/FastImage.c:3819: error: ‘fwMskSize3x3’ undeclared (first use in this
function)

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_add_weighted’:

src/FastImage.c:4134: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:4134: error: syntax error before ‘)’ token

src/FastImage.c:4134: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4134: error: syntax error before ‘)’ token

src/FastImage.c:4134: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_11FastImage8u_gauss5x5’:

src/FastImage.c:3866: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:3866: error: syntax error before ‘)’ token

src/FastImage.c:3866: error: syntax error before ‘)’ token

src/FastImage.c:3866: error: dereferencing pointer to incomplete type

src/FastImage.c:3866: error: ‘fwMskSize5x5’ undeclared (first use in this
function)

src/FastImage.c: In function ‘__pyx_f_9FastImage_12FastImage32f___init__’:

src/FastImage.c:3960: error: dereferencing pointer to incomplete type

src/FastImage.c:3961: error: dereferencing pointer to incomplete type

src/FastImage.c:3977: error: dereferencing pointer to incomplete type

src/FastImage.c:3977: error: dereferencing pointer to incomplete type

src/FastImage.c:3977: warning: assignment makes pointer from integer without
a cast

src/FastImage.c: In function ‘__pyx_f_9FastImage_12FastImage32f_set_val’:

src/FastImage.c:4037: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4037: error: syntax error before ‘)’ token

src/FastImage.c:4037: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_12FastImage32f_toself_add’:

src/FastImage.c:4073: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:4073: error: syntax error before ‘)’ token

src/FastImage.c:4073: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4073: error: syntax error before ‘)’ token

src/FastImage.c:4073: error: dereferencing pointer to incomplete type

src/FastImage.c:4078: error: syntax error before ‘)’ token

src/FastImage.c:4078: error: syntax error before ‘)’ token

src/FastImage.c:4078: error: dereferencing pointer to incomplete type

src/FastImage.c:4139: error: syntax error before ‘)’ token

src/FastImage.c:4139: error: syntax error before ‘)’ token

src/FastImage.c:4139: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_add_weighted’:

src/FastImage.c:4134: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:4134: error: syntax error before ‘)’ token

src/FastImage.c:4134: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4134: error: syntax error before ‘)’ token

src/FastImage.c:4134: error: dereferencing pointer to incomplete type

src/FastImage.c:4139: error: syntax error before ‘)’ token

src/FastImage.c:4139: error: syntax error before ‘)’ token

src/FastImage.c:4139: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_toself_add_weighted_8u’:

src/FastImage.c:4175: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:4175: error: syntax error before ‘)’ token

src/FastImage.c:4175: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4175: error: syntax error before ‘)’ token

src/FastImage.c:4175: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_toself_add_weighted_32f’:

src/FastImage.c:4190: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4190: error: syntax error before ‘)’ token

src/FastImage.c:4190: error: syntax error before ‘)’ token

src/FastImage.c:4190: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_toself_add_weighted_8u’:

src/FastImage.c:4175: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:4175: error: syntax error before ‘)’ token

src/FastImage.c:4175: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4175: error: syntax error before ‘)’ token

src/FastImage.c:4175: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_toself_add_weighted_32f’:

src/FastImage.c:4190: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4190: error: syntax error before ‘)’ token

src/FastImage.c:4190: error: syntax error before ‘)’ token

src/FastImage.c:4190: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_add_square’:

src/FastImage.c:4214: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:4214: error: syntax error before ‘)’ token

src/FastImage.c:4214: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4214: error: syntax error before ‘)’ token

src/FastImage.c:4214: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_square_put’:

src/FastImage.c:4241: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4241: error: syntax error before ‘)’ token

src/FastImage.c:4241: error: syntax error before ‘)’ token

src/FastImage.c:4241: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_get_square_put’:

src/FastImage.c:4259: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4259: error: syntax error before ‘)’ token

src/FastImage.c:4259: error: syntax error before ‘)’ token

src/FastImage.c:4259: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_12FastImage32f_get_square’:

src/FastImage.c:4297: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4297: error: syntax error before ‘)’ token

src/FastImage.c:4297: error: syntax error before ‘)’ token

src/FastImage.c:4297: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_square’:

src/FastImage.c:4328: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4328: error: syntax error before ‘)’ token

src/FastImage.c:4328: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_toself_square’:

src/FastImage.c:4344: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4344: error: syntax error before ‘)’ token

src/FastImage.c:4344: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_sqrt’:

src/FastImage.c:4364: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4364: error: syntax error before ‘)’ token

src/FastImage.c:4364: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_subtracted’:

src/FastImage.c:4407: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4407: error: syntax error before ‘)’ token

src/FastImage.c:4407: error: syntax error before ‘)’ token

src/FastImage.c:4407: error: syntax error before ‘)’ token

src/FastImage.c:4407: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_subtracted_put’:

src/FastImage.c:4445: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4445: error: syntax error before ‘)’ token

src/FastImage.c:4445: error: syntax error before ‘)’ token

src/FastImage.c:4445: error: syntax error before ‘)’ token

src/FastImage.c:4445: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_add_square’:

src/FastImage.c:4214: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:4214: error: syntax error before ‘)’ token

src/FastImage.c:4214: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4214: error: syntax error before ‘)’ token

src/FastImage.c:4214: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_get_subtracted_put’:

src/FastImage.c:4465: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4465: error: syntax error before ‘)’ token

src/FastImage.c:4465: error: syntax error before ‘)’ token

src/FastImage.c:4465: error: syntax error before ‘)’ token

src/FastImage.c:4465: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_square_put’:

src/FastImage.c:4241: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4241: error: syntax error before ‘)’ token

src/FastImage.c:4241: error: syntax error before ‘)’ token

src/FastImage.c:4241: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_subtract’:

src/FastImage.c:4490: error: ‘Fw32f’ undeclared (first use in this
function)src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_get_square_put’:



src/FastImage.c:4259: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4490: error: syntax error before ‘)’ token

src/FastImage.c:4259: error: syntax error before ‘)’ token

src/FastImage.c:4490: error: syntax error before ‘)’ token

src/FastImage.c:4259: error: syntax error before ‘)’ token

src/FastImage.c:4259: error: dereferencing pointer to incomplete
typesrc/FastImage.c:4490: error: dereferencing pointer to incomplete type



src/FastImage.c: In function ‘__pyx_f_9FastImage_12FastImage32f_get_square’:

src/FastImage.c:4297: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4297: error: syntax error before ‘)’ token

src/FastImage.c:4297: error: syntax error before ‘)’ token

src/FastImage.c:4297: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_8u_copy’:

src/FastImage.c:4531: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4531: error: syntax error before ‘)’ token

src/FastImage.c:4531: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:4531: error: syntax error before ‘)’ token

src/FastImage.c:4531: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_square’:

src/FastImage.c:4328: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4328: error: syntax error before ‘)’ token

src/FastImage.c:4328: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_8u_copy_put’:

src/FastImage.c:4565: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4565: error: syntax error before ‘)’ token

src/FastImage.c:4565: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:4565: error: syntax error before ‘)’ token

src/FastImage.c:4565: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_toself_square’:

src/FastImage.c:4344: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4344: error: syntax error before ‘)’ token

src/FastImage.c:4344: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_get_8u_copy_put’:

src/FastImage.c:4583: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4583: error: syntax error before ‘)’ token

src/FastImage.c:4583: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:4583: error: syntax error before ‘)’ token

src/FastImage.c:4583: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_sqrt’:

src/FastImage.c:4364: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4364: error: syntax error before ‘)’ token

src/FastImage.c:4364: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_multiply’:

src/FastImage.c:4605: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4605: error: syntax error before ‘)’ token

src/FastImage.c:4605: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_subtracted’:

src/FastImage.c:4407: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4407: error: syntax error before ‘)’ token

src/FastImage.c:4407: error: syntax error before ‘)’ token

src/FastImage.c:4407: error: syntax error before ‘)’ token

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_toself_multiply’:

src/FastImage.c:4407: error: dereferencing pointer to incomplete type

src/FastImage.c:4621: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4621: error: syntax error before ‘)’ token

src/FastImage.c:4621: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_multiply_put’:

src/FastImage.c:4645: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4645: error: syntax error before ‘)’ token

src/FastImage.c:4645: error: syntax error before ‘)’ token

src/FastImage.c:4645: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_subtracted_put’:

src/FastImage.c:4445: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4445: error: syntax error before ‘)’ token

src/FastImage.c:4445: error: syntax error before ‘)’ token

src/FastImage.c:4445: error: syntax error before ‘)’ token

src/FastImage.c:4445: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_get_subtracted_put’:

src/FastImage.c:4465: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4465: error: syntax error before ‘)’ token

src/FastImage.c:4465: error: syntax error before ‘)’ token

src/FastImage.c:4465: error: syntax error before ‘)’ token

src/FastImage.c:4465: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_subtract’:

src/FastImage.c:4490: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4490: error: syntax error before ‘)’ token

src/FastImage.c:4490: error: syntax error before ‘)’ token

src/FastImage.c:4490: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_8u_copy’:

src/FastImage.c:4531: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4531: error: syntax error before ‘)’ token

src/FastImage.c:4531: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:4531: error: syntax error before ‘)’ token

src/FastImage.c:4531: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_8u_copy_put’:

src/FastImage.c:4565: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4565: error: syntax error before ‘)’ token

src/FastImage.c:4565: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:4565: error: syntax error before ‘)’ token

src/FastImage.c:4565: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_get_8u_copy_put’:

src/FastImage.c:4583: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4583: error: syntax error before ‘)’ token

src/FastImage.c:4583: error: ‘Fw8u’ undeclared (first use in this function)

src/FastImage.c:4583: error: syntax error before ‘)’ token

src/FastImage.c:4583: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_toself_multiply’:

src/FastImage.c:4605: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4605: error: syntax error before ‘)’ token

src/FastImage.c:4605: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_fast_toself_multiply’:

src/FastImage.c:4621: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4621: error: syntax error before ‘)’ token

src/FastImage.c:4621: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_get_multiply_put’:

src/FastImage.c:4645: error: ‘Fw32f’ undeclared (first use in this function)

src/FastImage.c:4645: error: syntax error before ‘)’ token

src/FastImage.c:4645: error: syntax error before ‘)’ token

src/FastImage.c:4645: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_12FastImage32f_max_index’:

src/FastImage.c:5050: error: dereferencing pointer to incomplete type

src/FastImage.c:5053: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_12FastImage32f_dot’:

src/FastImage.c:5114: error: dereferencing pointer to incomplete type

src/FastImage.c:5117: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_sobel_horiz’:

src/FastImage.c:5160: error: dereferencing pointer to incomplete type

src/FastImage.c:5163: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_12FastImage32f_sobel_vert’:

src/FastImage.c:5234: error: dereferencing pointer to incomplete type

src/FastImage.c:5237: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_12FastImage32f_max_index’:

src/FastImage.c:5050: error: dereferencing pointer to incomplete type

src/FastImage.c:5053: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_12FastImage32f_dot’:

src/FastImage.c:5114: error: dereferencing pointer to incomplete type

src/FastImage.c:5117: error: dereferencing pointer to incomplete type

src/FastImage.c: In function
‘__pyx_f_9FastImage_12FastImage32f_sobel_horiz’:

src/FastImage.c:5160: error: dereferencing pointer to incomplete type

src/FastImage.c:5163: error: dereferencing pointer to incomplete type

src/FastImage.c: In function ‘__pyx_f_9FastImage_12FastImage32f_sobel_vert’:

src/FastImage.c:5234: error: dereferencing pointer to incomplete type

src/FastImage.c:5237: error: dereferencing pointer to incomplete type

src/FastImage.c: At top level:

src/FastImage.c:6334: error: invalid application of ‘sizeof’ to incomplete
type ‘struct __pyx_obj_9FastImage_Size’

src/FastImage.c:6489: error: invalid application of ‘sizeof’ to incomplete
type ‘struct __pyx_obj_9FastImage_Point’

src/FastImage.c: At top level:

src/FastImage.c:6334: error: invalid application of ‘sizeof’ to incomplete
type ‘struct __pyx_obj_9FastImage_Size’

src/FastImage.c:6489: error: invalid application of ‘sizeof’ to incomplete
type ‘struct __pyx_obj_9FastImage_Point’

src/FastImage.c: In function ‘initFastImage’:

src/FastImage.c:8033: error: ‘Fw32s’ undeclared (first use in this function)

src/FastImage.c:8033: error: syntax error before ‘__pyx_5’

src/FastImage.c:8156: error: ‘__pyx_5’ undeclared (first use in this
function)

src/FastImage.c:8202: error: ‘fwCmpLess’ undeclared (first use in this
function)

src/FastImage.c:8207: error: ‘fwCmpLessEq’ undeclared (first use in this
function)

src/FastImage.c:8212: error: ‘fwCmpEq’ undeclared (first use in this
function)

src/FastImage.c:8217: error: ‘fwCmpGreaterEq’ undeclared (first use in this
function)

src/FastImage.c:8222: error: ‘fwCmpGreater’ undeclared (first use in this
function)

src/FastImage.c: In function ‘initFastImage’:

src/FastImage.c:8033: error: ‘Fw32s’ undeclared (first use in this function)

src/FastImage.c:8033: error: syntax error before ‘__pyx_5’

src/FastImage.c:8156: error: ‘__pyx_5’ undeclared (first use in this
function)

src/FastImage.c:8202: error: ‘fwCmpLess’ undeclared (first use in this
function)

src/FastImage.c:8207: error: ‘fwCmpLessEq’ undeclared (first use in this
function)

src/FastImage.c:8212: error: ‘fwCmpEq’ undeclared (first use in this
function)

src/FastImage.c:8217: error: ‘fwCmpGreaterEq’ undeclared (first use in this
function)

src/FastImage.c:8222: error: ‘fwCmpGreater’ undeclared (first use in this
function)

lipo: can't figure out the architecture type of:
/var/folders/fA/fAyZd-taFE8yubL69QFTZk+++TI/-Tmp-//ccBcqXji.out

error: command 'gcc-4.0' failed with exit status 1

----------------------------------------
Command
/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python
-c "import setuptools;
__file__='/Users/jack/Downloads/Git/motmot/build/motmot.FastImage/setup.py';
execfile('/Users/jack/Downloads/Git/motmot/build/motmot.FastImage/setup.py')"
install --single-version-externally-managed --record
/var/folders/fA/fAyZd-taFE8yubL69QFTZk+++TI/-Tmp-/pip-aGPdyr-record/install-record.txt
failed with error code 1
Exception information:
Traceback (most recent call last):
  File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pip/basecommand.py",
line 120, in main
    self.run(options, args)
  File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pip/commands/install.py",
line 165, in run
    requirement_set.install(install_options)
  File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pip/req.py",
line 1243, in install
    requirement.install(install_options)
  File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pip/req.py",
line 540, in install
    cwd=self.source_dir, filter_stdout=self._filter_install,
show_stdout=False)
  File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pip/__init__.py",
line 226, in call_subprocess
    % (command_desc, proc.returncode))
InstallationError: Command
/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python
-c "import setuptools;
__file__='/Users/jack/Downloads/Git/motmot/build/motmot.FastImage/setup.py';
execfile('/Users/jack/Downloads/Git/motmot/build/motmot.FastImage/setup.py')"
install --single-version-externally-managed --record
/var/folders/fA/fAyZd-taFE8yubL69QFTZk+++TI/-Tmp-/pip-aGPdyr-record/install-record.txt
failed with error code 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://code.astraw.com/pipermail/motmot/attachments/20100524/dc42767e/attachment.htm 


More information about the Motmot mailing list