#OpenGOAL (Jak and Daxter unofficial PC port) support?

1 messages · Page 1 of 1 (latest)

remote pasture
#

Im trying to build OpenGOAL, the unofficial Jak and Daxter PC port on Windows 11 with MSYS2. It uses Visual C++, does MSYS2 support Visual C++? Here is a snippet of the error, build logs attached.

FAILED: common/CMakeFiles/common.dir/custom_data/TFrag3Data.cpp.obj / FAILED: CMakeFiles/cmTC_d2c3d.dir/CurlTests.c.obj

[134/1164] Building CXX object common/CMakeFiles/common.dir/formatter/formatter_tree.cpp.obj
C:/msys64/home/penny/jak-project/common/formatter/formatter_tree.cpp: In member function 'void FormatterTree::construct_formatter_tree_recursive(const std::string&, TSNode, FormatterTreeNode&, std::optional<std::__cxx11::basic_string >)':
C:/msys64/home/penny/jak-project/common/formatter/formatter_tree.cpp:146:10: warning: unused variable 'debug_child' [-Wunused-variable]
146 | auto debug_child = ts_node_string(child_node);
| ^~~~~~~~~~~
[138/1164] Building C object third-party/sqlite3/CMakeFiles/sqlite3.dir/sqlite3.c.obj
ninja: build stopped: subcommand failed.

I also made a bug thread on the OpenGOAL GitHub: https://github.com/open-goal/jak-project/issues/3551

#

I have all the following packages installed.

#

mingw-w64-clang-x86_64-toolchain mingw-w64-ucrt-x86_64-toolchain mingw-w64-x86_64-clang mingw-w64-ucrt-x86_64-clang mingw-w64-x86_64-nasm mingw-w64-i686-nasm mingw-w64-ucrt-x86_64-nasm mingw-w64-x86_64-toolchain mingw-w64-i686-toolchain mingw-w64-x86_64-SDL2 mingw-w64-i686-SDL2 mingw-w64-ucrt-x86_64-SDL2 mingw-w64-x86_64-zlib mingw-w64-i686-zlib mingw-w64-ucrt-x86_64-zlib mingw-w64-x86_64-libwinpthread mingw-w64-i686-libwinpthread mingw-w64-ucrt-x86_64-libwinpthread mingw-w64-x86_64-cmake mingw-w64-i686-cmake mingw-w64-ucrt-x86_64-cmake mingw-w64-x86_64-binutils mingw-w64-cross-binutils mingw-w64-i686-binutils mingw-w64-ucrt-x86_64-binutils mingw-w64-x86_64-openssl mingw-w64-ucrt-x86_64-openssl mingw-w64-x86_64-openldap mingw-w64-ucrt-x86_64-openldap mingw-w64-x86_64-curl mingw-w64-i686-curl mingw-w64-ucrt-x86_64-curl mingw-w64-x86_64-ninja mingw-w64-i686-ninja mingw-w64-ucrt-x86_64-ninja ninja openssl binutils curl cmake make git base base-devel

#

I tried to compile using mingw64

onyx shoal
#

The issue is not related to msys2 project or its packages. I would like to continue the discussion in that upstream issue.