Discussion:
[MonoDevelop] How can I get glib-sharp-2.0?
Yves S. Garret
2013-05-20 04:45:41 UTC
Permalink
Hi, I'm running CentOS 6.4. When I clone a copy of git and then
configured, I got this error:

$ ./configure --prefix=/opt/monodevelop

Configuring package: main
-------------------------
Configuration options:
Running aclocal ...
Running automake --foreign ...
Running autoconf ...
Running ./configure --enable-maintainer-mode --enable-compile-warnings
--prefix=/opt/monodevelop ...
configure: WARNING: unrecognized options: --enable-compile-warnings
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for mono... /opt/mono2/bin/mono
checking for gmcs... /opt/mono2/bin/gmcs
checking for pkg-config... /usr/bin/pkg-config
checking for update-mime-database... /usr/bin/update-mime-database
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking pkg-config is at least version 0.9.0... yes
checking for UNMANAGED_DEPENDENCIES_MONO... yes
checking for mono... /opt/mono2/bin/mono
checking for dmcs... /opt/mono2/bin/dmcs
checking for GLIB_SHARP... configure: error: Package requirements
(glib-sharp-2.0 >= 2.12.8) were not met:

No package 'glib-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 GLIB_SHARP_CFLAGS
and GLIB_SHARP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


I specified that the sharp devel library was installed in /usr/local... but
it's still not configuring. What should I do next?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20130520/e993eb5b/attachment.html>
Yves S. Garret
2013-05-20 16:47:21 UTC
Permalink
Ooops, did not do reply all.

---------- Forwarded message ----------
From: Yves S. Garret <yoursurrogategod at gmail.com>
Date: Mon, May 20, 2013 at 12:37 PM
Subject: Re: [MonoDevelop] How can I get glib-sharp-2.0?
To: Ian Norton <ian.norton-badrul at thales-esecurity.com>


One more update, I followed this example and got mono and monodevelop
to install... now... I can't find where yum installed monodevelop...

http://fealves78.blogspot.com/2012/08/install-mono-and-monodevelop-on-centos.html


On Mon, May 20, 2013 at 12:07 PM, Ian Norton <
Is there a gtk-sharp dev package?
Ian
Hi,
I downloaded and installed this: gtk-sharp2-2.12.11-7.fc19.i686.rpm
No improvement. Thoughts?
On Mon, May 20, 2013 at 3:42 AM, Ian Norton
gtk-sharp I recon
Post by Yves S. Garret
Hi, I'm running CentOS 6.4. When I clone a copy of git and then
$ ./configure --prefix=/opt/monodevelop
Configuring package: main
-------------------------
Running aclocal ...
Running automake --foreign ...
Running autoconf ...
Running ./configure --enable-maintainer-mode
--enable-compile-warnings
Post by Yves S. Garret
--prefix=/opt/monodevelop ...
configure: WARNING: unrecognized options: --enable-compile-warnings
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of
Makefiles...
Post by Yves S. Garret
yes
checking for mono... /opt/mono2/bin/mono
checking for gmcs... /opt/mono2/bin/gmcs
checking for pkg-config... /usr/bin/pkg-config
checking for update-mime-database... /usr/bin/update-mime-database
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking pkg-config is at least version 0.9.0... yes
checking for UNMANAGED_DEPENDENCIES_MONO... yes
checking for mono... /opt/mono2/bin/mono
checking for dmcs... /opt/mono2/bin/dmcs
checking for GLIB_SHARP... configure: error: Package requirements
No package 'glib-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
GLIB_SHARP_CFLAGS
Post by Yves S. Garret
and GLIB_SHARP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I specified that the sharp devel library was installed in
/usr/local...
Post by Yves S. Garret
but it's still not configuring. What should I do next?
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20130520/ef3d02d4/attachment.html>
Yves S. Garret
2013-05-20 16:47:38 UTC
Permalink
Ooops, did not do reply all.

---------- Forwarded message ----------
From: Yves S. Garret <yoursurrogategod at gmail.com>
Date: Mon, May 20, 2013 at 12:14 PM
Subject: Re: [MonoDevelop] How can I get glib-sharp-2.0?
To: Ian Norton <ian.norton-badrul at thales-esecurity.com>


Ok, just checked yum again just in case and I do have it, this is what I
got from yum:

