Warnings in Stalin
Hi, Axel.
I will answer your question in lieu of Philip. Here is the output of
the compiler, running under Windows XP/mingw:
D:\stalin-tests>stalin -On test.sc
In loop[1431]
Argument to STRUCTURE-REF might not be a structure of the correct type
In [inside loop 1432]
Argument to STRUCTURE-REF might not be a structure of the correct type
In loop[1431]
Argument to STRUCTURE-REF might not be a structure of the correct type
In [inside loop 1434]
Argument to STRUCTURE-REF might not be a structure of the correct type
In [inside loop 1435]
Argument to STRUCTURE-REF might not be a structure of the correct type
In [inside loop 1436]
Argument to STRUCTURE-REF might not be a structure of the correct type
In [inside loop 1436]
Argument to STRUCTURE-REF might not be a structure of the correct type
Except for the error messages, the compiler behaves well. The
generated code works. By the way, Philip, Junia, Jorlano, Obarbosa,
and other people are writing:
1 --- A tutorial for Stalin. I mean, a better tutorial, since the one
written by Martin Rodgers seems to contain only the index
(literally).
2 --- We are also writing a GUI for the beast (smile :-). Our GUI has
3D resources, etc. etc. It is based on a paper by Merten Joost and Udo
Backhaus. Jorlano, however, improved a lot on the original Bigloo
version; for instance, it added a 3D canvas.
3 --- Finally, we are solving a lot of assignments, exercises, and
homeworks using Stalin. For instance, Junia is using Stalin to write
her honors in Numerical Analysis. She is supposed to solve a partial
differencial equation, and plot the results. Of course, Jorlano/Joost/
Backhaus' gui will be quite handy for the task.
Check the address code.google.com/p/stalingui for news from our
project. For the time being, you will find stalin binaries for
Windows, the 15 initial pages of the tutorial, and a few commands for
the gui. BTW, we are distributing everything as binary files, ready to
deploy. To run Stalin under Windows, all you need to do is to
download MinGW, download stalin binaries for MinGW, set the path, and
start compiling. We intend to explain how to install Stalin for
Windows step by step. In Linux, somebody else created a very good
binary distribution (two button clicks on the Synaptic Package Manager
separate you from having Stalin on Ubuntu or Linspire), thus we did
not bother about a Linux binary distrib.
You are most welcome, if you want to participate. Send an email to
Junia, and she will put your name in the list of the project owners.
|