Thanks for your response. I tried to compile smoke library using the qt4-qtruby packages with no luck these are the last lines I get:<br><br>kalyptus: processing /usr/include/Qt/qiconset.h<br>warning: QListWidget inherits unknown class 'QListView'
<br>warning: QTableWidget inherits unknown class 'QTableView'<br>Generating bindings for smoke language...<br>Starting writeDoc for qt...<br>Preparsing...<br>Skipping union QVariant::Private::Data<br>Writing smokedata.cpp
..
.<br>problem with QListWidget missing parent at ../../kalyptus/kalyptusCxxToSmoke.pm line 2174.<br>make[1]: *** [smokedata.cpp] Error 25<br>make[1]: Leaving directory `/home/david/Desktop/qt4-qtruby-1.4.6/smoke/qt'<br>make: *** [all-recursive] Error 1
<br><br>I'm using SUSE 10.1 x86_64 and qt 4.1.0 (not compiled by me but from a official suse RPM repository) The ./configure script didn't complain at all. I checked for that problem online and I found that that problem was already fixed in SVN. But now that I downloaded the kdebindings directory from SVN I tried to compile it and the ./configure script complains saying that I don't have Qt 4 installed (?) even if I specify the qt directories the script fails. I haven't tried compiling Qt by myself because I know it takes forever to compile and maybe there is something simple I'm missing that can fix the problem. Any help is greatly appreciated.
<br><br>I was thinking we can host the project (code) on novell forge or google and buy the <a href="http://qyoto-project.com">qyoto-project.com</a> domain for documentation, forums, wikis, etc. What do you think?<br><br>
David.<br><br><br><br><div><span class="gmail_quote">On 10/29/06, <b class="gmail_sendername">Arno Rehn</b> <<a href="mailto:arno@arnorehn.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
arno@arnorehn.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Am Sonntag, 29. Oktober 2006 01:24 schrieb David Canar:
<br>> Hi, I've been looking around *quite some time* for bindings for Qt4 and C#<br>> and the only one I found was the "dead" qtsharp project until today that I<br>> found about the qyoto / kimono project which looks very promising.
<br>> First of all I'd like to thank anybody who is working on it. It's just<br>> great to know that we will be able to create KDE / Qt programs using .NET.<br>> It is just amazing!<br>> I want to start coding but I can't find any documentation or packages or a
<br>> webpage with information about it. I found the code in the SVN repositories<br>> but I wasn't able to compile it. I'm looking for any "how to compile" or<br>> any kind of documentation to start coding.
<br>At the moment there are no autotools files for the project, so you have to<br>edit the makefile manually. It's quite self-explanatory. Furthermore the<br>bindings depend on the Smoke library for Qt4. The easiest way to get it is
<br>installing qt4-qtruby, where it is included<br>(<a href="http://rubyforge.org/projects/korundum/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://rubyforge.org/projects/korundum/</a>).<br>
As far as I know, there is no documentation of the Smoke library, maybe Ashley
<br>or Richard can explain the following a bit further. Smoke itself is a library<br>which can call Qt methods via a 'method-ID'. So whenever a method is called<br>in the bindings, the method-ID is looked up in the Smoke library and the
<br>method-parameters are marshalled from Mono/.NET-ones to C++-ones. Then the<br>method with the parameters is called and the return value is again marshalled<br>from a C++ to a Mono/.NET type. This is the basic system.
<br>
<br>> I'm also a Webdeveloper and I would like to get involved with the project.<br>> I will be able to create a portal for the project (a webpage, a wiki,<br>> forums, etc) if it doesn't exist already. Please let me know how to help.
<br>I think a webpage would be great, but I'm not the maintainer of the project,<br>you have to ask Richard.<br><br>--<br>Arno Rehn<br><a href="mailto:arno@arnorehn.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
arno@arnorehn.de</a><br>_______________________________________________
<br>Kde-bindings mailing list<br><a href="mailto:Kde-bindings@kde.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Kde-bindings@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/kde-bindings" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
https://mail.kde.org/mailman/listinfo/kde-bindings</a><br></blockquote>
</div><br>