[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-apl] Patch for Emacs native library for version 1.3
From: |
Juergen Sauermann |
Subject: |
Re: [Bug-apl] Patch for Emacs native library for version 1.3 |
Date: |
Sat, 22 Mar 2014 13:42:36 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 |
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