On Thu, 2008-01-17 at 09:34 +0100, Jürgen Spitzmüller wrote: > Darren Freeman wrote: > > Making all in doc > > make[2]: Entering directory `/home/dfreeman/lyx-devel/lib/doc' > > cd ../.. && /bin/sh /home/dfreeman/lyx-devel/config/missing --run > > automake-1.9 --foreign lib/doc/Makefile > > lib/doc/Makefile.depend:21: bad characters in variable name `' > > lib/doc/Makefile.am:230: `lib/doc/Makefile.depend' included from here > > make[2]: *** [Makefile.in] Error 1 > > make[2]: Leaving directory `/home/dfreeman/lyx-devel/lib/doc' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/home/dfreeman/lyx-devel/lib' > > make: *** [all-recursive] Error 1 > > Do you have svn conflicts in that file?
Indeed I do, according to "svn status". Which is surprising considering I didn't think I applied any patches to this working copy. Also, po/POTFILES.in is listed as modified. It looks like I must have applied a patch after all, sorry for the false alarm! After reverting those two files, it built fine. I should have investigated before posting but I was on my way out. Have fun, Darren