famouzkk

Results 7 comments of famouzkk

What about cross compiling from Linux to Windows? I used @lukasberbuer repo, and changed toolchain file to: ```cmake set(CMAKE_SYSTEM_NAME Windows) set(CMAKE_SYSTEM_PROCESSOR AMD64) set(CONAN_ARCHITECTURE x86_64) set(CMAKE_C_COMPILER x86_64-w64-mingw32-gcc) set(CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++) set(COMPILE_FLAGS "")...

I can share if you want of course, but its 1:1 @lukasberbuer repo(one main.cpp file) with just toolchain file changed. I assume I need somehow specify path for includes?

Hey, I'm not running any other mysql instance and any other docker instances. I am on fresh openSUSE 15.1 install. I'm using standalone repo. What u mean by services versions?...

Same error, accessing server via android browser returns "{}", and "OK" on /heathcheck page.