码迷,mamicode.com
首页 > 其他好文 > 详细

mono 3.4.0 make install的时候出现"找不到 Microsoft.Portable.Common.targets 文件”的错误提示解决方法

时间:2014-07-01 22:55:27      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:文件   os   table   安装   har   ui   

如果在这时就进行配置安装Mono的话,会在make阶段得到一个“找不到 Microsoft.Portable.Common.targets 文件”的错误提示,

所以需要先进行如下处理:

#> cd (mono安装路径的前缀)/mono-3.4.0/mcs/tools/xbuild/targets

#> cp Microsoft.Portable.CSharp_4.0.targets Microsoft.Portable.Common.targets

#> vim Microsoft.Portable.Common.targets

在vim中将Microsoft.Portable.Common.targets文件中的这行:

<Import Project="$(MSBuildToolsPath)/Microsoft.CSharp.targets" />删除,然后保存退出。

mono 3.4.0 make install的时候出现"找不到 Microsoft.Portable.Common.targets 文件”的错误提示解决方法,布布扣,bubuko.com

mono 3.4.0 make install的时候出现"找不到 Microsoft.Portable.Common.targets 文件”的错误提示解决方法

标签:文件   os   table   安装   har   ui   

原文地址:http://www.cnblogs.com/gaobing/p/3816487.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!