Author Topic: [TOOL] FB Neo compile script for Windows 10 x64  (Read 70949 times)

Offline dink

  • Administrator
  • *****
  • Posts: 5139
  • Karma: +458/-1
  • pie? I nearly bought one!
Re: [TOOL] FB Neo compile script for Windows 10 x64
« Reply #45 on: October 31, 2024, 09:00:58 AM »
Not much information there ....but yeah as I have already mentioned, don't waste too much time. Maybe something is missing or outdated in my first package....

Thanks for the log, try now

Offline Mucci

  • Newbies
  • *
  • Posts: 19
  • Karma: +3/-0
Re: [TOOL] FB Neo compile script for Windows 10 x64
« Reply #46 on: October 31, 2024, 01:26:32 PM »
@dink: does work again on my old environment, thanks a lot
@barbudreadmon: thanks for the hint, will remove it from my script
all green :-)
« Last Edit: October 31, 2024, 01:31:48 PM by Mucci »

Offline dink

  • Administrator
  • *****
  • Posts: 5139
  • Karma: +458/-1
  • pie? I nearly bought one!
Re: [TOOL] FB Neo compile script for Windows 10 x64
« Reply #47 on: October 31, 2024, 08:26:00 PM »
ahaha no wonder it takes so long for the build to complete, I've been going nuts lately waiting for github ci...
I'd rather have it fail once in a while than wait 25 minutes for a build to complete before I can leave after a big merge :)
Thirdly: I'd even much rather try to serialize the parts that are failing so that they compile in the correct order.

For now, I'll add back the -j and when/if it starts failing, I'll do some digging to get things fixed proper.

best regards,
- dink

Offline dink

  • Administrator
  • *****
  • Posts: 5139
  • Karma: +458/-1
  • pie? I nearly bought one!
Re: [TOOL] FB Neo compile script for Windows 10 x64
« Reply #48 on: November 01, 2024, 01:51:06 AM »
With git ci:
Now we have 11 minute builds instead of 26 minute builds, reliably (I hope)!

Using the .WAIT directive, to make sure the directories are created before it starts building appears to have worked.

Caveat:
.WAIT is only supported in gnu make 4.4 or newer.  If you have trouble building this with the mingw (aka gcc510+) target, let me know and I'll make a new target for the newer gnu make.

best regards,
- dink

Offline barbudreadmon

  • Administrator
  • *****
  • Posts: 1139
  • Karma: +60/-2
  • Helper
Re: [TOOL] FB Neo compile script for Windows 10 x64
« Reply #49 on: November 01, 2024, 03:44:07 AM »
@dink Haha, sorry about that, i should have told you, i thought it was better to favor reliability over speed.
The random failure was this one : https://github.com/finalburnneo/FBNeo/actions/runs/11624670704/job/32373621158
Let's hope that new directive will fix that problem.

Offline dink

  • Administrator
  • *****
  • Posts: 5139
  • Karma: +458/-1
  • pie? I nearly bought one!
Re: [TOOL] FB Neo compile script for Windows 10 x64
« Reply #50 on: November 01, 2024, 09:25:20 AM »
no problem :)

Fixed a little issue with older make, sorry to anyone that had trouble building last night and had trouble.

best regards,
- dink