On Tue, 20 Mar 2012, Alexander Hansen wrote: >> -------------------------------------- >> #!/bin/sh >> export DYLIB_LIBRARY_PATH=/opt/local/lib:/sw/lib/:/sw/lib/mono/2.0 >> date >> >> export MONO_PATH=$MONO_PATH:/sw/lib/mono/gtk-sharp-2.0 >> >> /sw/bin/mono xbgmsharp.exe >> --------------------------------------
>> Glade MyGui Init error: Path is empty >> > /opt/local is where Macports installs stuff by default; the script appears to > be trying to allow users to mix Macports and Fink. > > Maybe try running the script with "bash ./xbgmsharp.mac.sh", or even just > "./xbgmsharp.mac.sh". It seems like something is getting unset, since the > built-in "date" command isn't being found. Well, I got part of the problem fixed -- the file was in DOS format, and the ^M's was confusing that. Saved it as Unix, and date and the rest was recognized. However, I continue to get the "Glade MyGui Init error: Path is empty" error. Now, doing some reading, I've learned that Glade is used to design GTK+ UI's, so I suppose there's something that needs to be installed/referenced for compiled GTK# programs with that sort of UI to run. Is it something already in fink that I should just get downloaded and installed, or would it be somewhere else? Thanks again, --- Philip Philip Moyer ---------------Qapla'------------ [email protected] "To boldly go where no one has gone before!"-Capt. J. L. Picard "Roads? Where we're going we don't NEED roads!"-Dr. E. L. Brown "If it can be dreamed, It can be done."- ReRob Mandeville "Someday we'll find it, the Rainbow Connection, The Lovers, ---------- The Dreamers, and Me."- Kermit The Frog ------------ ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
