> * John Ling wrote on Thu, Sep 28, 2006 at 08:43:56PM CEST: > > >> > > >>shared/cpp/src/fasta/Fasta.cpp:192: fatal error: opening dependency file > > >>shared/cpp/src/fasta/.deps/Fasta.Tpo: No such file or directory > > >>compilation terminated.
Wait... Does the Makefile.am file use quotes for the source names? As in foobar_SOURCES = ... "src/fasta/Fasta.cpp" ... If yes: please remove the double quotes, rerun automake-1.9. Does that fix it? Cheers, Ralf