Hi,
Im running into a compilation issue on Linux with latest maters sources. There is no 'Makefile' in the dmake/tests directory, only a 'Makefile.am' and a 'Makefile.in'. This stops the build process for me. I was under the impression that that Makefile should be generated by ./configure ? Anway, here's what the output looks like : # make all make -r -f /usr/local/src/libreoffice/Makefile.top all make[1]: Entering directory `/usr/local/src/libreoffice' make[2]: Entering directory `/usr/local/src/libreoffice/dmake' Making distclean in tests make[3]: Entering directory `/usr/local/src/libreoffice/dmake/tests' make[3]: *** No rule to make target `distclean'. Stop. make[3]: Leaving directory `/usr/local/src/libreoffice/dmake/tests' make[2]: *** [distclean-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/libreoffice/dmake' make[1]: *** [/usr/local/src/libreoffice/workdir/unxlngi6.pro/bootstrap] Error 2 make[1]: Leaving directory `/usr/local/src/libreoffice' make: *** [all] Error 2 # ls -l dmake/tests/Make* -rw-r--r--. 1 root root 1133 Aug 4 12:26 dmake/tests/Makefile.am -rw-r--r--. 1 root root 11645 Aug 4 12:26 dmake/tests/Makefile.in Regards, John Smith. _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
