Glog78

Results 27 comments of Glog78

Lutris seem to use win7-sp1 for extraction of the files -> https://lutris.net/games/install/10999/view . Maybe that could help.

Good morning. Ok i tried the fixlinux branch. This one compiles now but doesn't link even with changing the cmake LUA_INCLUDE_DIR and LUA_LIBRARY to version 5.1. Here is the output...

Will try on arch and post back.

Seems to have still issues with the lua stuff. 1st) LC_ALL=C cmake -DLUA_INCLUDE_DIR=/usr/include/lua5.1/ -DLUA_LIBRARY=/usr/lib/liblua5.1.so ../src/ output -> http://termbin.com/kmvpx interesting might be the warning for systemsettler 2nd) LC_ALL=C VERBOSE=1 make output...

let me try 5.3 (arch has all 3 versions) but i supose it's something different.

ok 5.3 doesn't work either. Can it be that this double definition is problematic line 315 target_link_libraries(raws bengine components) line 343 target_link_libraries(raws ${LUA_LIBRARIES})

i can try to use clang instead and gold instead of gcc tomorow. The build doesn't run on arch and i don't think it's good to include so many libraries....

current master branch with clang and llvm toolchain: LC_ALL=C CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake -D_CMAKE_TOOLCHAIN_PREFIX=llvm- ../src/ http://termbin.com/kl82d LC_ALL=C VERBOSE=1 make -j4 http://termbin.com/4xfr this indicates a bug with clang and glm inside of...

There might be another issue with that too -> ``` FAILED: src/contour/CMakeFiles/contour.dir/BlurBehind.cpp.o /usr/bin/ccache /usr/lib/ccache/bin/c++ -DBOOST_STACKTRACE_USE_ADDR2LINE=1 -DCONTOUR_FRONTEND_GUI -DCONTOUR_PROJECT_SOURCE_DIR=\"/home/mgnad/install/contour-git/src/contour-git\" -DCONTOUR_SCROLLBAR -DCONTOUR_STACKTRACE_ADDR2LINE=1 -DCONTOUR_VERSION_MAJOR=0 -DCONTOUR_VERSION_MINOR=3 -DCONTOUR_VERSION_PATCH=3 -DCONTOUR_VERSION_STRING=\"0.3.3-unreleased-makepkg-6a97b8af\" -DFMT_HEADER_ONLY=1 -DHAVE_BACKTRACE -DHAVE_BACKTRACE_SYMBOLS -DHAVE_CXXABI_H -DHAVE_DLADDR -DHAVE_DLFCN_H -DHAVE_DLSYM...

i tested with lines = 4 ... and i had 4 lines but also a big block not used (as you can see in the screenshot). Fun side effect ->...