<div dir="ltr">hello<br><br>I get this error when I try to use the video-texture extension compiled against latest CVS head:<br><br>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)<br>
<br>this is the script I am trying to run from the README:<br><br>(load-extension "/usr/lib/plt/collects/fluxus-015/compiled/native/i386-linux/3m/fluxus-video-texture.so")<br><br>(require fluxus-video-texture)<br>
<br>(clear)<br>(clear-video-textures)<br><br>(define vt (load-video-texture "/home/karsten/Videos/color_code_video_01.ogg"))<br><br>(push)<br>(texture vt)<br>(build-cube)<br>(pop)<br><br>(define (update)<br>    (update-video-texture vt))<br>
<br>(every-frame (update))<br><br><br>is this still supported in the newer versions of fluxus?<br><br>cheers,<br><br>karsten<br></div>