지금은 git에서 banshee를 컴파일하려고 합니다.http://banshee.fm/download/development/, 그러나 실패합니다.
Banshee의 소스 코드에서 뭔가를 고칠 계획이기 때문에 이렇게 하는 것입니다.
./autogen.sh의 실제 출력은 다음과 같습니다.
checking for GST_SHARP... no
configure: error: Package requirements (gstreamer-sharp-1.0 >= 0.99.0) were not met:
No package 'gstreamer-sharp-1.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
gstreamer-sharp를 컴파일하려고 하면:https://github.com/gstreamer-sharp/gstreamer-sharp/tree/1.0결과는 다음과 같습니다.
checking for GLIB_SHARP... no
configure: error: Package requirements (glib-sharp-3.0 >= 2.99.4) were not met:
Requested 'glib-sharp-3.0 >= 2.99.4' but version of GLib is 2.99.3
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GLIB_SHARP_CFLAGS
and GLIB_SHARP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
이 문제를 해결하려면 어떻게 해야 합니까?