I installed the newest mono and monodoc per Benjamin's suggestion. It
requires mono-tools for monodoc to work, so I went to install it.

Making all in common
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
make[1]: Nothing to be done for `all-am'.
/bin/rm -rf /sw/src/fink.build/root-mono-tools-1.0-1
/bin/mkdir -p /sw/src/fink.build/root-mono-tools-1.0-1/sw
/bin/mkdir -p /sw/src/fink.build/root-mono-tools-1.0-1/DEBIAN
/usr/sbin/chown -R root:admin /sw/src/fink.build/root-mono-tools-1.0-1
/var/tmp/tmp.2.t4obPn
+ export 
DYLD_FALLBACK_LIBRARY_PATH=/sw/src/fink.build/root-mono-tools-1.0-1/sw/lib:/usr/lib
+ 
DYLD_FALLBACK_LIBRARY_PATH=/sw/src/fink.build/root-mono-tools-1.0-1/sw/lib:/usr/lib
+ make install DESTDIR=/sw/src/fink.build/root-mono-tools-1.0-1
Making install in po
/sw/src/fink.build/root-mono-tools-1.0-1/sw/share
make[1]: /sw/src/fink.build/root-mono-tools-1.0-1/sw/share: Command not found
make[1]: *** [install-data-yes] Error 127
make: *** [install-recursive] Error 1
### execution of /var/tmp/tmp.2.t4obPn failed, exit code 2
Removing build lock...
/sw/bin/dpkg-lockwait -r fink-buildlock-mono-tools-1.0-1
(Reading database ... 52145 files and directories currently installed.)
Removing fink-buildlock-mono-tools-1.0-1 ...
Failed: phase installing: mono-tools-1.0-1 failed

[...]

$ fink list mono
Information about 4829 packages read in 3 seconds.
 i   gtk-sharp-mo...  1.0.10-2     Documentation for GTK#
    libgmonopd       0.3.0-13     Embedded server for gtkmonop
    libgmonopd-s...  0.3.0-13     Embedded server for gtkmonop
 i   mono             1.1.8.3-21   .NET-compatible CIL engine
 i   mono-dev         1.1.8.3-21   .NET-compatible CIL engine
    mono-tools       1.0-1        Tools for use with the Mono runtime
 i   mono-xsp         1.0.9-2      Mono ASP.Net web server
    monodevelop      0.7-22       Integrated Development Environment for C#
 i   monodoc          1.0.7-1      Mono class documentation and browser
    monopd           0.9.2-1      Monopoly-like game server
    monotone         0.22-1       Distributed version control system

Thanks for any insight.

On 8/18/05, Martin Costabel <[EMAIL PROTECTED]> wrote:
> Travis Smith wrote:
> > Monodoc fails to run for me. Does anyone have any suggestions on where
> > to start with this? There was something about using gnome-vfs2-ssl and
> > monodevelop, but I'm not using gnome-vfs2 ssl packages. Thanks.
> >
> > $ monodoc
> > dyld: lazy symbol binding failed: Symbol not found: __
> >   Referenced from: /sw/lib/libgtkhtml-3.1.11.dylib
> >   Expected in: dynamic lookup
> 
> There is something fishy in libgtkhtml.dylib, and I am seeing this too:
> It has an undefined symbol with the funny name "__" which should not be
> there. I can see where it comes from, but my rudimentary knowledge of C
> doesn't allow me to find out whose fault this is. The line in question is
> 
>    g_printerr (_("Mozilla url dropped on Composer had wrong format (%d)
> or length (%d)\n"),
> 
> The compiler says the following about this:
> 
> gtkhtml.c:2531: warning: implicit declaration of function `_'
> gtkhtml.c:2533: warning: passing arg 1 of `g_printerr' makes pointer
> from integer without a cast
> 
> So it seems that the compiler doesn't understand this construction where
> a string is given by
> 
>     _("...")
> 
> It interprets the prepended underscore as an unknown function.
> 
> I don't understand it either, but I hope someone with a formal education
> in C or C++ can explain what it means. Google tells me that this
> construction is quite common for displaying error messages.
> 
> --
> Martin
> 
> 


-- 
~Travis


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to