Problem solved (ostensibly): I downloaded the source from git (the link on the website still says "cvs," btw), did "sudo scons MULTITEXTURE=0 GLSL=0 install" and everything compiled without a complaint. It runs just fine AFAICT.
I think that the problem was that we were both using release 0.15, which clearly wasn't ready to be compiled with gcc 4.3+ and who knows what else. I didn't have to change any includes for the version in git. Thanks so much for your help, Dave! Also fluxus has come a LONG way since 0.11 (last version I used). Very slick. Cheers! Mike On Wed, Feb 4, 2009 at 5:20 PM, Dave Griffiths <[email protected]> wrote: > Hi Arxontis, Mike, > > If you are using the git version then try building it with: > > sudo scons MULTITEXTURE=0 GLSL=0 install > > I changed these options to turn on by default and was expecting it to > cause trouble. > > If you are using release 0.15 then we'll have to debug it to see what's > happening. Peter, what did you do to make this crash go away? > > cheers, > > dave > > On Wed, 2009-02-04 at 22:07 +0000, Arxontis Politis wrote: >> Same here, after a huge amount of #includes due to gcc-4.3, a got a >> fluxus binary and a nice segmentation fault. Intrepid on a PC. >> Any advice appreciated! > > -- http://michaelclemow.com http://semiotech.org
