>>>>> "Alfredo" == Alfredo Braunstein <[EMAIL PROTECTED]> writes:

Alfredo> Kornel Benko wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> 
>> On Freitag, 28. Februar 2003 14:35, Alfredo Braunstein wrote:
>>> Try adding #include <config.h> to the top of format.h.
>>  Next error:
>> 

Alfredo> How about this? I hope I'v catched them all...

Index: format.h
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/format.h,v
retrieving revision 1.1
diff -u -r1.1 format.h
--- format.h    2003/02/28 09:49:44     1.1
+++ format.h    2003/02/28 14:29:29
@@ -15,11 +15,10 @@
  * Full author contact details are available in file CREDITS
  */
 
+#include <config.h>


Alfredo, please don't do this. <config.h> should be included as the
first header in all .C file, but never in .h files. 

JMarc

Reply via email to