|
From: <ton...@po...> - 2004-02-18 14:30:26
|
Hello Peter,
thanks for reporting the issues.
> Linking
> errors due to fftw
> tricked me a bit: found lib{d,dr,s,sr}fftw
> libs here, but no libfftw.
Do you have FFTW 3 installed? OpenVIP has been written to link
against FFTW 2.x. This can be achieved using -lfftw, while FFTW 3
changed it to -lfftw3. I'll fix the Jamfile to link against FFTW
3, but I have to read FFTW docs first since it is not 100%
backward compatible with FFTW 2.x. Anyway, all FFTW plugins are
optional so you can safely leave them out.
> I had to copy libopenvip_hl.so to
> /usr/local/lib in order to get
> openvip going.
Did you set OPENVIP_HOME as described in the README file?
> Now, loading some avi's seems fine, I can
> save the timeline, but
> trying to render them, I get:
>
> Traceback (most recent call last):
> File
> "/home/hp/CVS/openvip.hp/bin/MainFrame.py",
> line 510, in OnRender
> background=False)
> File "/home/hp/CVS/openvip.hp/bin/render.py",
> line 94, in renderFromString
> r.run()
> File "/home/hp/CVS/openvip.hp/bin/render.py",
> line 52, in run
> self.job.run(self)
> File "/home/hp/CVS/openvip.hp/bin/render.py",
> line 61, in run
> task =
> globals.core.load_network_from_string(self.net)
> File
> "/home/hp/CVS/openvip.hp/bin/openvip.py",
> line 157, in load_network_from_string
> raise Error("failed to load XML data:\n%s" %
> xmldata)
> openvip.Error: failed to load XML data:
> <?xml version="1.0" ?>
> <!DOCTYPE network PUBLIC
> "-//OPENVIP//DTD Network Format V1.0//EN"
> [...]
If you have OPENVIP_HOME set correctly, then I have no idea what
might be wrong. The load_network_from_string Python function is
implemented using the NetworkFormatLoader::LoadFromString C++
function, which can be found in
openvip/src/core/networkloader.cpp. The error means that this
function returned false - could you find out why?
Regards,
Antonin Slavik
--
Chces kilo? Tak pripoj kamose pres VOLNY.
Vice na http://studentpartner.volny.cz/
|