José Matos <[EMAIL PROTECTED]> writes:

> On Friday 21 September 2007 11:47:26 Jean-Marc Lasgouttes wrote:
>> Lokks again like a missing config.h. Does disabling pch change
>> something?
>
>   This is already with --disable-pch.

It seems that there are a few files in trunk that do not include
config.h as first header, but I do not think it is related:

pegase: grep -r -m1 '^#include' src |grep '\.c'|grep -v config.h
src/support/tests/check_filetools.cpp:#include "../filetools.h"
src/support/minizip/ioapi.c:#include <stdio.h>
src/support/minizip/zip.c:#include <stdio.h>
src/support/minizip/unzip.c:#include <stdio.h>
src/support/minizip/iowin32.c:#include <stdlib.h>
src/tex2lyx/lengthcommon.cpp:#include "../lengthcommon.cpp"

[the last one is clearly OK]

I think we should fix them nevertheless.

JMarc

Reply via email to