LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing Mono-got stuck while installing gtk-sharp (https://www.linuxquestions.org/questions/linux-software-2/installing-mono-got-stuck-while-installing-gtk-sharp-233479/)

chutsu 09-21-2004 03:10 PM

Installing Mono-got stuck while installing gtk-sharp
 
Hi
as you can see I'm trying to install mono, and at the moment I have installed mono, ic, and when it came to gtk-sharp, when I type ./confugre , it says that I'm missing gtkhtml-sharp.dll,gnomedb-sharp.dll andl also gda-sharp.dll.
My question is...where can you get these files??
and what do I do with the files ??
Thanks
Chris

lodder 10-18-2004 11:37 AM

i'm having the same problem plz help

lodder

bilalmughal 01-12-2005 01:09 AM

I'm also having the same problem while installing gtk-sharp
Plz Help Out
Thx

reddazz 01-12-2005 01:46 AM

I used rpm to check which package provides all those files and it's gtk-sharp.

bilalmughal 01-13-2005 04:45 AM

I know that gtk-sharp has all these stuf but the problem is .... i got the message while installing gtk-sharp.... donno wat to do......

Thx
Bilal Mughal

__J 01-13-2005 04:51 AM

exactly what is the error? you may need to set up you paths manually since you are installing into /usr/local

bilalmughal 01-13-2005 04:54 AM

i set both PKG_CONFIG_PATH and MONO_PATH and also run ldconfig as i'm using slackware... and also i'm installing all this from source

Thx
Bilal Mughal

__J 01-13-2005 04:56 AM

what is the output of :

echo $PKG_CONFIG_PATH

IIRC thats all it looks for

bilalmughal 01-13-2005 05:01 AM

i export like /usr/local/lib/pkgconfig and two or two more pkgconfig paths...
thx

__J 01-13-2005 05:03 AM

ok what does it say?

does it fail during compile or configuring?

raven.sorrow 01-18-2005 05:02 PM

I'm an Xfce 4.2.0 user on a slackware 10 box, I have xfce installed fine. But Xfce has som nice installers now and it wants to install the Terminal but that fails because it's missing D-BUS-GLIB so I retreived that and that has since failed twice, once for mono(doc) which as fixed and now for gtk-sharp.

Below is the output of my error:

Code:

Making all in example
make[3]: Entering directory `/home/root/xfce-4.2.0/src/dbus-0.23/mono/example'
/usr/local/bin/mcs --debug --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp -o echo-server.exe ./EchoServer.cs ./Echoer.cs
Package gtk-sharp was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk-sharp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk-sharp' found
error CS8027: Error running pkg-config. Check the above output.
make[3]: *** [echo-server.exe] Error 1
make[3]: Leaving directory `/home/root/xfce-4.2.0/src/dbus-0.23/mono/example'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/root/xfce-4.2.0/src/dbus-0.23/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/root/xfce-4.2.0/src/dbus-0.23'
make: *** [all] Error 2
root@skoll:~/xfce-4.2.0/src/dbus-0.23#

I cannot find gtk-sharp.pc on my system nor can I find a source tarball of it anywhere on the net .... where can I obtain this package so I can continue w/ the dbus building process.

raven.sorrow 01-18-2005 08:25 PM

disreguard .... package found


All times are GMT -5. The time now is 11:17 AM.