You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that loguru and/or writing log statements via std::cout is definitely not part of the RE CMake build system, but I want to keep track of it in case it is (like for example there could be a missing compiler and/or linker flag to fix the problem).
So the issue is that code like this (JukeboxExports.cpp / JBox_Export_CreateNativeObject)
I know that loguru and/or writing log statements via
std::cout
is definitely not part of the RE CMake build system, but I want to keep track of it in case it is (like for example there could be a missing compiler and/or linker flag to fix the problem).So the issue is that code like this (
JukeboxExports.cpp
/ JBox_Export_CreateNativeObject)when compiled with the native toolchain produces 3 lines of output in Recon on macOS but only 1 (the
JBOX_TRACE
) in Recon on Windows.This is what the output looks like on macOS
The text was updated successfully, but these errors were encountered: