Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: link

Author: Mike Byrne

Date: 07:08:54 12/14/03

Go up one level in this thread


On December 13, 2003 at 23:51:56, Mike Byrne wrote:

>On December 13, 2003 at 21:53:04, Peter Skinner wrote:
>
>>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.
>
>http://www.intel.com/software/products/compilers/cwin/index.htm?iid=ipp_software+compilers_c_win&

Adter you intsall it, from the menu, SELECT>TOOLS>SELECT COMPILER and CHECK the
Intel Compiler.

(Note: I always use the MSVC Windows GUI for compiling and never the command
line . )



This page took 0.01 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.