Re: VMWare Linux Build
"Melikian, Alex" <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <567E04E775EA244A9F7E4140EAEB411104B9CD15@srvexchg2.positron.qc.ca> |
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:[email protected]] Sent: Tuesday, April 18, 2006 11:42 AM To: Melikian, Alex Cc: [email protected] 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