Hi, On Wed, Dec 19, 2012 at 10:42:06PM +0100, John Smith wrote: > Hi, > > > Im running into a build error for which I cant find the root cause. > When after a 'make clean', I run configure and 'make build-nocheck', I > get the error listed below. I dont get it if I dont run a make clean > first (with a previous 'make build' finished without errors), and I > dont get it with a 'make build'. When I look at Makefile.top, the only > (intended) difference between the two seems to be the addition of > 'export SKIP_TESTS := YES' for build-nocheck ? > > Does anybody have an idea of what might be going wrong here ? > > [build CUS] sdext/pdfimport > touch: cannot touch > `/usr/local/src/libreoffice/workdir/unxlngi6.pro/CustomTarget/sdext/pdfimport.done': > No such file or directory > make[2]: *** > [/usr/local/src/libreoffice/workdir/unxlngi6.pro/CustomTarget/sdext/pdfimport.done] > Error 1 > make[2]: *** Waiting for unfinished jobs....
Yes, I do. StaticLibrary pdfimport_s needs that CustomTarget (the hash.cxx file the CustomTarget produces is included in sdext/source/pdfimport/wrapper/wrapper.cxx), but it is only listed in gb_Module_add_check_targets. Fixed now. D. _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
