Re: VMWare Linux Build
Karl Waclawek <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Melikian, Alex wrote: > 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. > > Gret! Alternatively, if you don't want to change the source, just define HAVE_MEMMOVE in the header file created by configure (I think it is called expat_config.h). Karl