[netperf-dev] About netperf test of Windows guests
Rick Jones
rick.jones2 at hp.com
Fri Dec 21 10:25:41 PST 2012
>> I tried to compile netperf-2.6.0 on Win2003-64 referencing to [1],
>> installed Windows DDK [2], when I compile by 'build /cD', got
>> following error:
>>
>> BUILD: Computing Include file dependencies:
>> BUILD: Examining c:\netperf-2.6.0\src\netserverdir directory for files to compile.
>> Compiling (NoSync) c:\netperf-2.6.0\src\netserverdir directory ********************
>> 1>'nmake.exe /nologo BUILDMSG=Stop. -i NTTEST= UMTEST= NOLINK=1 NOPASS0=1 PASS1_NOLIB=1 386=1'
>> 1>BUILDMSG: Processing c:\netperf-2.6.0\src\netserverdir
>> 1>NMAKE : fatal error U1073: don't know how to make 'objchk_wxp_x86\i386\netsec_win.obj'
>> 1>Stop.
>> BUILD: nmake.exe /nologo BUILDMSG=Stop. -i NTTEST= UMTEST= NOLINK=1 NOPASS0=1 PASS1_NOLIB=1 386=1 failed - rc = 2
>> Compiling c:\netperf-2.6.0\src\netserverdir directory ********************
>> 100>'nmake.exe /nologo BUILDMSG=Stop. -i NTTEST= UMTEST= NOLINK=1 NOPASS0=1 386=1'
>> 100>BUILDMSG: Processing c:\netperf-2.6.0\src\netserverdir
>> 100>NMAKE : fatal error U1073: don't know how to make 'objchk_wxp_x86\i386\netsec_win.obj'
>> 100>Stop.
>> BUILD: nmake.exe failed - rc = 2
>> Compile errors: not linking c:\netperf-2.6.0\src\netserverdir directory ********************
Odd, there is a netsec_win.c file in the 2.6.0 branch, and I don't
recall running into that error before. The file itself is really rather
simple:
#include <string.h>
#define strdup _strdup
void
find_security_info(int *enabled, int *type, char **specific){
*enabled = -1;
*type = -1;
*specific = strdup("N/A");
return;
}
rick jones
More information about the netperf-dev
mailing list