[Fluxus] video extensions throws error

krgn k.gebbert at gmail.com
Fri Aug 22 17:38:01 PDT 2008


hello

I get this error when I try to use the video-texture extension compiled
against latest CVS head:

load-extension: no scheme_initialize in
"/usr/lib/plt/collects/fluxus-015/compiled/native/i386-linux/3m/fluxus-video-texture.so"
(�8�/plt/collects/fluxus-015/compiled/native/i386-linux/3m/fluxus-video-texture.so:
undefined symbol: scheme_initialize)

this is the script I am trying to run from the README:

(load-extension
"/usr/lib/plt/collects/fluxus-015/compiled/native/i386-linux/3m/fluxus-video-texture.so")

(require fluxus-video-texture)

(clear)
(clear-video-textures)

(define vt (load-video-texture
"/home/karsten/Videos/color_code_video_01.ogg"))

(push)
(texture vt)
(build-cube)
(pop)

(define (update)
    (update-video-texture vt))

(every-frame (update))


is this still supported in the newer versions of fluxus?

cheers,

karsten
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pawfal.org/pipermail/fluxus-pawfal.org/attachments/20080822/c713ce44/attachment-0001.htm>


More information about the Fluxus mailing list