IoLanguage / io

Io programming language. Inspired by Self, Smalltalk and LISP.
http://iolanguage.org
Other
2.66k stars 298 forks source link

No implement of function IoVMCodeInit in file IoState.c #457

Closed 71USERX closed 2 years ago

71USERX commented 3 years ago

This problem cause a compile-time error when I try to compile source code of io with Visual Studio 2019(16.11)

akluth commented 3 years ago

How do you exactly build IO with Visual Studio 2019? Please provide as much information about the error/the compilation step as possible.

71USERX commented 3 years ago

How do you exactly build IO with Visual Studio 2019? Please provide as much information about the error/the compilation step as possible.

io There isn't a implement for this function or VS didn't detect the implement. I using the CMake 3.21.1 to generate vs solution from io-2017's source code.

akluth commented 3 years ago

What exactly do you mean by "io-2017's source code"?

The preferred way to build Io under Windows is to use MinGW/MSYS2. Is this possible for you to use? I cannot reproduce your error locally because I get a bunch of others trying to compile it...

71USERX commented 3 years ago

What exactly do you mean by "io-2017's source code"?

The preferred way to build Io under Windows is to use MinGW/MSYS2. Is this possible for you to use? I cannot reproduce your error locally because I get a bunch of others trying to compile it...

Thank you for help. I build Io successfully by using MinGW. (The "io-2017's source code" means this: ior2017 I am a Chinese. My English is not good. This may have caused some misunderstandings....I feel sorry about it)

akluth commented 2 years ago

Do not feel sorry about it, your english is very good :-)

I'm glad that I could help. :-)