Final Burn Neo > FBN Development

VC++ Toolkit 2003 compile problem..

(1/4) > >>

DsNo:
Against variant me maybe the minute when it knows it is?
The portion which is problem is the "sh.exe"...

My environment...

OS : Windows XP Professional (32-bit)
CPU : Intel Core 2 Duo E6400
SW : Windows Server 2003 R2 Platform SDK, DirectX Software Development Kit,
        Microsoft Visual C++ Toolkit 2003, MinGW 5.1.3, GNU utilities for Win32,
        ActivePerl, Nasm...

Leaf:
I caught this problem ago.
Then I used Cygwin to compile it, the problem was solved.

DsNo:

--- Quote from: Leaf on January 28, 2007, 05:18:49 AM ---I caught this problem ago.
Then I used Cygwin to compile it, the problem was solved.

--- End quote ---

There is not a problem from Cygwin or MinGW.
But DirectX9 to select the VC++ in because.

CaptainCPS:
If you check this carefully you will notice that Cygwin is used too when compiling with VC++ / MS SDK Environment


--- Quote from: src/vctoolkit.txt ---...
In addition to the above, you will need to have a version of Gnu make, nasm,
and Perl. You can either install Cygwin from <http://www.cygwin.com/>, which
takes care of all three, or
get Gnu make from MinGW at <http://sourceforge.net/projects/mingw/>,
get nasm rom <http://nasm.sourceforge.net/> (put nasmw.exe in your path), and
get ActivePerl from <http://www.activestate.com/Products/ActivePerl/>.
...

--- End quote ---

Install the Cygwin... and use this in a text file but with your own environment paths (just edit where they are in your hard drive, dont delete any because this will set the compilation environment required by VC++ / MS SDK )...

(btw, this is my working '.bat' file that I use)


--- Quote ---@echo off

@call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat"
@call "C:\Program Files\Microsoft_DirectX_SDK_October_2004\Utilities\Dx_Setenv.cmd"
@call "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\SetEnv.Cmd"
@path=C:\MinGW\perl;%path%
@path=C:\MinGW\perl\bin\MSWin32-x86;%path%

@make vc

@echo .
@echo FBA Compilation using Visual Studio 8 (vc toolkit) Done
@pause
--- End quote ---

...then save text file as 'VCToolkitBuild.bat' and put it in your FBA dev directory

If you installed Cygwin and made this, it should compile without a problem ;-)

SeeYaa!!
 :biggrin:

 

DsNo:
CaptainCPS-X assists from thank you.

Previously problem the problem got again it solves.

Navigation

[0] Message Index

[#] Next page

Go to full version