On Wed, Aug 15, 2007 at 09:59:13AM +0300, Martin Vermeer wrote: > On Wed, Aug 15, 2007 at 02:08:19AM -0400, Richard Heck wrote: > > > > Regarding the autotools system...it doesn't now seem possible to do this: > > cd src/insets/ > > make Inset.o > > or even: > > cd src/ > > make src/Inset.o > > The former gives a slew of errors starting with: > > Inset.cpp:15:20: error: config.h: No such file or directory > > and the latter complains thusly: > > insets/Inset.cpp:391: fatal error: opening dependency file > > .deps/insets/Inset.Tpo: No such file or directory > > compilation terminated. > > Am I doing something wrong? Or is there a problem here? It's very > > inconvenient not to be able to compile just the one file. > > > > Richard > > I have the same experience. André says: configure for using > qmake instead ;-/
Not yet working sufficiently well, at least not for dynamic builds (partially for the same reasons the others fail there: missing modularization in the code). The adventureous natures might ./configure --with-qmake to get an idea of the direction the thing is moving. Andre'
