Hi, I recently downloaded the Windows version of Open Dylan. I have Visual Studio 2005 installed, but when I try to compile anything it logs this error while linking:
Code:
building targets: exe
RC C:\Documents and Settings\username\Application Data\Open-Dylan\build\common-dylan\version.res : C:\Documents and Settings\username\Application Data\Open-Dylan\build\common-dylan\version.rc
'rc' is not recognized as an internal or external command,
operable program or batch file.
Building target <common-dylan>version.res: "rc /r /dWIN32 /d_WIN32 /dWINVER=0x0400 /FO "C:\Documents and Settings\username\Application Data\Open-Dylan\build\common-dylan\version.res" "C:\Documents and Settings\username\Application Data\Open-Dylan\build\common-dylan\version.rc"" failed with return status 1
I've never used the Visual Studio tools from the command line, so I don't even know which RC it's trying to use (there seems to be one under SDK, one under Visual C++, etc...)