Hi,
There are 2 more fatal errors in the Windows build introduced because
of this revision :
1>..\..\src\text\ptbl\xp\pt_PT_Styles.cpp(22) : fatal error C1083:
Cannot open include file: 'config.h': No such file or directory
1>..\..\src\text\ptbl\xp\pt_PT_Styles.cpp(22) : fatal error C1083:
Cannot open include file: 'config.h': No such file or directory
I think config.h should be included as
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
as it is everywhere else.
Thanks,
Prashant
> Author: ib
> Date: 2012-07-30 20:03:42 +0200 (Mon, 30 Jul 2012)
> New Revision: 31610
>
> Modified: abiword/trunk/src/text/ptbl/xp/pt_PT_Styles.cpp
> ===================================================================
> --- abiword/trunk/src/text/ptbl/xp/pt_PT_Styles.cpp 2012-07-30 16:59:17 UTC (rev 31609)
> +++ abiword/trunk/src/text/ptbl/xp/pt_PT_Styles.cpp 2012-07-30 18:03:42 UTC (rev 31610)
> @@ -19,6 +19,7 @@
> * 02111-1307, USA.
> */
>
> +#include "config.h"
> #include "ut_locale.h"
>
> Modified: abiword/trunk/src/wp/ap/xp/ap_Dialog_Lists.cpp
> ===================================================================
> --- abiword/trunk/src/wp/ap/xp/ap_Dialog_Lists.cpp 2012-07-30 16:59:17 UTC (rev 31609)
> +++ abiword/trunk/src/wp/ap/xp/ap_Dialog_Lists.cpp 2012-07-30 18:03:42 UTC (rev 31610)
> @@ -21,6 +21,8 @@
> #include <stdio.h>
> #include <string.h>
>
> +#include "config.h"
> +
Received on Fri Aug 3 20:27:25 2012
This archive was generated by hypermail 2.1.8 : Fri Aug 03 2012 - 20:27:25 CEST