dotnet bindings build error



Hello,

sorry to look like someone without consistency, but I am exploring the
feasibility of my application with dotnet too as Novell created some
nice C# bindings to access evolution data server. Basically, I try to
get the vital pieces working to then start to code. So, I am really
sorry to report a build error with dot net. This can be once again an
error from my side.

I have patched (one shunk had to be manually applied in patch 3),
built and installed gtksharp.
running make && sudo make install is not working going in:

$ cd tinymail/trunk/bindings/dotnet
$ make
Making all in .
make[1]: Entering directory `/home/loa/Vendors/tinymail/trunk/bindings/dotnet'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/loa/Vendors/tinymail/trunk/bindings/dotnet'
Making all in tny
make[1]: Entering directory
`/home/loa/Vendors/tinymail/trunk/bindings/dotnet/tny'
Making all in .
make[2]: Entering directory
`/home/loa/Vendors/tinymail/trunk/bindings/dotnet/tny'
if ! test -f ./tny-sharp.snk; then cp
../../../bindings/dotnet/tny-sharp.snk .; fi
/usr/bin/mcs  -nowarn:0169,0612,0618 -unsafe
-out:libtinymail-sharp.dll -target:library
-r:/opt/gtk-sharp/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll
-r:/opt/gtk-sharp/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll
-r:/opt/gtk-sharp/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll
-r:/opt/gtk-sharp/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll
-r:/opt/gtk-sharp/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll
  generated/*.cs ./TnyException.cs AssemblyInfo.cs
SimpleList.custom(4,65): error CS0117: `Tny.SimpleList' does not
contain a definition for `CreateIterator'
Compilation failed: 1 error(s), 0 warnings
make[2]: *** [libtinymail-sharp.dll] Error 1
make[2]: Leaving directory
`/home/loa/Vendors/tinymail/trunk/bindings/dotnet/tny'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/loa/Vendors/tinymail/trunk/bindings/dotnet/tny'
make: *** [all-recursive] Error 1

gtksharp is installed in /opt/gtk-sharp but the source are in
~/Vendors/gtk-sharp so maybe this is the problem.

I tried all the combinations of removing /opt/tinymail, reconfiguring,
changing some configuration options without success. Note that I was
able to build other dotnet/mono applications during my discovery of
dotnet, so I suppose that my base configuration of the mono build
chain is in order.

If you need more info to debug, please let me know.

Best regards,
Loïc d'Anterroches


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]