I did have it, just didn't know where it was ;)
SET SDKINC=C:\Program Files\Microsoft SDK\include
needed to be
SET SDKINC=C:\Program Files\Microsoft Platform SDK\include
Carl K
Vlad Dascalu wrote:
> I assume you're using VC 6.0. You need to download the latest version of
> the Microsoft Platform SDK and then add it to your include path etc.
>
> You can refer to http://svn.haxx.se/users/archive-2003-11/0717.shtml for
> reference.
>
> carl@personnelware.com wrote:
>
>> C:\svnbuild\src-trunk\subversion\libsvn_subr\config_win.c(48) : error
>> C2065: 'CSIDL_COMMON_APPDATA' : undeclared identifier
>> C:\svnbuild\src-trunk\subversion\libsvn_subr\config_win.c(49) : error
>> C2065: 'CSIDL_FLAG_CREATE' : undeclared identifier
>> C:\svnbuild\src-trunk\subversion\libsvn_subr\config_win.c(64) :
>> warning C4013: 'SHGetFolderPathW' undefined; assuming extern returning
>> int
>> C:\svnbuild\src-trunk\subversion\libsvn_subr\config_win.c(64) : error
>> C2065: 'SHGFP_TYPE_CURRENT' : undeclared identifier
>> C:\svnbuild\src-trunk\subversion\libsvn_subr\config_win.c(90) :
>> warning C4013: 'SHGetFolderPathA' undefined; assuming extern returning
>> int
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 4 22:19:47 2005