keb Contributor
Joined: 09 Jul 2003 Posts: 44 Location: Camp Hill, PA, USA
|
Posted: Mon Mar 29, 2004 5:56 am Post subject: |
|
|
This should be fixed in CVS and the 2004-03-29 CVS snapshot.
I tested on an OpenBSD 3.4 box and was able to get NetMRG to compile without errors using:
| Code: |
| ./configure "CPPFLAGS=-I/usr/local/include" |
I needed to include /usr/local/include because the libxml/xmlmemory.h check failed looking for the iconv.h header file. The configure script is setup to check /usr/local/include/libxml2 for header files, so that shouldn't need to be specified before building.
Kevin |
|