On Fri, 5 Sep 2003, Jim Duda wrote:

> Hmm, I hope I'm not being thick.

Sorry, I was in a hurry and should've written this down in a more
step-by-step manner.

> 
> I edited the Makefile and changed:
> 
> python_compile: runapp ./runapp python
> src/setup_freevo.py --compile=$(OPTIMIZE),$(PREFIX)
> 
> TO:
> 
> python_compile: runapp ./runapp python src/setup_freevo.py --compile=1

You still need to have the prefix. It's easier to search for the OPTIMIZE
variable definition at the top of the Makefile and make it 1 and not
change it on that line. (This should generate *.pyc files, but not *.pyo
files)

However, if you can't get it to work (GLIBC_PRIVATE error), then I suggest
compiling using your system python (assuming it's at /usr/bin/python2,
for python 2.2, modify as necessary).

python_compile:
        /usr/bin/python2 src/setup_freevo.py --compile=$(OPTIMIZE),$(PREFIX)

T.C.
----
Wan Tat Chee (Lecturer)
School of Computer Science, Univ. of Science Malaysia,
11800 USM, Penang, Malaysia.      Rm.625 Ofc Ph: +604 653-3888 x 3617
NRG Lab Admin: +604 659-4757           Rm.601-E Ofc Ph: +604 653-4396
Internet: [EMAIL PROTECTED]            Web: http://nrg.cs.usm.my/~tcwan
GPG Key : http://nrg.cs.usm.my/~tcwan/tcw_gpg-20030322.asc
F'print : DCF2 B9B2 FA4D 1208 AD59  14CA 9A8F F54D B2C4 63C7





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to