On Sun, 02 Mar 2008 19:10:40 +0000, Kevin Gottsman wrote:

> 
> This fixed the problem but there are more errors with header files that
> I am trying to track down (inotify).
>

Here are the build issues that I am experiencing now. Unfortunately, my 
progamming capabilities is very limited.

bart:kaa kevin$ sudo python setup.py install
[setup] Entering kaa submodule base
inotify not supported in glibc; no problem, using built-in support 
instead.
Disabling Linux-specific features.
running install
running build
running build_py
running build_ext
building 'kaa.inotify._inotify' extension
/usr/bin/gcc-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -
mno-fused-madd -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/
local/include/python2.5 -c src/extensions/inotify/inotify.c -o build/
temp.macosx-10.3-i386-2.5/src/extensions/inotify/inotify.o -Wall
In file included from src/extensions/inotify/inotify.c:38:
src/extensions/inotify/fallback-inotify.h:19: error: syntax error before 
‘__s32’
src/extensions/inotify/fallback-inotify.h:19: warning: no semicolon at 
end of struct or union
src/extensions/inotify/fallback-inotify.h:20: warning: type defaults to 
‘int’ in declaration of ‘mask’
src/extensions/inotify/fallback-inotify.h:20: warning: data definition 
has no type or storage class
src/extensions/inotify/fallback-inotify.h:21: error: syntax error before 
‘cookie’
src/extensions/inotify/fallback-inotify.h:21: warning: type defaults to 
‘int’ in declaration of ‘cookie’
src/extensions/inotify/fallback-inotify.h:21: warning: data definition 
has no type or storage class
src/extensions/inotify/fallback-inotify.h:22: error: syntax error before 
‘len’
src/extensions/inotify/fallback-inotify.h:22: warning: type defaults to 
‘int’ in declaration of ‘len’
src/extensions/inotify/fallback-inotify.h:22: warning: data definition 
has no type or storage class
src/extensions/inotify/fallback-inotify.h:24: error: syntax error before 
‘}’ token
In file included from src/extensions/inotify/inotify.c:39:
src/extensions/inotify/fallback-inotify-syscalls.h:51: error: syntax 
error before ‘__u32’
src/extensions/inotify/fallback-inotify-syscalls.h:52: warning: function 
declaration isn’t a prototype
src/extensions/inotify/fallback-inotify-syscalls.h: In function 
‘inotify_add_watch’:
src/extensions/inotify/fallback-inotify-syscalls.h:53: error: ‘fd’ 
undeclared (first use in this function)
src/extensions/inotify/fallback-inotify-syscalls.h:53: error: (Each 
undeclared identifier is reported only once
src/extensions/inotify/fallback-inotify-syscalls.h:53: error: for each 
function it appears in.)
src/extensions/inotify/fallback-inotify-syscalls.h: At top level:
src/extensions/inotify/fallback-inotify-syscalls.h:56: error: syntax 
error before ‘__u32’
src/extensions/inotify/fallback-inotify-syscalls.h:57: warning: function 
declaration isn’t a prototype
src/extensions/inotify/fallback-inotify-syscalls.h: In function 
‘inotify_rm_watch’:
src/extensions/inotify/fallback-inotify-syscalls.h:58: error: ‘fd’ 
undeclared (first use in this function)
src/extensions/inotify/fallback-inotify-syscalls.h:58: error: ‘wd’ 
undeclared (first use in this function)
failed to build base
bart:kaa kevin$ 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to