On Oct 14, 2008, at 02:37, Bart Masschelein wrote: > On 12 Oct 2008, at 23:10, Ryan Schmidt wrote: > >> On Oct 12, 2008, at 15:40, Bart Masschelein wrote: >> >>>>> Bart already did that ;-). Currently I'm figuring out in which >>>>> package glade-sharp is residing. I had it installed previously >>>>> through MacPorts, but it's gone, obviously, as I restarted from >>>>> scratch. >>>> >>>> Not sure! "port search sharp" shows several "sharp" ports but >>>> none with "glade" in the name. >>> >>> True. That's what I found out yesterday as well, but by magic, >>> installing another package, I had libglade.dll (or similar), >>> which did the trick. The only problem is I don't recall which >>> package that was. I guess I will have to look in one of the GTK >>> installations. Or maybe it came with the previous mono version? >>> Not sure, I have to check. First movie time ;-) >> >> If you can locate the file in question, you can use "port >> contents" to figure out what port it came with. e.g., on my system: >> >> $ ls -ld /opt/local/lib/lib*glade* >> drwxr-xr-x 3 rschmidt admin 102 Oct 4 04:49 /opt/local/lib/ >> libglade >> -rwxr-xr-x 2 rschmidt admin 97648 Oct 4 04:47 /opt/local/lib/ >> libglade-2.0.0.0.7.dylib >> lrwxr-xr-x 1 rschmidt admin 24 Oct 4 04:48 /opt/local/lib/ >> libglade-2.0.0.dylib -> libglade-2.0.0.0.7.dylib >> -rw-r--r-- 2 rschmidt admin 117828 Oct 4 04:47 /opt/local/lib/ >> libglade-2.0.a >> lrwxr-xr-x 1 rschmidt admin 24 Oct 4 04:48 /opt/local/lib/ >> libglade-2.0.dylib -> libglade-2.0.0.0.7.dylib >> -rwxr-xr-x 2 rschmidt admin 1458 Oct 4 04:47 /opt/local/lib/ >> libglade-2.0.la >> $ port provides /opt/local/lib/libglade-2.0.dylib >> /opt/local/lib/libglade-2.0.dylib is provided by: libglade2 >> $ > > I found out that glade-sharp is installed when you first install > libglade2, and afterwards gtk-sharp2. If you install the latter > without having installed the former, it seems it does not install > glade-sharp. > > Up to the next weirdness ;-)
Thanks for discovering that. That's a bug. I filed it here: http://trac.macports.org/ticket/16860 _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
