You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ciruce Movahedi <ra...@psu.edu> on 2002/10/31 21:18:09 UTC

Build problems under win32: undeclared identifiers in

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

Re: Build problems under win32: undeclared identifiers in

Posted by Kevin Pilch-Bisson <ke...@pilch-bisson.net>.
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Re: Build problems under win32: undeclared identifiers in

Posted by Branko Čibej <br...@xbc.nu>.
cmpilato@collab.net wrote:

>"Ciruce Movahedi" <ra...@psu.edu> writes:
>
>  
>
>>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:
>>    
>>
>
>You need a newer version of the Microsoft Windows Platform SDK (not
>the default that shipped with Visual Studio 6).
>  
>
Correct. And yes, this is documented in the INSTALL file (unless 
somebody threw it out while I wasn't looking).

    Brane



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Build problems under win32: undeclared identifiers in

Posted by cm...@collab.net.
"Ciruce Movahedi" <ra...@psu.edu> writes:

> 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:

You need a newer version of the Microsoft Windows Platform SDK (not
the default that shipped with Visual Studio 6).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org