gpt4 book ai didi

macos - 在 Mac 上为 Mono 配置 PKG_CONFIG_PATH

转载 作者:行者123 更新时间:2023-12-04 20:45:14 29 4
gpt4 key购买 nike

我在 Mac OS X 上工作,我正在尝试从网站 Mono Basics 运行以下代码:

using Gtk;
using System;

class Hello {
static void Main()
{
Application.Init ();

Window window = new Window ("helloworld");
window.Show();

Application.Run ();
}
}

然后我使用以下命令进行编译:
    gmcs hellogtk.cs -pkg:gtk-sharp-2.0

我收到以下错误:
Package gtk-sharp-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk-sharp-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk-sharp-2.0' found
error CS8027: Error running pkg-config. Check the above output.

我不知道包目录在我的计算机上的位置,所以我不知道将 PKG_CONFIG_PATH 设置为什么。你们有没有人在 Mac OS X 上使用 Mono,你能指出我正确的方向,这些文件所在的位置以及我应该将 PKG_CONFIG_PATH 设置为什么?

最佳答案

您要确保您的 pkg-config 包括:

/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig/

我们默认提供的 pkg-config 确实包含此内容,因此您的 PATH 中可能有 macports 或 fink 在我们之前。

关于macos - 在 Mac 上为 Mono 配置 PKG_CONFIG_PATH,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4420063/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com