Recompiling the VM with finalization

Andreas Raab raab at isgnw.CS.Uni-Magdeburg.De
Sat Nov 7 18:51:43 UTC 1998


> I still can't manage it.
> Now I get -
> 
> Linking...
>    Creating library Release/SqVM.lib and object Release/SqVM.exp
> sqWin32ExternalPrims.obj : error LNK2001: unresolved external symbol
> _sqGetInterpreterProxy
[...]
> Another thing - when first trying to compile interp.c, it ignores the file.

Okay, this means you've been using the interpreter sources from the 2.2
distribution. I was assuming you know how to generate a new VM from
scratch ;-) So here's how this works:

* Write out the Mac support code, e.g., execute
    InterpreterSupportCode writeMacSourceFiles
* Convert the files from CR to either LF or CRLF line endings
  (you might use CrLfFileStream for this)
* Create a project from all of the sqXYZ.c files from the above
  and add the appropriate Win32 support files (e.g., the ones
  starting with sqWin32*)
* Compile.
* Link.
* Run.

  Andreas

-- 
Linear algebra is your friend - Trigonometry is your enemy.
+===== Andreas Raab ============= (raab at isg.cs.uni-magdeburg.de) =====+
I Department of Simulation and Graphics      Phone: +49 391 671 8065  I
I University of Magdeburg, Germany           Fax:   +49 391 671 1164  I
+=============< http://isgwww.cs.uni-magdeburg.de/~raab >=============+





More information about the Squeak-dev mailing list