On 29-Feb-08, at 2:10 PM, David St-Hilaire wrote:
where the main execution occurs in Question2-ui. When I compile all this, i.e. compiles opengl, glu, glut, Question2 and Question2-ui to .o1 files and then compile my profile.scm file to c -> native code, well the program runs fine, but when I stop it, I get:
*** ERROR IN write-profile-report -- Wrong number of arguments passed to procedure (max)
You need to compile the program with the -debug-source option, so that the .o1 files contain source location information.
Marc