Vitaly Novichkov

Results 538 comments of Vitaly Novichkov

Seems to be fine, I will need to try build all things and verify all works correct

There is the common and annoying case that happens on MSVC toolchains only which produces "Debug" and "Release" sub-directories to put executables into it, and this case confuses other part...

Just now I sent the thing, please try to build it from the scratch, will it work or not?

Usually, the debug/release is defined by the `CMAKE_BUILD_TYPE=` variable, and these sub-directoreis aren't so useful, and they kills the cross-platform unification of the directory tree. And so, for debug and...

Anyway, could you show me the content of the "src/host/cmake/buildvm/" and "src/host/cmake/minilua/" inside the build directory?

Damn... that means my workaround didn't worked. It's supposed it will force these executables being placed at the `build-apk/luajit/src/minilua/`, not at `build-apk/luajit/src/minilua/Debug`. ![изображение](https://user-images.githubusercontent.com/6751442/227092435-a394ae06-1ea7-4cc2-8aa3-96638e70bf45.png) I'll try something other soon.

Just now I made another workaround, it should work now. I'll try out the thing on another machine to ensure it works fine.

Okay, locally at me, it puts binaries at the right place now, no longer into Debug/Release sub-directories.

Looks like an interesting thing, however, can you give some manual links on how to compose these INF files?

First, to utilise these features, I should extend my WOPL bank format (there is a draft for the next WOPL version 3 where I want to include many stuff, but...