Final Burn Neo > FBN Development

Mingw Setup

(1/4) > >>

nganiere:
Anyone got a MINGW setup that works with Vista....please upload as I have no idea how to set this up.....thanks in advance......

KingHanco:
Yea I can't get mingwfba to work right. Vista confused on the files in those paths.

1. Was looking for cc1plus.

2. Found cc1plus files and it got really confused. It said that it found it twice.

I try both paths.

set path=d:\mingwfba\bin;d:\mingwfba\lib\gcc-lib\mingw32\3.2.3



and then

set path=d:\mingwfba\bin;d:\mingwfba\lib\gcc-lib\mingw32\3.3.1



So I give up.

Anyway here is mingwfba. http://www.ojko.com/phpbb/viewtopic.php?t=3057

CaptainCPS:
Ummmm... I dont know why there still people searching and asking MinGW setups/packs if I posted one some time ago...

This is from the FB Alpha Extras thread ( page 8 ) :


--- Quote ---
This revised MinGW package have the following components ready to go!:

-MinGW v3.1.0
-GCC v3.3.1
-dx70
-libpng
-unxutils
-zlib
-perl
-nasm
-upx


--- End quote ---

Download the revised MINGW right here!:

mingw310.7z [~18.85MB]

Here you have my BATs for reference when doing yours...

MinGW310_Build.bat


--- Quote ---
@echo off
@path=c:\mingw310\bin;%path%
@path=c:\mingw310\perl;%path%
@path=c:\mingw310\perl\bin\MSWin32-x86;%path%
@path=c:\mingw310\lib\gcc-lib\mingw32\3.3.1;%path%
@prompt=mingw$s$p$g
@mingw32-make
@echo _
@echo FBA Compilation using MinGW v3.1.0 Done.
@pause


--- End quote ---

VisualC++Toolkit_Build.bat


--- Quote ---
@echo off
@call "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\SetEnv.Cmd"
@call "C:\Program Files\Microsoft_DirectX_SDK_October_2004\Utilities\Dx_Setenv.cmd"
@call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat"
@echo _
@path=c:\mingw310\perl;%path%
@path=c:\mingw310\perl\bin\MSWin32-x86;%path%
@make vc
@echo _
@echo FBA Compilation using Visual Studio 8 (vc toolkit) Done
@pause


--- End quote ---

For those with Windows Vista, Im sorry but I have Windows XP here so I can't test.

SeeYaa!
 :biggrin:

KingHanco:
That is so much better. But now I get these errors. I'm using your first MinGW310_Build.bat.

KingHanco:
Ok I'm missing those files. Why are those missing from fba_src_029671.zip?

Navigation

[0] Message Index

[#] Next page

Go to full version