I was compiling sword 1.5.8 engine on a Solaris box and ran into a compile issue that I got around but wanted to report for your information.
I did the following: ./configure --prefix=/home/vhdllib/jacob/gnu2 make and I got the following error: g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -DUSE_AUTOTOOLS -DUNIX -Dunix -D__unix__ -DGLOBCONF PATH=\"/home/vhdllib/jacob/gnu2/etc/sword.conf\" -D_FTPLIB_NO_COMPAT -ftemplate-depth-25 -DCURLAVAILABLE - MT curlftpt.lo -MD -MP -MF .deps/curlftpt.Tpo -c ../src/mgr/curlftpt.cpp -fPIC -DPIC -o .libs/curlftpt.o ../src/mgr/curlftpt.cpp:11:23: curl/curl.h: No such file or directory ../src/mgr/curlftpt.cpp:12:24: curl/types.h: No such file or directory I went and edited the Makefile that was generated in the lib directory and added the option "-I/home/vhdllib/jacob/gnu2/include", which is basically ${prefix}/include, to the DEFAULT_INCLUDES variable. Unfortunately, I don't know how to fix it properly so that this gets inserted automatically from "configure." Probably not a high priority... Jacob _______________________________________________ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page