Re: VMWare Linux Build
Karl Waclawek <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
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