Hello I'm trying to make work the racket IDE to write and debug fluxus script. Recently I've made a new attempt on Xubuntu 12.03 in 32 bit fluxus 0.18 DrRacket 5.3 I installed fluxus through the ppa by using I add the fluxus directory to the racket content search path It seems there is problem in fluxus.ss to link with libglew1.6
when I put this code in fluxus : #lang racket (require fluxus-018/drflux) (define (ct) (draw-cube)) (every-frame (ct)) I got this error message : ../../../usr/share/racket/collects/racket/require-transform.rkt:264:2: load-extension: couldn't open file path: /usr/lib/fluxus-018/compiled/native/i386-linux/3m/fluxus-engine_ss.so system error: /usr/lib/fluxus-018/compiled/native/i386-linux/3m/fluxus-engine_ss.so: undefined symbol: __glewUniform4fv Silvestre Joaquim
