At first, I thought it might be a problem when objdir != srcdir.

Nope, it just doesn't compile for me:

c++ -W -Wall -fno-exceptions -g ../../../htdig3/db/dist/../cxx/cxx_app.cpp
./../../htdig3/db/dist/../cxx/cxx_app.cpp:8: config.h: No such file or directory
./../../htdig3/db/dist/../cxx/cxx_app.cpp:14: db_cxx.h: No such file or directory
./../../htdig3/db/dist/../cxx/cxx_app.cpp:15: cxx_int.h: No such file or directory
make[2]: *** [cxx_app.o] Error 1
make[2]: Leaving directory `/home/ghutchis/htdig-cvs/build/db/dist'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ghutchis/htdig-cvs/build/db'
make: *** [all-recursive] Error 1

My only guess is that it's creating these files in db/dist and it's
expecting them somewhere else--perhaps it needs an additional -I flag in
the Makefile.

-Geoff


------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to