I'm not able to compile under win 7 x 64

Get technical support about the C++ source code and about Lua scripts for maps, entities, GUIs, the console, materials, etc. Also covered are the Cafu libraries and APIs, as well as compiling, linking, and the build system.
Post Reply
User avatar
bigjj13
Posts:68
Joined:2010-04-04, 19:16
Location:Germany
Contact:
I'm not able to compile under win 7 x 64

Post by bigjj13 » 2010-10-25, 19:23

HI,

Im not able to compile cafu r154 under Windows 7 x64.

Im using Python 2.7 and Scons 2.0.1

Here is the log:

Code: Select all

C:\Cafu-src-r154>C:\python27\scripts\scons
scons: Reading SConscript files ...

os.chdir('ExtLibs/wxWidgets/build/msw')
nmake /nologo /f makefile.vc BUILD=debug SHARED=0 RUNTIME_LIBS=static COMPILER_P
REFIX=vc9 TARGET_CPU=AMD64
Der Befehl "nmake" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
os.chdir('C:\\Cafu-src-r154')
scons: *** Error 1

C:\Cafu-src-r154>
Thanks
Last edited by bigjj13 on 2010-10-26, 14:36, edited 1 time in total.
BigJJ -- SG-O
Image
User avatar
Carsten
Site Admin
Posts:2170
Joined:2004-08-19, 13:46
Location:Germany
Contact:

Re: I'm not able to compile under win 7 x 64

Post by Carsten » 2010-10-25, 22:47

Hi BigJJ,
Im not able to compile cafu r154 under Windows 7 x64.
Im using Python 2.6 and Scons 2.0.1
is that a new problem? (If I remember correctly, you were able to compile before, were you?)

Also, what is the target architecture set to in file CompilerSetup.py and what compilers do you have installed?
Does it help when you set x86 as target architecture, i.e.

Code: Select all

envCommon=Environment(TARGET_ARCH="x86");
? It's possible that you're seeing this SCons bug, and setting x86 as target architecture as shown above should fix (or rather, work-around) the problem.
Best regards,
Carsten
Post Reply

Who is online

Users browsing this forum: No registered users and 20 guests