texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] Qt TeXmacs-1.0.7.7, Qt-4.6.3 compilation error


From: Gubinelli Massimiliano
Subject: Re: [Texmacs-dev] Qt TeXmacs-1.0.7.7, Qt-4.6.3 compilation error
Date: Mon, 8 Nov 2010 15:35:32 +0100

Please try the following patch which should resolve the problem.
I do not have imlib2 installed so I cannot try it.

Thanks
best

massimiliano

-------cut here-----------------------------------------------------------
Index: src/Plugins/Imlib2/imlib2.cpp
===================================================================
--- src/Plugins/Imlib2/imlib2.cpp       (revision 3586)
+++ src/Plugins/Imlib2/imlib2.cpp       (working copy)
@@ -15,6 +15,10 @@

 #ifdef USE_IMLIB2

+#include <Imlib2.h>
+#include <stdio.h>
+#include <string.h>
+
/ ******************************************************************************
 * Routines used from Imlib2
******************************************************************************/
Index: src/Plugins/Imlib2/imlib2.hpp
===================================================================
--- src/Plugins/Imlib2/imlib2.hpp       (revision 3586)
+++ src/Plugins/Imlib2/imlib2.hpp       (working copy)
@@ -23,10 +23,5 @@
                     double cx1, double cy1, double cx2, double cy2);
 #endif

-#ifdef USE_IMLIB2
-#include <Imlib2.h>
-#include <stdio.h>
-#include <string.h>
-#endif // USE_IMLIB2

 #endif // IMLIB2_H





reply via email to

[Prev in Thread] Current Thread [Next in Thread]