[Expat-discuss] VMWare Linux Build

Melikian, Alex amelikian at positronnetworks.com
Wed Apr 19 16:11:20 CEST 2006


Thanks for the suggestion, it appears to be a problem with the configure
script. I'm not sure why, the configure script does realize the
"memmove" exists but for some reason the HAVE_MEMMOVE macro is not
defined. I commented out that MACRO section and it fully installed
without problems.

Thanks again.
alex

-----Original Message-----
From: Karl Waclawek [mailto:karl at waclawek.net] 
Sent: Tuesday, April 18, 2006 11:42 AM
To: Melikian, Alex
Cc: expat-discuss at libexpat.org
Subject: Re: [Expat-discuss] VMWare Linux Build

Melikian, Alex wrote:
> Hello,
>
>  
>
> I'm new to expat. I tried installing it on a virtual Linux Machine
> (VMWare Red Hat Linux emulated on a Window XP), hence attempted the
> 'configure', 'make' and 'make install' commands. The 'configure'
command
> ran w/o any problems, but when executing the 'make' command, the
> execution stopped with this error:
>
>  
>
> lib/xmlparse.c:77:2: error: #error memmove does not exist on this
> platform, nor is a substitute available.
>
>  
>
> Does this mean that expat cannot be installed on VMWare machines, or
> this a more common problem that can be worked around.
>
>  
>
>   
Try commenting out the #ifndef HAVE_MEMMOVE block and rebuild.
If it builds OK and Exat works, the problem might be with configure.
In this case Greg Stein would likely know how to fix it.

Karl


More information about the Expat-discuss mailing list