Author Topic: Is there any downloadable software for compiling FBN?  (Read 1284 times)

Offline hxghwx

  • Newbies
  • *
  • Posts: 46
  • Karma: +0/-3

Online barbudreadmon

  • Administrator
  • *****
  • Posts: 1162
  • Karma: +60/-2
  • Helper

Offline hxghwx

  • Newbies
  • *
  • Posts: 46
  • Karma: +0/-3
Re: Is there any downloadable software for compiling FBN?
« Reply #2 on: December 23, 2024, 01:45:25 AM »
Why is this happening?

Offline dink

  • Administrator
  • *****
  • Posts: 5210
  • Karma: +469/-1
  • pie? I nearly bought one!
Re: Is there any downloadable software for compiling FBN?
« Reply #3 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

Offline hxghwx

  • Newbies
  • *
  • Posts: 46
  • Karma: +0/-3
Re: Is there any downloadable software for compiling FBN?
« Reply #4 on: December 23, 2024, 02:58:02 AM »
Sorry, the result is still the same, thanks.

Offline dink

  • Administrator
  • *****
  • Posts: 5210
  • Karma: +469/-1
  • pie? I nearly bought one!
Re: Is there any downloadable software for compiling FBN?
« Reply #5 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

Offline hxghwx

  • Newbies
  • *
  • Posts: 46
  • Karma: +0/-3
Re: Is there any downloadable software for compiling FBN?
« Reply #6 on: December 24, 2024, 01:23:01 AM »
Why is this happening as shown in the picture?

Online barbudreadmon

  • Administrator
  • *****
  • Posts: 1162
  • Karma: +60/-2
  • Helper
Re: Is there any downloadable software for compiling FBN?
« Reply #7 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.
« Last Edit: December 24, 2024, 03:18:23 AM by barbudreadmon »

Offline hxghwx

  • Newbies
  • *
  • Posts: 46
  • Karma: +0/-3
Re: Is there any downloadable software for compiling FBN?
« Reply #8 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!

Online barbudreadmon

  • Administrator
  • *****
  • Posts: 1162
  • Karma: +60/-2
  • Helper
Re: Is there any downloadable software for compiling FBN?
« Reply #9 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...
« Last Edit: December 24, 2024, 04:09:21 AM by barbudreadmon »

Offline hxghwx

  • Newbies
  • *
  • Posts: 46
  • Karma: +0/-3
Re: Is there any downloadable software for compiling FBN?
« Reply #10 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?


Offline hxghwx

  • Newbies
  • *
  • Posts: 46
  • Karma: +0/-3
Re: Is there any downloadable software for compiling FBN?
« Reply #11 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.