[tuhopuu-devel] LSCM scons building msvc6

Bjornmose tuhopuu-devel@blender.org
Sat, 15 May 2004 14:13:04 +0200


hi brecht,bruno ... and all

finally succeeded building tuhopuu2 with LSCM on msvc6 using scons 

issues occured
1. type conflict with FLOAT and DOUBLE (resolved by defining NL_FLOAT,
NL_DOUBLE)
2. if msvc compiles *.c files it does not allow variables to be defined
after code block in function started. Some variable definitons need to
be moved to the top of function block in opennl.c.
3. SConscipt in ../superlu/ makes "license.txt" part of the source ...
hmm.. the compiler does not like this.
4. ms build needs extra define NO_TIMER to build superLU otherways it
complains on missing sys/timers.h

i did not commit yet. i 'd like to talk about it first.

bjorn mose