Hi Elias,
thanks, that worked for me.
I have commented out line 24 of emacs.hh because it produces only a warning
on my machine:
// #pragma GCC diagnostic push
The warning was:
emacs.hh:24: warning: expected [error|warning|ignored] after ‘#pragma
GCC diagnostic’
Probably my g++ is a bit old.
/// Jürgen
On 03/21/2014 04:39 PM, Elias Mårtenson wrote:
I've made everything compile and run properly with the latest version
in svn. Here's the patch to make it work.
(Note: The patch does not update the AUTHORS file)
Regards,
Elias