GTKsourceview# does not recognize gnome-sharp
Hello, I do not know if I sent a message similar to this one, but I absolutely need help! Indeed, I try to install (for mono & monodevelop) GTKsourceview# which does not recognize gnome#; the error message is: checking for GTK_SHARP... configure: error: Package requirements (gnome-sharp-2.0 >= 1.9.3) were not met: No package 'gnome-sharp-2.0' 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 GTK_SHARP_CFLAGS and GTK_SHARP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. the versions are 2.0-0.11 for gtksourceview# and 2.16 for gnome-sharp. I have modified the variable PKG_CONFIG_PATH, which value is /opt/local/bin/mcs, but without any success. Can somebody help me? thank you, lolveley.
On Jul 19, 2007, at 00:54, olivier SAINT-EVE wrote:
I do not know if I sent a message similar to this one, but I absolutely need help! Indeed, I try to install (for mono & monodevelop) GTKsourceview# which does not recognize gnome#; the error message is:
checking for GTK_SHARP... configure: error: Package requirements (gnome-sharp-2.0 >= 1.9.3) were not met:
No package 'gnome-sharp-2.0' found
Which parts are you building with MacPorts and which ports are you building manually? I see there is a port "gnome-bindings-csharp". Is that what you need? Is that port installed?
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables GTK_SHARP_CFLAGS and GTK_SHARP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
the versions are 2.0-0.11 for gtksourceview# and 2.16 for gnome-sharp.
I have modified the variable PKG_CONFIG_PATH, which value is /opt/ local/bin/mcs, but without any success.
The correct type of value for PKG_CONFIG_PATH would be something like: /opt/local/lib/pkgconfig But of course, setting it to that value will only help you if a pkg- config file for the desired software is in fact present in that directory, and such a file will only be there if you've installed the relevant port.
Ryan, Thank you for your answer. I can't solve this issue now because I have another thing to do, but I will treat this as soon as possible, and I will give you the results. lolveley.
Hi ryan, I'm back again! I will answer to your questions: -the problem is : gtksourceview# does not recognizes gnome#. I try to install both manually (for gnome# it's done) -I had a look to the directory /opt/local/lib/pkgconfig, and I found gtksourceview# but not gnome#. This is the origin of the error?Should I copy this file, and in that case where can I find this file? lolveley.
Hi ryan, I'm back again! I will answer to your questions: -the problem is : gtksourceview# does not recognizes gnome#. I try to install both manually (for gnome# it's done) -I had a look to the directory /opt/local/lib/pkgconfig, and I found gtksourceview# but not gnome#. This is the origin of the error?Should I copy this file, and in that case where can I find this file? lolveley. _______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
participants (2)
-
olivier SAINT-EVE
-
Ryan Schmidt