[sword-devel] Solaris Compile problem
Jacob Daniel
jdaniel777 at gmail.com
Thu Sep 8 14:05:47 MST 2005
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
More information about the sword-devel
mailing list