[plt-scheme] Building PLT 359.200 with Visual C++ 2005 Express
In a previous post Eli Barzilay wrote:
> To build on Windows, you should be using the src/worksp stuff, which has
its own version of mzconfig.h.
This is also stated in PLT 359.200 documentation.
The src/worksp/readme reads:
"
This directory contains
- solution files and project files for building MzScheme and MrEd
- mzconfig.h which is a manual version of information that is gathered
automatically when using the "configure" script.
"
But there is no mzconfig.h in this dir (at least in windows
sources)
I could only find a mzconfig.h.in file in src/mzscheme.
Renaming it as 'mzconfig.h' and adding its path to the VC project include
dirs,
lets me compile, but I still get:
Creating library ..\..\..\lib\msvc\libmzschxxxxxxx.lib and object
.\..\..\lib\msvc\libmzschxxxxxxx.exp network.obj : error LNK2019:
unresolved external symbol _hstrerror referenced in function
_mz_gai_strerro
Thanks for your kind help.
Antonio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20061122/830e959d/attachment.html>