Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: crafty 19.7 compile error

Author: Peter Skinner

Date: 18:53:04 12/13/03

Go up one level in this thread


On December 13, 2003 at 20:54:39, Mike Byrne wrote:

>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....

Just a question Mike, but where did you get the Intel compiler? I can not find
it on it's site. And how do you envoke it. I never noticed any difference before
when I used it. Someone sent it to me, as I could not find it.

Peter.



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.