c# - Mono/Ubuntu - 冲突的定义

标签 c# .net linux ubuntu mono

我正试图在 Ubuntu 上构建一个库 (Medsphere.Widgets),它向我抛出一个错误。我已经进行了很好的搜索,但似乎没有人对此有答案。配置脚本工作正常,并且没有警告或错误地完成。当我去运行 make 时,它​​会这样做:

polynomial@ubuntu:~/Projects/Medsphere/$ make
Making all in src
make[1]: Entering directory `/home/polynomial/Projects/Medsphere/src'
/usr/bin/mcs /target:library /out:Medsphere.Widgets.dll -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll   -r:/usr/lib/mono/2.0/Mono.Cairo.dll    ./CPaned.cs ./FBox.cs ./GridView.cs ./CairoHelper.cs ./IconLayout.cs ./ICairoCellRenderer.cs ./BoxCellRenderer.cs ./PixbufCellRenderer.cs ./TextCellRenderer.cs ./graph/AxisLocation.cs ./graph/AxisSizeGroup.cs ./graph/BaseTreeModelPlot.cs ./graph/DateTimeAxis.cs ./graph/EventPlot.cs ./graph/Graph2D.cs ./graph/Graph.cs ./graph/GtkStyleProvider.cs ./graph/HistogramPlot.cs ./graph/IAxis.cs ./graph/IPlot.cs ./graph/IStyleProvider.cs ./graph/ITreeModelPlot.cs ./graph/LabelAxis.cs ./graph/Legend.cs ./graph/LinearAxis.cs ./graph/LinePlot.cs ./graph/LinkedLinePlot.cs ./graph/PlotColor.cs ./graph/PointShape.cs ./graph/ReferenceRangePlot.cs
./IconLayout.cs(414,25): error CS0029: Cannot implicitly convert type `Cairo.Context' to `Cairo.Context'
./IconLayout.cs(414,25): The type `Cairo.Context' has two conflicting definitions, one comes from `Mono.Cairo, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' and the other from `Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' (in the previous error)
Internal(1,1): The type `Cairo.Context' has two conflicting definitions, one comes from `Mono.Cairo, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' and the other from `Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' (in the previous error)
./IconLayout.cs(920,41): error CS1502: The best overloaded method match for `Gdk.CairoHelper.SetSourceColor(Cairo.Context, Gdk.Color)' has some invalid arguments
/usr/lib/cli/gdk-sharp-2.0/gdk-sharp.dll (Location of the symbol related to previous error)
./IconLayout.cs(920,41): error CS1503: Argument `#1' cannot convert `Cairo.Context' expression to type `Cairo.Context'
./IconLayout.cs(920,41): (equally named types possibly from different assemblies in previous error)
/usr/lib/mono/gac/Mono.Cairo/2.0.0.0__0738eb9f132ed756/Mono.Cairo.dll (Location of the symbol related to previous error)
/usr/lib/mono/gac/Mono.Cairo/1.0.5000.0__0738eb9f132ed756/Mono.Cairo.dll (Location of the symbol related to previous error)
Compilation failed: 3 error(s), 0 warnings

我只能想象两个版本的 Cairo 有冲突,但我不知道如何解决。有什么想法吗?

最佳答案

只是为了清除这个:

我修改了 config.status 以使用 gmcs 而不仅仅是 mcs 并修补了所有 Mono.Cairo 引用,以便它们指向版本-特定的 DLL,而不是 GAC 中的通用 DLL。修复了库中的几个 cast 错误后,效果很好!

关于c# - Mono/Ubuntu - 冲突的定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7672771/

相关文章:

c# - 在 W10 通用应用程序中播放 Assets 文件夹中的音频

.Net 核心 CORS 401 发布/放置

linux - 如果同一个共享库被不同的应用程序和不同的目录加载,它是否在内存中共享?

c# - 比较版本标识符

c# - 如何重写办公自动化代码

c# - 压缩大型词典

.net - ASP.NET MVC 强类型 View 编译错误

java - Linux Mint 上的 Netbeans 问题

c - 无法在 CentOS 上编译 C++ 程序

c# - ASP.net c# 未知错误 (0xfffffffe)