On Wednesday 29 May 2002 8:57 am, Andre Poenitz wrote: > On Tue, May 28, 2002 at 03:41:20PM -0700, Kayvan A. Sylvan wrote: > > g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../../boost > > -isystem +/usr/X11R6/include -O2 -m486 -fno-strength-reduce -W -Wall -c > > formula.C +-Wp,-MD,.deps/formula.TPlo > > formula.C:45: preview.h: No such file or directory > > but this file _is_ in CVS. Well, cvs log preview.h gives:
I think that this means that the file is not in Makefile.am. As I recall, Kayvna uses make rpmdist or somesuch and it's very, very picky about such things. Angus