You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Andrew Tweddle (JIRA)" <xe...@xml.apache.org> on 2016/01/01 23:29:39 UTC

[jira] [Commented] (XERCESC-2057) Xerces will not build under Windows XP64 SP3

    [ https://issues.apache.org/jira/browse/XERCESC-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15076383#comment-15076383 ] 

Andrew Tweddle commented on XERCESC-2057:
-----------------------------------------

I altered the order of the path variables to make
C:\PROGRA~2\Borland\BDS\4.0\Bin the first variable.
ANd it worked like a train, until it hit PParse.

	C:\PROGRA~2\Borland\BDS\4.0\Bin\..\bin\make -l -o  -f StdInParse.mak -DXERCESVER=3_1_2
MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
	cd ..
	cd PParse
	C:\PROGRA~2\Borland\BDS\4.0\Bin\..\bin\make -l -o  -f PParse.mak -DXERCESVER=3_1_2
MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
	C:\PROGRA~2\Borland\BDS\4.0\bin\..\BIN\bcc32 -Od -w -g0 -Tkh30000 -X- -r- -a8 -4 -b -k -y -v -vi- -c -tWM -tWC  -I..\..\..\..\..\samples\src\PParse;..\..\..\..\..\src -D_DEBUG;XERCES_NO_CONFIGURE_SUPPORT;_NO_VCL;NO_STRICT;_VIS_NOLIB;_RTLDLL -n..\..\..\..\..\Build\Win32\BCC5\obj\ ..\..\..\..\..\samples\src\PParse\PParseHandlers.CPP 
Borland C++ 5.8 for Win32 Copyright (c) 1993, 2005 Borland
..\..\..\..\..\samples\src\PParse\PParseHandlers.cpp:
Error E2268 ..\..\..\..\..\src\xercesc/framework/XMLBuffer.hpp 126: Call to undefined function 'memcpy' in function XMLBuffer::append(const wchar_t * const,const unsigned long)
Error E2268 ..\..\..\..\..\src\xercesc/framework/XMLBuffer.hpp 144: Call to undefined function 'memcpy' in function XMLBuffer::append(const wchar_t * const)
Error E2268 ..\..\..\..\..\src\xercesc/util/XMLString.hpp 1446: Call to undefined function 'memcpy' in function XMLString::moveChars(wchar_t * const,const wchar_t * const,const unsigned long)
Error E2268 ..\..\..\..\..\src\xercesc/util/XMLString.hpp 1470: Call to undefined function 'memcpy' in function XMLString::replicate(const wchar_t * const,MemoryManager * const)
*** 4 errors in Compile ***

** error 1 ** deleting PParse

regards sarason

> Xerces will not build under Windows XP64 SP3
> --------------------------------------------
>
>                 Key: XERCESC-2057
>                 URL: https://issues.apache.org/jira/browse/XERCESC-2057
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.1.2
>         Environment: Windows XP64 SP3
>            Reporter: Andrew Tweddle
>             Fix For: 3.1.2
>
>
> MAKE Version 5.2  Copyright (c) 1987, 1998 Inprise Corp.
> 	cd XercesLib
> 	copy ..\..\..\..\..\src\xercesc\util\Xerces_autoconf_config.borland.hpp ..\..\..\..\..\src\xercesc\util\Xerces_autoconf_config.hpp
> Fatal: Command arguments too long
> Since Xerces is installed on the C: directory at the highest point it is not possible to easily shorten any of the directory lengths to make this command work, is this important, I don't know I am a newb to Xerces. Does this copy need to be done or is there a quick copy that could be done to make the rest of the build process work I have no idea.
> regards sarason



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org