Author: forenr
Date: Wed Sep  7 23:37:25 2011
New Revision: 39630
URL: http://www.lyx.org/trac/changeset/39630

Log:
Fix compile error with gcc 4.5.3 when using the included mythes library:
../../src/support/mythes/mythes.hxx:25:9: error: `FILE' does not name a type
../../src/support/mythes/mythes.hxx:55:22: error: `FILE' has not been declared

Modified:
   lyx-devel/branches/BRANCH_2_0_X/src/Thesaurus.cpp
   lyx-devel/branches/BRANCH_2_0_X/status.20x

Modified: lyx-devel/branches/BRANCH_2_0_X/src/Thesaurus.cpp
==============================================================================
--- lyx-devel/branches/BRANCH_2_0_X/src/Thesaurus.cpp   Wed Sep  7 10:14:10 
2011        (r39629)
+++ lyx-devel/branches/BRANCH_2_0_X/src/Thesaurus.cpp   Wed Sep  7 23:37:25 
2011        (r39630)
@@ -26,6 +26,7 @@
 #ifdef USE_EXTERNAL_MYTHES
 #include MYTHES_H_LOCATION
 #else
+#include <cstdio>
 #include "support/mythes/mythes.hxx"
 #endif
 

Modified: lyx-devel/branches/BRANCH_2_0_X/status.20x
==============================================================================
--- lyx-devel/branches/BRANCH_2_0_X/status.20x  Wed Sep  7 10:14:10 2011        
(r39629)
+++ lyx-devel/branches/BRANCH_2_0_X/status.20x  Wed Sep  7 23:37:25 2011        
(r39630)
@@ -93,3 +93,5 @@
 
 
 * BUILD/INSTALLATION
+
+- Fix compile error with gcc 4.5.3 when using the included mythes library.

Reply via email to