I'm still looking for the solution to my build problem.  The newly installed
Windows 7 SDK and .NET 4.0 should be able to cooperate with newly installed
Visual Studio 2010 Ultimate, but I cannot even get  nmake to acknowledge a
correct INCLUDE path in order to find Windows.h.  Does anyone here use the
published build commands here

 

http://concatenative.org/wiki/view/Factor/Building%20Factor

 

to build Factor on Windows 7 64-bit?

 

I installed Git, cloned the repository, and checked out Tracking Branch
origin/clean-win-nt-x86-32, placed the latest boot image
boot.winnt-x86.32.image in the Factor directory, and executed from the SDK
7.1 command window

 

nmake /f Nmakefile x86-32

 

Has anyone with a Windows 7 64-bit box done this recently?

 

The error I get looks simple enough:  

 

fatal error C1083:  Cannot include file: 'windows.h':  No such file or
directory.  This file is in these directories

 

C:\Program Files\Microsoft SDKs\Windows\7.1\Include

C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include

 

The first was installed by the SDK.  The second was installed by VS 2010
Ultimate.  I've created missing (surprisingly) environment variable INCLUDE
and set it equal to the firs path.  That does not fix the problem, even
though the VS help says that the preprocessor is supposed to look at this
path, as a last resort, when trying to find include files.

 

Something I don't understand about Nmakefile is that the all: branch is

 

all: factor.com factor.exe factor.dll.lib libfactor-ffi-test.dll

 

Factor.com is not in my repo.

 

 

Shaping

 

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to