Discussion forums: Help
Expanded view | Monitor forum | Save place
Message
New Compilation Problem
Submitted by Nobody;
posted on Sunday, January 18, 2004
This is caused by a conflict between the system libintl.h file and the gnulibintl.h file used by gnome. You just need to reorder some of the includes in the file t3views.h. To fix this problem, use the following patch.
diff -urw ghemical-1.50alpha.orig/src/target3/t3views.h ghemical-1.50alpha/src/target3/t3views.h
--- ghemical-1.50alpha.orig/src/target3/t3views.h 2002-05-30 05:29:13.000000000 -0400
+++ ghemical-1.50alpha/src/target3/t3views.h 2004-01-12 17:41:01.000000000 -0500
@@ -21,11 +21,11 @@
/*################################################################################################*/
+#include "views.h"
#include <gtk/gtk.h>
#include <gtkgl/gtkglarea.h>
#include <gnome.h>
-#include "views.h"
#include "t3project.h"
#include <vector>
|
Post a followup to this message:
You have to be logged in to post a reply.
Thread view
|
|||
|
|||
|
|||
|