Mark Jansen
Mark Jansen
CMake inserts itself in some build steps, so it uses that to display progress. premake generates the build files, and is not used in the build process anymore.
@davepoo This PR seems correct to me, is there anything holding it back from getting merged?
@sethk There are some generated classes that are outdated now: `PushAllowKeyboardFocus` should be replaced with `PushTabStop` `BeginChildFrame` could be replaced with `BeginChild(..., ImGuiChildFlags_FrameStyle, ...);`, or removed outright. `BeginPopupContextWindow` does not...
This is a function implemented in c++, so if you want to step into that, you'd need a native debugger.
Which version of WineVDM did you test on which version of ReactOS?
> This PR adds support for building Walnut under Linux using CMake. Why not also use premake for the linux side?
@dumblob is there anything I can do to get this merged?
Does this also happens on small files? Any specific steps to reproduce?
@ash663 is the issue still open? Did you encounter it?
Running `ldd https.so` should show any dependency errors that cause `https.so` to not be loaded.