[Kde-bindings] KDE/kdebindings/ruby/korundum
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Wed Jun 4 16:11:37 UTC 2008
SVN commit 816696 by rdale:
* The rbkconfig_compiler wasn't being built as the CMakeLists.txt
file was missing from korundum/tools. Thanks to Stefano Crocco for
spotting that.
* Korundum now builds ok as it needed to include marshall_basetypes.h
from QtRuby
CCMAIL: kde-bindings at kde.org
M +8 -0 ChangeLog
M +2 -0 src/Korundum.cpp
A tools/CMakeLists.txt
--- trunk/KDE/kdebindings/ruby/korundum/ChangeLog #816695:816696
@@ -1,3 +1,11 @@
+2008-06-04 Richard Dale <richard.j.dale at gmail.com>
+
+ * The rbkconfig_compiler wasn't being built as the CMakeLists.txt
+ file was missing from korundum/tools. Thanks to Stefano Crocco for
+ spotting that.
+ * Korundum now builds ok as it needed to include marshall_basetypes.h
+ from QtRuby
+
2008-05-31 Arno Rehn <arno at arnorehn.de>
* Don't embed qtruby into korundum, but link against qtruby4shared
--- trunk/KDE/kdebindings/ruby/korundum/src/Korundum.cpp #816695:816696
@@ -42,6 +42,8 @@
#include <kde/kde_smoke.h>
#include <qtruby.h>
+#include <smokeruby.h>
+#include <marshall_basetypes.h>
#include <iostream>
More information about the Kde-bindings
mailing list