« Registry: Register .soap files as XML | Main | Upgrading FreeBSD Ports with portupgrade »
January 15, 2004
MONO_PATH Environment Variables
Chris says:
I'm trying to do an install of the new monodoc-0.9 and keep getting some sort of dependency error. I do the following:
1. ./configure
2. make -> and it blows up here.
I've tried to figure this out on my own for several hours now and to my
ability it looks like everything is in the right places.
Any help is appreciated.
The message become error message and spit out this:
error CS0006: Cannot find assembly `gtkhtml-sharp.dll'
Log:
error CS0006: Cannot find assembly `gtk-sharp.dll'
Log:
error CS0006: Cannot find assembly `glade-sharp.dll'
Log:
error CS0006: Cannot find assembly `glib-sharp.dll'
Log:
error CS0006: Cannot find assembly `pango-sharp.dll'
Log:
error CS0006: Cannot find assembly `gdk-sharp.dll'
Log:
error CS0006: Cannot find assembly `atk-sharp.dll'
Log:
Compilation failed: 7 error(s), 0 warnings
make[1]: *** [browser.exe] Error 1
make[1]: Leaving directory `/usr/src/monodoc-0.9/browser'
make: *** [all-recursive] Error 1
This should solve the problem:
export MONO_PATH=/usr/lib
and if that fails:
export MONO_PATH=/usr/lib:/usr/local/:lib
The key being you have to export environment variables. That's it.
Posted by 0xFF3300 at January 15, 2004 05:22 PM
Trackback Pings
TrackBack URL for this entry:
http://www.dudeforce.net/cgi-bin/mt-tb.cgi/17
Listed below are links to weblogs that reference MONO_PATH Environment Variables:
Comments
"Show me a good loser, and I'll show you a loser."
-- Vince Lombardi, football coach
fioricet for headache "I may be synthetic, but I'm not stupid"
-- the artificial person, from _Aliens_
fioricet
Posted by: Ron Benfield at September 7, 2004 01:17 AM
Post a comment
Thanks for signing in, . Now you can comment. (sign out)
(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)