On 2012-04-21, Bastien <[email protected]> wrote:
> Please test this and report any problem while using make
> to install Org.
I cannot report in a full way now, but Org does not make at all for me
now. I do make cleanall and then make normally.
Hope it helps despite the lack of a full report. I am reverting to a
previous Org now.
The first problem is that it now seems to expect texi2pdf. I can't
get it for OS configuration reasons that I cannot fix. This was never
a problem before.
I tried the following patch, but it did not cause install.elc to be
created. So maybe this is a bad fix or maybe there are other
problems.
Modified default.mk
diff --git a/default.mk b/default.mk
index 45e6fbf..7d0509c 100644
--- a/default.mk
+++ b/default.mk
@@ -61,7 +61,7 @@ ELCDIR = $(BATCH) \
ELC = $(BATCH) -f batch-byte-compile
# How to make a pdf file from a texinfo file
-TEXI2PDF = texi2pdf --batch --clean
+TEXI2PDF = echo would do texi2pdf --batch --clean
# How to make a pdf file from a tex file
PDFTEX = pdftex