Thanks for the pointer DIschi! /usr/lib/python2.4/site-packages/ freevo/* gets added when executing "emerge freevo", which is listed in the freevo 2.0 install wiki page as an easy way to install the freevo dependencies. Am I right in adding a line to that wiki page stating that "usr/lib/python2.4/site-packages/freevo/" needs to be removed before SVNing freevo 2.0 and kaa? If so, I will add it.

Also, kaa display doesn't seem to be building for me; any suggestions? (compile stuff below)

Thanks,
Matthew

[setup] Entering kaa submodule display
+ FB support enabled
+ DFB support enabled
- Imlib2 compiled without X11, not building imlib2 display
+ pygame support enabled
WARNING: "evas" library check failed: not found
- evas support disabled
running install
running build
running build_py
creating build
creating build/lib.linux-i686-2.4
creating build/lib.linux-i686-2.4/kaa
creating build/lib.linux-i686-2.4/kaa/display
copying src/fb.py -> build/lib.linux-i686-2.4/kaa/display
copying src/dfb.py -> build/lib.linux-i686-2.4/kaa/display
copying src/sdl.py -> build/lib.linux-i686-2.4/kaa/display
copying src/__init__.py -> build/lib.linux-i686-2.4/kaa/display
copying src/version.py -> build/lib.linux-i686-2.4/kaa/display
running build_ext
building 'kaa.display._Displaymodule' extension
creating build/temp.linux-i686-2.4
creating build/temp.linux-i686-2.4/src
gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/include/ directfb -I_REENTRANT -I/usr/include/SDL -I/usr/include/python2.4/ pygame -I/usr/include/python2.4 -c src/display.c -o build/temp.linux- i686-2.4/src/display.o -Wall
In file included from src/display.c:36:
src/x11display.h:35:22: X11/Xlib.h: No such file or directory
In file included from src/display.c:36:
src/x11display.h:40: error: syntax error before "Display"
src/x11display.h:40: warning: no semicolon at end of struct or union
src/x11display.h:42: error: syntax error before '}' token
src/x11display.h:42: warning: type defaults to `int' in declaration of `X11Display_PyObject' src/x11display.h:42: warning: data definition has no type or storage class
In file included from src/display.c:37:
src/x11window.h:36:19: X11/X.h: No such file or directory
src/x11window.h:37:22: X11/Xlib.h: No such file or directory
src/x11window.h:38:23: X11/Xatom.h: No such file or directory
In file included from src/display.c:37:
src/x11window.h:47: error: syntax error before "Display"
src/x11window.h:47: warning: no semicolon at end of struct or union
src/x11window.h:48: warning: type defaults to `int' in declaration of `window' src/x11window.h:48: warning: data definition has no type or storage class
src/x11window.h:49: error: syntax error before "invisible_cursor"
src/x11window.h:49: warning: type defaults to `int' in declaration of `invisible_cursor' src/x11window.h:49: warning: data definition has no type or storage class
src/x11window.h:52: error: syntax error before '}' token
src/x11window.h:52: warning: type defaults to `int' in declaration of `X11Window_PyObject' src/x11window.h:52: warning: data definition has no type or storage class
src/x11window.h:57: error: syntax error before '*' token
src/x11window.h:58: error: syntax error before '*' token
src/x11window.h:58: error: syntax error before "Window"
src/x11window.h:58: warning: type defaults to `int' in declaration of `X11Window_PyObject__wrap' src/x11window.h:58: warning: data definition has no type or storage class
src/display.c: In function `init_Display':
src/display.c:118: warning: implicit declaration of function `XInitThreads'
src/display.c:73: warning: unused variable `evas_api_ptrs'
failed to build display
[setup] Leaving kaa submodule display



On Feb 19, 2006, at 4:48 AM, Dirk Meyer wrote:

Matthew Goeden wrote:
I am trying to install from the SVN -- this is my error -->

Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/freevo/main.py", line 78, in ?
     import config
   File "/usr/lib/python2.4/site-packages/freevo/config.py", line
   455, in ?
     execfile(os.environ['FREEVO_CONFIG'], globals(), locals())
   File "/usr/share/freevo/freevo_config.py", line 198, in ?
     FREEVO_CONF_VERSION = setup.CONFIG_VERSION
NameError: name 'setup' is not defined

I am guessing that I missed something on the install...  Anybody know
what's up?

Looks like a messed up install to me. There should be no
/usr/lib/python2.4/site-packages/freevo/main.py at all. Remove the
freevo dir and try again.


Dischi

--
There are very few problems that cannot be solved by orders ending with
'or die.' - Alistair J.R. Young



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to