[Kde-bindings] C# bindings

Arno Rehn arno at arnorehn.de
Tue Nov 11 18:39:26 UTC 2008


On Tuesday 11 November 2008 09:55:44 Raúl Moratalla Guillén wrote:
> El Lunes, 10 de Noviembre de 2008 18:24:14 Richard Dale escribió:
> > > 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.
>
> Now I get the following error:
>
>  92%] Built target qtwebkit-sharp
> [ 92%] Building lib/qtwebkit.dll
> [ 93%] Built target qtwebkit
> [ 93%] Building CXX object
> csharp/khtml/CMakeFiles/khtml-sharp.dir/src/khtml.o [ 93%] Building CXX
> object csharp/khtml/CMakeFiles/khtml-sharp.dir/src/khtmlhandlers.o Linking
> CXX shared module ../../lib/libkhtml-sharp.so
> [ 93%] Built target khtml-sharp
> [ 93%] Building lib/khtml.dll
> error CS0006: cannot find metadata file
> `/home/raul/Desarrollo/kdebindings-4.1.3/lib/kde-dotnet.dll' Compilation
> failed: 1 error(s), 0 warnings
> make[2]: *** [lib/khtml.dll] Error 1
> make[1]: *** [csharp/khtml/CMakeFiles/khtml.dir/all] Error 2
> make: *** [all] Error 2
Mh, the dependencies should be properly set in the CMakeLists.txt.. Anyway, 
try building with 'make -j1' (so there are no multiple jobs). If this doesn't 
work or you're already doing this, go into csharp/kimono and do 'make' there 
first, so the kde bindings will be built before the khtml ones.

-- 
Arno Rehn
arno at arnorehn.de



More information about the Kde-bindings mailing list