[OpenAFS] windows Build

Jayme Cox jayme@reality.net
Mon, 18 Nov 2002 15:50:11 -0800


Chaskiel M Grundman wrote:
> You should probably be using the copy of README-NT on the MAIN branch 
> rather than the stable branch 
> (http://www.openafs.org/cgi-bin/cvsweb.cgi/openafs/src/README-NT?rev=1.6)

I am using the latest build (1.3.2) and when I start the nmake, I get 
this error:

dirpath.c(189) : error C2065: 'AFSDIR_SERVER_ETC_DIR' : undeclared 
identifier
dirpath.c(192) : error C2065: 'AFSDIR_SERVER_BIN_DIR' : undeclared 
identifier
dirpath.c(296) : error C2065: 'AFSDIR_BOSCONFIG_DIR' : undeclared identifier
dirpath.c(308) : error C2065: 'AFSDIR_BOSSERVER_DIR' : undeclared identifier
dirpath.c(360) : error C2065: 'AFSDIR_CLIENT_CELLALIAS_FILEPATH_ID' : 
undecla identifier
dirpath.c(374) : error C2065: 'AFSDIR_CLIENT_ETC_DIR' : undeclared 
identifier

I see that these are really:
#define AFSDIR_USR_DIRPATH getDirPath(AFSDIR_USR_DIRPATH_ID)

Does that mean I need to SET AFSDIR_USR_DIRPATH_ID (and all the others) 
before I start a build?

Thanks!