Hi Dischi, Rob, Aubin,

I'm getting the following error when trying to compile the
python objects to *.pyo under RH 7.3:
[EMAIL PROTECTED] freevo-1.3.4]# make freevo_compile
make: *** No rule to make target `freevo_compile'.  Stop.
[EMAIL PROTECTED] freevo-1.3.4]# fgrep compile Makefile 
# moved python_compile to install
# setip_build can now compile python files. This is used by the Makefile
python_compile: runapp
        ./runapp python src/setup_freevo.py
--compile=$(OPTIMIZE),$(PREFIX)
# Remove all compiled python files, and other stuff
install: all python_compile
[EMAIL PROTECTED] freevo-1.3.4]# make python_compile
./runapp python src/setup_freevo.py --compile=2,/usr/local/freevo
writing byte-compilation script '[EMAIL PROTECTED]'
/usr/src/redhat/SOURCES/freevo-1.3.4/runtime/apps/freevo_python -OO
[EMAIL PROTECTED]
/usr/src/redhat/SOURCES/freevo-1.3.4/runtime/apps/freevo_python:
relocation error: ./runtime/dll/libc.so.6: symbol __libc_stack_end,
version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time
reference
Traceback (most recent call last):
  File "src/setup_freevo.py", line 249, in ?
    optimize=optimize)
  File
"/usr/src/redhat/SOURCES/freevo-1.3.4/runtime/lib/python2.2/distutils/util.py",
line 406, in byte_compile
    spawn(cmd, verbose=verbose, dry_run=dry_run)
  File
"/usr/src/redhat/SOURCES/freevo-1.3.4/runtime/lib/python2.2/distutils/spawn.py",
line 38, in spawn
    _spawn_posix(cmd, search_path, verbose, dry_run)
  File
"/usr/src/redhat/SOURCES/freevo-1.3.4/runtime/lib/python2.2/distutils/spawn.py",
line 133, in _spawn_posix
    raise DistutilsExecError, \
distutils.errors.DistutilsExecError: command
'/usr/src/redhat/SOURCES/freevo-1.3.4/runtime/apps/freevo_python' failed
with exit status 127
make: *** [python_compile] Error 1

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 sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to