Chorn Sokun wrote: > Hmm, seem like I ran into another problem I can't I tried to build > gtk-sharp running > ./configure --prefix=/opt/mono yield the following error > > checking for MONO_DEPENDENCY... no > checking for gacutil... /usr/bin/gacutil > checking for al... no > configure: error: No al tool found. You need to install either the mono > or .Net SDK. > > How can I pass this error?
Assuming you've installed mono to /opt/mono successfully, try this: PKG_CONFIG_PATH=/opt/mono/lib/pkgconfig ./configure -- Alex > > On Thu, Jan 14, 2010 at 11:23 PM, Chorn Sokun <[email protected] > <mailto:[email protected]>> wrote: > > > Hm... did you try: > > sudo apt-get build-dep libgdiplus > > After this it should be as easy as ./configure; make; make install. > > Hooray ! this work perfect now libgdiplus-2.6 waiting for mono to > finish it make install > Thanks @Alex > > -- > Cheers, > Alex > > > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
