Re: [O] make compile fails

2017-08-20 Thread Jarmo Hurri
Adrian Bradd writes: > Looks like htmlize was removed from contrib a few days ago > (commit d0ced9894) which is probably the cause of your issue. You can get > it from https://github.com/hniksic/emacs-htmlize > > You can generate a new local.mk by running 'make

Re: [O] make compile fails

2017-08-20 Thread Achim Gratz
Jarmo Hurri writes: > Running 'make cleanall' didn't help. Yes, because you need to install htmlize most likely (if you need it at all). I installed the one from Marmalade. You need to activate it for testing (since during test local packages are not visible by default): BTEST_POST = --eval

Re: [O] make compile fails

2017-08-19 Thread Adam Porter
Jarmo Hurri writes: > Running 'make cleanall' didn't help. > > However, a fresh clone followed by a reconfiguration of local.mk solved > the issue. Most likely the result of a local.mk that is no longer > consistent. Just FYI, you can avoid having to re-clone the repo by

Re: [O] make compile fails

2017-08-19 Thread Adrian Bradd
Looks like htmlize was removed from contrib a few days ago (commit d0ced9894) which is probably the cause of your issue. You can get it from https://github.com/hniksic/emacs-htmlize You can generate a new local.mk by running 'make local.mk'. You may have to remove or rename the existing local.mk

Re: [O] make compile fails

2017-08-19 Thread Colin Baxter
Dear Jarmo, > Jarmo Hurri writes: > Hi Colin. > Colin Baxter writes: >> Works for me using 'make clean' followed by 'make all'. > For some reason I still get the same error even with that sequence > of commands. > Make

Re: [O] make compile fails

2017-08-19 Thread Jarmo Hurri
Colin Baxter writes: > > > > jarmo@localhost org-mode]$ diff local.mk local.mk~ 31c31 < > > ORG_ADD_CONTRIB = htmlize --- > >> #ORG_ADD_CONTRIB = ox-* # e.g. the contributed exporter >

Re: [O] make compile fails

2017-08-19 Thread Colin Baxter
Dear Jarmo, > Jarmo Hurri writes: > Greetings. > Just pulled the latest version and tried to compile it. I get the > following error: > -- > [jarmo@localhost org-mode]$ make compile

Re: [O] make compile fails

2017-08-19 Thread Jarmo Hurri
Hi Colin. Colin Baxter writes: > Works for me using 'make clean' followed by 'make all'. For some reason I still get the same error even with that sequence of commands. Make reports that the error is coming from addcontrib. Isn't there some file that controls local contrib