标签: banshee

什么是MonoPosixHelper.dll?

为了更多地了解C#中的跨平台开发,我试图查看Banshee项目.在它的当前形式中它不是编译.
所以,就我所知,我正在努力解决这个问题.

首先,几乎所有项目都破坏了参考.我认为这是最容易修复的部分.我认为错了......经常被破坏的引用是MonoPosixHelper.dll.我安装了Mono框架,并在它的bin文件夹中安装了MonoPosixHelper.dll文件.当我尝试引用它时,Visual Studio会抱怨它不是有效的程序集,也不是COM对象.后者我理解,因为它不是一个com ..

那么,这个库究竟做了什么,为什么它不是一个有效的程序集,我该如何解决呢?

mono posix banshee

4
推荐指数
1
解决办法
2941
查看次数

构建女妖:缺少依赖关系

我正在尝试从源代码构建女妖.我跑了autogen.sh,这是(部分)输出:

configure: error: Package requirements (gstreamer-0.10 >= 0.10.26
    gstreamer-base-0.10 >= 0.10.26
    gstreamer-plugins-base-0.10 >= 0.10.26
    gstreamer-controller-0.10 >= 0.10.26
    gstreamer-dataprotocol-0.10 >= 0.10.26
    gstreamer-fft-0.10 >= 0.10.26) were not met:

No package 'gstreamer-0.10' found
No package 'gstreamer-base-0.10' found
No package 'gstreamer-plugins-base-0.10' found
No package 'gstreamer-controller-0.10' found
No package 'gstreamer-dataprotocol-0.10' found
No package 'gstreamer-fft-0.10' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GST_CFLAGS
and GST_LIBS to avoid the need …
Run Code Online (Sandbox Code Playgroud)

c# mono dependencies banshee

1
推荐指数
1
解决办法
670
查看次数

标签 统计

banshee ×2

mono ×2

c# ×1

dependencies ×1

posix ×1