Fluid not working

the fluid simulator does not seem to be working in the source compile that i make. All i do is get the source and run scons and get the build but the fluid sim does not seem to work from both CVS and BF-Blender 2.42a sources.

Help on how to set up the config file would be great. I am using slackware 10.2 and 11.0.

here is a previous thread.
http://blenderartists.org/forum/showthread.php?t=80353

Thanks for any help.

update
also if is try opening up a file that has a fluid sim in it an the has the domain object already selected blender crashes on startup. But not if the domain object is not selected. very odd. Also as soon as i click on the domain object to be select blender also crashes.
i can still select the fluid obects and the other stuff but not the domain or activat it.

Please i need some help soon. some help on maybe setting up the linux-config file for scons. May be I needs some dependences, but which one.

Any help, any one.

Hi,

it’s hard to say just like that - it should work for most compilers and gcc versions (it even works with MSVC :slight_smile: !). You could try to compile a debug version (BF_DEBUG=‘true’ in user-config.py), and run blender from within gdb. If you can reproduce the crash there, you could post the stack backtrace (“bt” in gdb), that would be helpful to see where the problem is. Btw. why dont you use a precompiled binary?

Regards,
-> Nils

The reason i can’t use a precompiled binary is that am working on a projects that requires some of the latest additions to blender, if i could, I would.
GCC version is 3.4.6
gdb? how would i use that

this is the out put of doing
> gdb ./blender
> run

Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread -1228007744 (LWP 6645)]
_mesa_test_os_sse_exception_support () at x86/common_x86_asm.S:205
205 x86/common_x86_asm.S: No such file or directory.
in x86/common_x86_asm.S

> ldd ./blender
/lib/libsafe.so.2 (0xb7f1e000)
linux-gate.so.1 => (0xffffe000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7ee4000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7ed2000)
libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0xb7e3a000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7e28000)
libGL.so.1 => /usr/local/lib/libGL.so.1 (0xb7b85000)
libGLU.so.1 => /usr/local/lib/libGLU.so.1 (0xb7b0a000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7a3c000)
libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0xb7a34000)
libutil.so.1 => /lib/tls/libutil.so.1 (0xb7a30000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7901000)
libm.so.6 => /lib/tls/libm.so.6 (0xb78de000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb78da000)
libstdc++.so.5 => /usr/i486-slackware-linux/lib/libstdc++.so.5 (0xb7821000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7818000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb780a000)
libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0xb7806000)
libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0xb77fd000)
libvga.so.1 => /usr/lib/libvga.so.1 (0xb77aa000)
/lib/ld-linux.so.2 (0xb7f24000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb76db000)

what does that mean?

blender did not show up, what else can i do.
Please some more help.