在centos 6上安装mono和monodevelop时遇到错误

时间:2014-11-13 23:22:16

标签: linux mono

我一直在关注安装单声道和单声道开发的结构 在本网页上找到的centos 6: Install Mono and Monodevelop on CentOS 5.x/6.x

我已经停止了下面介绍的其中一个步骤

yum install pango-devel atk-devel libgnome-devel libgnomecanvas-devel libgnomeui-devel git svn libtool

cd /usr/src
git clone git://github.com/mono/gnome-sharp
cd gnome-sharp
./bootstrap-2.24 --prefix=/usr
make && make install

当我在gnome-sharp中运行make命令时,我收到此错误: -

make  all-recursive
make[1]: Entering directory `/usr/src/gnome-sharp'
Making all in sources
make[2]: Entering directory `/usr/src/gnome-sharp/sources'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/gnome-sharp/sources'
Making all in art
make[2]: Entering directory `/usr/src/gnome-sharp/art'
/usr/bin/mcs -debug -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GNOME_SHARP_2_16 -define:GNOME_SHARP_2_20 -define:GNOME_SHARP_2_24 -nowarn:0169,0612,0618 -unsafe -out:art-sharp.dll -target:library /usr/lib  -r:Mono.Cairo   generated/*.cs  AssemblyInfo.cs
error CS2001: Source file `/usr/lib' could not be found
Compilation failed: 1 error(s), 0 warnings
make[2]: *** [art-sharp.dll] Error 1
make[2]: Leaving directory `/usr/src/gnome-sharp/art'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnome-sharp'
make: *** [all] Error 2

看起来Makefile进程至少对我来说是破坏的。任何帮助都感激不尽。

-roddy

1 个答案:

答案 0 :(得分:0)

您不再需要从源代码安装Mono,现在有官方软件包:http://www.mono-project.com/docs/getting-started/install/linux/#centos-fedora-and-derivatives