| Hi
I'm trying to compile httrack-3.30 on Mac OS X 10.2.2 and am getting
the following errors in make. I have dlcompat, but no dlfcn.h in /usr/
include (it's there in /sw/include however).
Any help appreciated.
Leslie
htsmodules.c: In function `getFunctionPtr':
htsmodules.c:160: warning: implicit declaration of function `dlopen'
htsmodules.c:160: `RTLD_LAZY' undeclared (first use in this function)
htsmodules.c:160: (Each undeclared identifier is reported only once
htsmodules.c:160: for each function it appears in.)
htsmodules.c:160: warning: assignment makes pointer from integer
without a cast
htsmodules.c:163: warning: assignment makes pointer from integer
without a cast
htsmodules.c:167: warning: implicit declaration of function `dlsym'
htsmodules.c:172: warning: implicit declaration of function `dlclose'
htsmodules.c: At top level:
htsmodules.c:303: warning: no previous prototype for `hts_is_available'
make[2]: *** [htsmodules.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
| |