Installed Packages
Name : gtk-sharp2
Arch : i686
Version : 2.12.11
Release : 7.fc19
Size : 2.7 M
Repo : installed
From repo : /gtk-sharp2-2.12.11-7.fc19.i686
Summary : GTK+ and GNOME bindings for Mono
URL : http://www.mono-project.com/GtkSharp
License : LGPLv2+
Description : This package provides a library that allows you to build
: fully native graphical GNOME applications using Mono. Gtk#
: is a binding to GTK+, the cross platform user interface
: toolkit used in GNOME. It includes bindings for Gtk, Atk,
: Pango, Gdk.

The version seems to be correct.


On Mon, May 20, 2013 at 12:07 PM, Ian Norton <
Is there a gtk-sharp dev package?
Ian
Hi,
I downloaded and installed this: gtk-sharp2-2.12.11-7.fc19.i686.rpm
No improvement. Thoughts?
On Mon, May 20, 2013 at 3:42 AM, Ian Norton
gtk-sharp I recon
Post by Yves S. Garret
Hi, I'm running CentOS 6.4. When I clone a copy of git and then
$ ./configure --prefix=/opt/monodevelop
Configuring package: main
-------------------------
Running aclocal ...
Running automake --foreign ...
Running autoconf ...
Running ./configure --enable-maintainer-mode
--enable-compile-warnings
Post by Yves S. Garret
--prefix=/opt/monodevelop ...
configure: WARNING: unrecognized options: --enable-compile-warnings
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of
Makefiles...
Post by Yves S. Garret
yes
checking for mono... /opt/mono2/bin/mono
checking for gmcs... /opt/mono2/bin/gmcs
checking for pkg-config... /usr/bin/pkg-config
checking for update-mime-database... /usr/bin/update-mime-database
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking pkg-config is at least version 0.9.0... yes
checking for UNMANAGED_DEPENDENCIES_MONO... yes
checking for mono... /opt/mono2/bin/mono
checking for dmcs... /opt/mono2/bin/dmcs
checking for GLIB_SHARP... configure: error: Package requirements
No package 'glib-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
GLIB_SHARP_CFLAGS
Post by Yves S. Garret
and GLIB_SHARP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I specified that the sharp devel library was installed in
/usr/local...
Post by Yves S. Garret
but it's still not configuring. What should I do next?
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20130520/2eef94c3/attachment.html>
Yves S. Garret
2013-05-20 16:48:14 UTC
Permalink
Ooops, did not do reply all.

---------- Forwarded message ----------
From: Yves S. Garret <yoursurrogategod at gmail.com>
Date: Mon, May 20, 2013 at 12:12 PM
Subject: Re: [MonoDevelop] How can I get glib-sharp-2.0?
To: Ian Norton <ian.norton-badrul at thales-esecurity.com>


This is where I looked for it first:

http://rpm.pbone.net/index.php3/stat/3/srodzaj/1/search/mono(gtk-sharp)

On the mono website, this is what I have:
http://www.go-mono.com/mono-downloads/download.html

I've searched yum and couldn't find it. Am I missing something?


On Mon, May 20, 2013 at 12:07 PM, Ian Norton <
Is there a gtk-sharp dev package?
Ian
Hi,
I downloaded and installed this: gtk-sharp2-2.12.11-7.fc19.i686.rpm
No improvement. Thoughts?
On Mon, May 20, 2013 at 3:42 AM, Ian Norton
gtk-sharp I recon
Post by Yves S. Garret
Hi, I'm running CentOS 6.4. When I clone a copy of git and then
$ ./configure --prefix=/opt/monodevelop
Configuring package: main
-------------------------
Running aclocal ...
Running automake --foreign ...
Running autoconf ...
Running ./configure --enable-maintainer-mode
--enable-compile-warnings
Post by Yves S. Garret
--prefix=/opt/monodevelop ...
configure: WARNING: unrecognized options: --enable-compile-warnings
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of
Makefiles...
Post by Yves S. Garret
yes
checking for mono... /opt/mono2/bin/mono
checking for gmcs... /opt/mono2/bin/gmcs
checking for pkg-config... /usr/bin/pkg-config
checking for update-mime-database... /usr/bin/update-mime-database
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking pkg-config is at least version 0.9.0... yes
checking for UNMANAGED_DEPENDENCIES_MONO... yes
checking for mono... /opt/mono2/bin/mono
checking for dmcs... /opt/mono2/bin/dmcs
checking for GLIB_SHARP... configure: error: Package requirements
No package 'glib-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
GLIB_SHARP_CFLAGS
Post by Yves S. Garret
and GLIB_SHARP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I specified that the sharp devel library was installed in
/usr/local...
Post by Yves S. Garret
but it's still not configuring. What should I do next?
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20130520/432665c0/attachment-0001.html>
Loading...