The makefile in the qyoto folder has old code. I think the Qt namespace was used before and now it is used the Qyoto namespace. AFAIK there is no need to compile the following files because they are only examples and most of them won't compile because they are old:
<br><br>doit.exe, hello.exe, qstringtest.exe, t1.exe<br><br>We only need to compile libqyoto.so and qyoto.dll in that order (Richard will know better than me)<br>In the qyoto.dll rule in the makefile is missing the Qyoto.cs
 file to compile properly. It should be :<br><br>qyoto.dll: SmokeInvocation.cs Qyoto.cs<br>        mcs -unsafe -debug -out:qyoto.dll -target:library SmokeInvocation.cs qyoto/*.cs qdbus/*.cs Qyoto.cs<br><br>Thanks,<br><br>
David.<br><br><div><span class="gmail_quote">On 11/22/06, <b class="gmail_sendername">Laurent Montel</b> <<a href="mailto:montel@kde.org">montel@kde.org</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;">
On Wednesday 22 November 2006 08:36, Laurent Montel wrote:<br>> I will do it (test it today)<br><br>When I try to compile it directly with 'make'<br>I have this error<br>make<br>mcs -unsafe -debug -o doit.exe doit.cs qyoto/QFont.cs 
SmokeInvocation.cs<br>warning CS8029: Compatibility: Use -out:FILE instead of --output FILE or -o<br>FILE<br>doit.cs(1,7): error CS0246: The type or namespace name `Qt' could not be<br>found. Are you missing a using directive or an assembly reference?
<br>doit.cs(1,1): error CS0246: The type or namespace name `Qt' could not be<br>found. Are you missing a using directive or an assembly reference?<br>qyoto/QFont.cs(8,3): error CS0246: The type or namespace name `SmokeClass'
<br>could not be found. Are you missing a using directive or an assembly<br>reference?<br>qyoto/QFont.cs(132,28): error CS0246: The type or namespace name<br>`IQPaintDevice' could not be found. Are you missing a using directive or an
<br>assembly reference?<br>qyoto/QFont.cs(137,37): error CS0246: The type or namespace name<br>`IQPaintDevice' could not be found. Are you missing a using directive or an<br>assembly reference?<br>SmokeInvocation.cs(333,53): error CS0118: `Qyoto' is a `namespace' but a
<br>`type' was expected<br>SmokeInvocation.cs(334,55): error CS0246: The type or namespace name `QObject'<br>could not be found. Are you missing a using directive or an assembly<br>reference?<br><br><br>Do you have info about it ?
<br>(for the moment I don't know C#)<br><br>Regards<br>_______________________________________________<br>Kde-bindings mailing list<br><a href="mailto:Kde-bindings@kde.org">Kde-bindings@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/kde-bindings">
https://mail.kde.org/mailman/listinfo/kde-bindings</a><br></blockquote></div><br>