[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Build problems under win32: undeclared identifiers in

From: Ciruce Movahedi <radix_at_psu.edu>
Date: 2002-10-31 22:18:09 CET

Greetings,
   Sorry if this has already been asked but I search the archive and I couldn't
find it. Anyway, I'm attempting to build subversion of a win32 system and I'm
getting the following errors:

When it's building libsvn_subr there are no problems until it reaches
config_win.c where it spits out comes across the following.

C:\svn\subversion\libsvn_subr\config_win.c(39) : error C2065:
'CSIDL_COMMON_APPDATA' : undeclared identifier
C:\svn\subversion\libsvn_subr\config_win.c(40) : warning C4013:
'SHGetFolderPathA' undefined; assuming extern returning int
C:\svn\subversion\libsvn_subr\config_win.c(40) : error C2065:
'CSIDL_FLAG_CREATE' : undeclared identifier
C:\svn\subversion\libsvn_subr\config_win.c(41) : error C2065:
'SHGFP_TYPE_CURRENT' : undeclared identifier

Can anyone tell me where these are supposed to be declared and/or how to fix
this problem? I'm not sure what information you all will need so just ask and
I will attempt to provide. Thanks a lot.

    -Ciruce Movahedi

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 31 22:18:59 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.