Welcome!

Final Burn Neo => FBN Discussion => Topic started by: hxghwx on December 22, 2024, 09:27:19 PM

Title: Is there any downloadable software for compiling FBN?
Post by: hxghwx on December 22, 2024, 09:27:19 PM
https://www.fbalpha.com/files/gnu_utils.zip
Title: Re: Is there any downloadable software for compiling FBN?
Post by: barbudreadmon on December 23, 2024, 12:25:01 AM
Read https://neo-source.com/index.php?topic=2379.0 or https://neo-source.com/index.php?topic=3702.0
Title: Re: Is there any downloadable software for compiling FBN?
Post by: hxghwx on December 23, 2024, 01:45:25 AM
Why is this happening?
Title: Re: Is there any downloadable software for compiling FBN?
Post by: dink on December 23, 2024, 02:05:11 AM
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
Title: Re: Is there any downloadable software for compiling FBN?
Post by: hxghwx on December 23, 2024, 02:58:02 AM
Sorry, the result is still the same, thanks.
Title: Re: Is there any downloadable software for compiling FBN?
Post by: dink on December 23, 2024, 09:11:51 AM
Hi hxghwx,
use this:

make -j 5 mingw BUILD_X64_EXE=1 RELEASEBUILD=1

best regards,
- dink
Title: Re: Is there any downloadable software for compiling FBN?
Post by: hxghwx on December 24, 2024, 01:23:01 AM
Why is this happening as shown in the picture?
Title: Re: Is there any downloadable software for compiling FBN?
Post by: barbudreadmon on December 24, 2024, 03:13:38 AM
Apparently, msvc, which again we don't really support, is trying to use the wrong version of some header file.
Title: Re: Is there any downloadable software for compiling FBN?
Post by: hxghwx on December 24, 2024, 03:38:59 AM
I guess it is a problem with my system. I compiled it under WINDOWS 10. Thank you!
Title: Re: Is there any downloadable software for compiling FBN?
Post by: barbudreadmon on December 24, 2024, 04:06:54 AM
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...
Title: Re: Is there any downloadable software for compiling FBN?
Post by: hxghwx on December 24, 2024, 07:23:46 PM
@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?

Title: Re: Is there any downloadable software for compiling FBN?
Post by: hxghwx on December 24, 2024, 09:38:20 PM
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&#39;t solve the problem.