cd /home/sboswell/rpmbuild/BUILD/qyoto-4.8.4/athlon-redhat-linux-gnu/bin && /usr/bin/mono /home/sboswell/rpmbuild/BUILD/qyoto-4.8.4/athlon-redhat-linux-gnu/bin/assemblygen.exe -unsafe -out:qyoto-qtdbus.dll -r:qyoto-qtcore.dll -plugins:QyotoGenerator.dll -dest:/usr -code-file:qyoto-qtdbus.cs "-keyfile:\"/home/sboswell/rpmbuild/BUILD/qyoto-4.8.4/assemblies/key.snk\"" libsmokeqtdbus.so /home/sboswell/rpmbuild/BUILD/qyoto-4.8.4/assemblies/qyoto-qtdbus/QDBusObjectPath.cs
/home/sboswell/rpmbuild/BUILD/qyoto-4.8.4/assemblies/qyoto-qtdbus/QDBusReply.cs /home/sboswell/rpmbuild/BUILD/qyoto-4.8.4/assemblies/qyoto-qtdbus/QDBusSignature.cs /home/sboswell/rpmbuild/BUILD/qyoto-4.8.4/assemblies/qyoto-qtdbus/QDBusVariant.cs /home/sboswell/rpmbuild/BUILD/qyoto-4.8.4/assemblies/qyoto-qtdbus/AssemblyInfo.cs
Registered Qyoto hooks.
Generating CodeCompileUnit...
GetSignals: invalid meta-object for class QDBusAbstractInterfaceBase
GetSignals: invalid meta-object for class QDBusInterface
Generating code...
Compiling assembly...
/tmp/74b93a30/650e7579.1.cs(13,53) : error CS0117: `Qyoto.QVariant' does not contain a definition for `FromValue'
(0,0) : error : /home/sboswell/rpmbuild/BUILD/qyoto-4.8.4/athlon-redhat-linux-gnu/bin/qyoto-qtcore.dll (Location of the symbol related to previous error)
/tmp/74b93a30/650e7579.1.cs(17,50) : error CS1061: Type
`Qyoto.QVariant' does not contain a definition for `Value' and no extension method `Value' of type `Qyoto.QVariant' could be found (are you missing a using directive or an assembly reference?)
(0,0) : error : /home/sboswell/rpmbuild/BUILD/qyoto-4.8.4/athlon-redhat-linux-gnu/bin/qyoto-qtcore.dll (Location of the symbol related to previous error)
/tmp/74b93a30/650e7579.3.cs(12,58) : error CS0117: `Qyoto.QVariant' does not contain a definition for `FromValue'
(0,0) : error : /home/sboswell/rpmbuild/BUILD/qyoto-4.8.4/athlon-redhat-linux-gnu/bin/qyoto-qtcore.dll (Location of the symbol related to previous error)
/tmp/74b93a30/650e7579.3.cs(12,32) : error CS1502: The best overloaded method match for `Qyoto.QDBusVariant.QDBusVariant(System.Type)' has some invalid arguments
(0,0) : error : /tmp/74b93a30/650e7579.3.cs(7,27): (Location of the symbol related to previous
error)
/tmp/74b93a30/650e7579.3.cs(12,32) : error CS1503: Argument `#1' cannot convert `object' expression to type `System.Type'
Errors occured. No assembly was generated.
It appears that the FromValue() methods are in assemblies/qyoto-qtcore/QVariantExtras.cs, but that file is missing from assemblies/qyoto-qtcore/CMakeLists.txt . If I put it back in, I get a different compile error.
Any help with this would be appreciated.
Steven Boswell