[Gtk-sharp-list] Problem with Monodevelop and make.sh

Томислав Марковски tome@users.ossm.org.mk
Wed, 25 Aug 2004 22:25:02 +0200


Hello sharpers,

I'm using Monodevelop to make an application. I use .glade file for the
GUI. Everything works fine when I try to compile and run the project
from Monodevelop. My problem is this:
Inside the project's root directory, there's a make.sh file which uses
autotools to compile the project. However, when I try to run "make.sh"
from the console, this is what I get:

make[1]: Entering directory `/home/tome/MonoDevelopProjects/gib'
Checking for package gtk-sharp...yes
Checking for package glade-sharp...yes
Checking for System.dll...no
make[1]: *** [System.dll.check] Error 1
make[1]: Leaving directory `/home/tome/MonoDevelopProjects/gib'
make: *** [Makefile.gib.depcheck] Error 2

Anyone knows why this is happening? I suppose I'm missing some path in
my env. vars, but which one?
Build env: Fedora Core 2, Mono 1.0.1 (installed binaries from Mono
channel via Red Carpet), Monodevelop 0.5

Thank you in advance.