[Kde-bindings] C# bindings

Richard Dale rdale at foton.es
Mon Nov 10 17:24:14 UTC 2008


On Monday 10 November 2008 17:19:02 Raúl Moratalla Guillén wrote:
> El Lunes, 10 de Noviembre de 2008 16:58:49 Arno Rehn escribió:
> > The bindings are in the kdebindings module since 4.0 and the project is
> > alive and really active. We haven't done a seperate release of the
> > bindings for a while now, but they are all in the kdebindings packages
> > that come with each KDE release.
>
> Ok, thank you. IMHO Linux distributions (like the one that I use, openSUSE)
> should provide packages for them.
>
> I downloaded the bindings for KDE 4.1.3 and I get the following error
> building Qyoto:
>
> [ 82%] Built target qyotoshared
> [ 82%] Built target qyoto
> [ 82%] Building lib/qt-dotnet.dll
> /home/raul/Desarrollo/kdebindings-4.1.3/csharp/qyoto/src/SmokeInvocation.cs
>(20,15): error CS0138: `Qyoto' is a type not a namespace. A using namespace
> directive can only be applied to namespaces
> /home/raul/Desarrollo/kdebindings-4.1.3/csharp/qyoto/src/Qyoto.cs(194,22):
> (Location of the symbol related to previous error) Compilation failed: 1
> error(s), 0 warnings
> make[2]: *** [lib/qt-dotnet.dll] Error 1
> make[1]: *** [csharp/qyoto/CMakeFiles/qt-dotnet.dir/all] Error 2
> make: *** [all] Error 2
>
> I am using openSUSE 11.0 and Mono 2.0.1. Where could be the problem?
You need to remove the 'using Qyoto;' statement from SmokeInvocation.cs - it 
became an error with Mono 2.0. I've fixed it in the trunk version of Qyoto.

-- Richard



More information about the Kde-bindings mailing list