【问题标题】:Building libopenmetaverse on CentOS 5在 CentOS 5 上构建 libopenmetaverse
【发布时间】:2010-05-20 01:34:43
【问题描述】:

我正在尝试在 CentOS 上构建 libopenmetaverse 但是我收到以下错误。我不是这种开发人员,我正在安装它以供其他人使用。这只是构建失败的一部分。有什么想法吗?

     [nant] /opt/libomv/Programs/WinGridProxy/WinGridProxy.exe.build build
            Buildfile: file:///opt/libomv/Programs/WinGridProxy/WinGridProxy.exe.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build


            build:

                 [echo] Build Directory is /opt/libomv/bin
                  [csc] Compiling 15 files to '/opt/libomv/bin/WinGridProxy.exe'.
                           [resgen] Error: Invalid ResX input.
                           [resgen] Position: Line 2700, Column 5.
                           [resgen] Inner exception: An exception was thrown by the type initializer for System.Drawing.GDIPlus

            BUILD FAILED

            External Program Failed: /tmp/tmp5a71a509.tmp/resgen.exe (return code was 1)

            Total time: 0.4 seconds.


BUILD FAILED

Nested build failed.  Refer to build log for exact reason.

Total time: 47 seconds.

Build Exit Code: 1

【问题讨论】:

    标签: mono build nant centos


    【解决方案1】:

    您可能需要安装 libgdiplus,或确保您的系统可以找到它。

    【讨论】:

      【解决方案2】:

      好的,不知道为什么,但是安装 libgdiplus-devel 似乎可以解决它。

      【讨论】:

        猜你喜欢
        • 2011-10-15
        • 2012-07-20
        • 2011-02-20
        • 2014-04-28
        • 1970-01-01
        • 2021-06-09
        • 2013-08-31
        • 2016-08-18
        • 1970-01-01
        相关资源
        最近更新 更多