Computer Chess Club Archives


Search

Terms

Messages

Subject: crafty 19.7 compile error

Author: Mike Byrne

Date: 17:54:39 12/13/03


using MSVC6 C++, I'm getting the following error when compliing Crafty 19.7

--------------------Configuration: Makefile1 - Win32 Release--------------------
Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
 xicl6.exe /D_CONSOLE /DWIN32 /G6 /O3 /Gr  /Ob2 /Zm200 /QaxiM  /W0 /Zp16 /Qip
/Qipo  /Qprof_use /MT /DSMP /DCPUS=4 /DFAST /DVC_INLINE_ASM /DASM_INLINED
/DFUTILITY /DNT_INTEREX /DDETECTDRAW /DVC_INLINE_ASM /DNT_i386 /c fitter.c
Intel(R) C++ Compiler for 32-bit applications, Version 7.0   Build 20021018Z
Copyright (C) 1985-2002 Intel Corporation.  All rights reserved.
30 DAY EVALUATION LICENSE
fitter.c
D:\PROGRA~1\Intel\COMPIL~2\IA32\Bin\profmerge: no .dyn files to merge.
fitter.c(14566): error: identifier "DWORD_PTR" is undefined
    DWORD_PTR dwMask;

that is from utility.c

static void WinNumaInit (void) {
  DWORD_PTR dwMask;
  HMODULE hModule;
  ULONG ulCPU, ulNode;
  ULONGLONG ullMask;
  DWORD dwCPU;
============================================

any suggestions....



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.