On Thu, Oct 31, 2002 at 04:18:09PM -0500, Ciruce Movahedi wrote:
> 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.
>
You need to install the latest platform SDK for visual studio.
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson http://www.pilch-bisson.net
"Historically speaking, the presences of wheels in Unix
has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- application/pgp-signature attachment: stored
Received on Thu Oct 31 22:20:47 2002