fluxus icon indicating copy to clipboard operation
fluxus copied to clipboard

a cross platform 3D game engine for livecoding worlds into existence

Results 3 fluxus issues
Sort by recently updated
recently updated
newest added

Racker version 7.3 EVP_CIPHER_CTX e_ctx; ^~~~~ In file included from fluxa/src/Modules.cpp:17: fluxa/src/Modules.h: In constructor 'Pad::Pad(int)': fluxa/src/Modules.h:429:15: warning: 'Pad::m_TableLength' will be initialized after [-Wreorder] unsigned int m_TableLength; ^~~~~~~~~~~~~ fluxa/src/Modules.h:419:16: warning: 'MoogFilter...

Myself and several others attempted to build Fluxus Scheme using the instructions here: http://www.pawfal.org/fluxus/building/ It doesn't link to this github repo and doesn't indicate anywhere that Fluxus now works with...

(Crosspost from mailing list: http://lists.pawfal.org/pipermail/fluxus-pawfal.org/2015-October/010371.html) Built racket 6.2.1 from source (http://mirror.racket-lang.org/installers/6.2.1/racket-6.2.1-src.tgz) with `--enable-shared --prefix=/usr/local` Compiling fluxus without `STATIC_MODULES=1` works fine. With `STATIC_MODULES=1` the build fails. I am very much a...