On Thu, Aug 23, 2007 at 11:18:47PM +0200, Enrico Forestieri wrote: > On Thu, Aug 23, 2007 at 11:53:35PM +0300, Martin Vermeer wrote: > > > On Thu, Aug 23, 2007 at 10:35:18PM +0200, Enrico Forestieri wrote: > > > On Thu, Aug 23, 2007 at 11:00:57PM +0300, Martin Vermeer wrote:
... > > > > Could swear that I had done that... second time around it bit ;-/ > > > > > > > > Update: At least in src/support. In src/frontends/controllers I still > > > > get makefile errors on MONOLITHIC_CONTROLLERS, and in qt4 on > > > > MONOLITHIC_FRONTEND_QT4. Even when trying a couple of times. Ah well. > > > > > > Try also reconfiguring explicitly. > > > > Did that already :-( > > Does the attached patch help? Not really... the above problem went away by itself (probably the moon rose). But now I am stuck with the following automake problem: -- Building Makefile templates... . src/support/Makefile.am:104: INSTALL_WINDOWS does not appear in AM_CONDITIONAL done. -- ... and Makefile.in is not created in src/support. Commenting out this Windows-specific stanza in src/support/Makefile.am makes the build succeed. If I don't, it always comes back (even when trying make clean) to the above error message. - Martin