I've looked at the lists, but cannot find what is going on with my particular install and trying to run fluxus in racket:
I start racket 5.3.4 and #lang racket is the default with determine language from source set in the output. I type the following in the editor above: (require (file "/usr/local/lib/fluxus-018/drflux.ss")) and I get the following error messages: ../../usr/local/lib/racket/collects/racket/require-transform.rkt:266:2: load-extension: couldn't open file path: /usr/local/lib/fluxus-018/compiled/native/x86_64-linux/3m/fluxus-engine_ss.so system error: /usr/local/lib/fluxus-018/compiled/native/x86_64-linux/3m/fluxus-engine_ss.so: undefined symbol: __glewUniform4fv I am running Ubuntu 12.10, I compiled fluxus 018 and racket 5.3.4 from source. Can anybody tell me if I need to recompile fluxus, or re-install GLEW? Thanks, Rob
