You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Patrick Dean Rusk <Pa...@comcast.net> on 2003/11/21 03:03:25 UTC

Final(?) problems building on Win32

	I have almost succeeded in compiling Subversion under Win32. The only remaining errors I
get are listed below:

D:\Work\subversion-0.33.1>msdev subversion_msvc.dsw /MAKE "__ALL__ - Win32 Debug"
D:\Work\subversion-0.33.1\apr\include\apr_want.h(90): Could not find the file strings.h.
D:\Work\subversion-0.33.1\apr\include\apr_want.h(123): Could not find the file sys/uio.h.
D:\Work\subversion-0.33.1\apr\include\apr_want.h(141): Could not find the file
arpa/inet.h.
--------------------Configuration: neon - Win32 Debug--------------------
nmake /f neon.mak ALL EXPAT_FLAGS="/I ../apr-util/xml/expat/lib /D HAVE_EXPAT /D
HAVE_EXPAT_H" DEBUG_BUILD=Aye
--------------------Configuration: libsvn_subr - Win32 Debug--------------------
Compiling...
config_win.c
d:\work\subversion-0.33.1\subversion\libsvn_subr\config_win.c(47) : error C2065:
'CSIDL_COMMON_APPDATA' : undeclared identifier
d:\work\subversion-0.33.1\subversion\libsvn_subr\config_win.c(48) : error C2065:
'CSIDL_FLAG_CREATE' : undeclared identifier
d:\work\subversion-0.33.1\subversion\libsvn_subr\config_win.c(63) : warning C4013:
'SHGetFolderPathW' undefined; assuming extern returning int
d:\work\subversion-0.33.1\subversion\libsvn_subr\config_win.c(63) : error C2065:
'SHGFP_TYPE_CURRENT' : undeclared identifier
d:\work\subversion-0.33.1\subversion\libsvn_subr\config_win.c(89) : warning C4013:
'SHGetFolderPathA' undefined; assuming extern returning int
Error executing cl.exe.

__ALL__ - 3 error(s), 2 warning(s)

	Does anyone know where those missing identifiers are supposed to be defined and why I'm
not finding them?

Patrick Rusk



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

Re: Final(?) problems building on Win32

Posted by Branko Čibej <br...@xbc.nu>.
Patrick Dean Rusk wrote:

>	I have almost succeeded in compiling Subversion under Win32. The only remaining errors I
>get are listed below:
>  
>
Upgrade to the newset Platform SDK.


-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/

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