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

Re: Build problems under win32: undeclared identifiers in

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2002-10-31 22:19:38 CET

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

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.