Post subject: How to compile FBA-rr with Visual Studio 2010...help!
Joined: 12/12/2012
Posts: 6
I have tried to compile the FBA-rr source code with MingW/GCC and sceessed after a hard work, but the makefile.vc can't be compiled correctly since I can't find a proper way to configure it, the official site of FBA has already shifted the guide to VS2012 Express. So there I have some problems with it. 1. I can compile it with MingW3.45 according to the guide of FBA Official site, but the fba.exe is extremely huge after compiling, over 17MB, is it originally that size or something did wrong? 2. What's the proper way to compile it with VS2010? Since the contains in makefile.vc claims it's a VC2010 makefile. Is the VS compiling just a broken? 3. How can I compile it to the same file size of the binary in FBA-rr google-page? If I use the same version of GCC Compiler (4.5.0) is it make? Which guide should I follow, the MingW345 or MingW471 or some other totally different ways?
Post subject: Re: How to compile FBA-rr with Visual Studio 2010...help!
Noxxa
They/Them
Moderator, Expert player (4139)
Joined: 8/14/2009
Posts: 4083
Location: The Netherlands
ikyokyo wrote:
1. I can compile it with MingW3.45 according to the guide of FBA Official site, but the fba.exe is extremely huge after compiling, over 17MB, is it originally that size or something did wrong?
The FBA executable is supposed to be around this size - at least the v0.0.5 and v0.0.7 releases are about 15.8MB. 17MB isn't a big stretch from that.
http://www.youtube.com/Noxxa <dwangoAC> This is a TAS (...). Not suitable for all audiences. May cause undesirable side-effects. May contain emulator abuse. Emulator may be abusive. This product contains glitches known to the state of California to cause egg defects. <Masterjun> I'm just a guy arranging bits in a sequence which could potentially amuse other people looking at these bits <adelikat> In Oregon Trail, I sacrificed my own family to save time. In Star trek, I killed helpless comrades in escape pods to save time. Here, I kill my allies to save time. I think I need help.
Post subject: Re: How to compile FBA-rr with Visual Studio 2010...help!
Joined: 12/12/2012
Posts: 6
Mothrayas wrote:
ikyokyo wrote:
1. I can compile it with MingW3.45 according to the guide of FBA Official site, but the fba.exe is extremely huge after compiling, over 17MB, is it originally that size or something did wrong?
The FBA executable is supposed to be around this size - at least the v0.0.5 and v0.0.7 releases are about 15.8MB. 17MB isn't a big stretch from that.
If I wanna compile it like the google-page did with 4.5.0, which guide should I follow from the official site? The 345 guide or 475?