Welcome!
Final Burn Neo => FBN Discussion => Topic started by: hxghwx on December 22, 2024, 09:27:19 PM
-
https://www.fbalpha.com/files/gnu_utils.zip
-
Read https://neo-source.com/index.php?topic=2379.0 or https://neo-source.com/index.php?topic=3702.0
-
Why is this happening?
-
with "-j x" try newer make, v4.2 or newer!
I use this one with gcc 14.2.0
@
https://winlibs.com/
MSVCRT runtime <- make sure
GCC 14.2.0 (with POSIX threads) + without LLVM/Clang/LLD/LLDB 19.1.1 + MinGW-w64 12.0.0 (MSVCRT) - release 2 (LATEST)
this link:
https://github.com/brechtsanders/winlibs_mingw/releases/download/14.2.0posix-19.1.1-12.0.0-msvcrt-r2/winlibs-x86_64-posix-seh-gcc-14.2.0-mingw-w64msvcrt-12.0.0-r2.zip
best regards,
- dink
-
Sorry, the result is still the same, thanks.
-
Hi hxghwx,
use this:
make -j 5 mingw BUILD_X64_EXE=1 RELEASEBUILD=1
best regards,
- dink
-
Why is this happening as shown in the picture?
-
Apparently, msvc, which again we don't really support, is trying to use the wrong version of some header file.
-
I guess it is a problem with my system. I compiled it under WINDOWS 10. Thank you!
-
I guess it is a problem with my system. I compiled it under WINDOWS 10. Thank you!
It's a problem with what you are doing. You were told msvc is not really supported.
We told you to use gcc and how to use it...
-
@echo off
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86_amd64
call "C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Utilities\bin\Dx_Setenv.cmd" x64
path=C:\TDM-GCC-64\bin;C:\Perl64\bin;%PATH%
mingw32-make vc -j4 BUILD_X64_EXE=1
pause
Why is this happening?
-
Hello! dik, can you compress and upload your compilation tools and running scripts? Thank you! I have been working on it myself for a long time and can't solve the problem.