Alexander,

Thanks for the prompt reply.

I've looked at the log file (and thanks for letting me know that is exists -
I'm still learning about the whole build process so I can solve my own
problems in the future!) an the following appears to be the relevant part:

=======================
...
configure:2284: result: /r:/sw/lib/mono/monodoc/monodoc.dll
configure:2369: checking for gtk-sharp glade-sharp gconf-sharp
configure:2373: result: yes
configure:2377: checking GTK_SHARP_CFLAGS
configure:2380: result:
configure:2383: checking GTK_SHARP_LIBS
configure:2386: result: -r:/sw/lib/mono/gtk-sharp/art-sharp.dll
-r:/sw/lib/mono/gtk-sharp/glib-sharp.dll
-r:/sw/lib/mono/gtk-sharp/pango-sharp.dll
-r:/sw/lib/mono/gtk-sharp/atk-sharp.dll
-r:/sw/lib/mono/gtk-sharp/gdk-sharp.dll
-r:/sw/lib/mono/gtk-sharp/gtk-sharp.dll
-r:/sw/lib/mono/gtk-sharp/gnome-sharp.dll
-r:/sw/lib/mono/gtk-sharp/gconf-sharp.dll
-r:/sw/lib/mono/gtk-sharp/gconf-sharp-peditors.dll
-r:/sw/lib/mono/gtk-sharp/glade-sharp.dll
configure:2470: checking for gtkhtml-sharp
configure:2579: checking for gecko-sharp = 0.6
configure:2641: error: no HTML display found. You need either gtkhtml or
gecko

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-apple-darwin8.7.1
ac_cv_build_alias=i686-apple-darwin8.7.1
ac_cv_env_CC_set=
...
============================
(I can provide more if useful).

This looks like the same information that was originally displayed.


I note that fink does not contain a gtkhtml-sharp package, and, as
previously stated, gecko-sharp tries to build mono-tools as a dependency -
sounds like a 'deadly embrace' to me!

Thanks

Susan



On 5/8/06 11:17 AM, "Alexander K. Hansen" <[EMAIL PROTECTED]>
wrote:

> On 8/4/06, Susan Mackay <[EMAIL PROTECTED]> wrote:
>> My configuration is a dual-core 2GHz MacBook Pro, 2GB memory with fin
>> selfupdate and update-all run as at (approx) 0100UTC 5/Aug/2006.
>> 
>> I am trying to install several tools that seem to depend on mono-tools, but
>> mono-tools (either as a dependency or if I install it by itself) give me the
>> following:
>> 
>> =======================================
>> 
>> The following package will be installed or updated:
>>  mono-tools
>> dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-mono-tools-1.1.11-1024
>> /sw/src/fink.build
>> dpkg-deb: building package `fink-buildlock-mono-tools-1.1.11-1024' in
>> `/sw/src/fink.build/fink-buildlock-mono-tools-1.1.11-1024_2006.08.05-10.46.2
>> 3_darwin-i386.deb'.
>> Setting build lock...
>> /sw/bin/dpkg-lockwait -i
>> /sw/src/fink.build/fink-buildlock-mono-tools-1.1.11-1024_2006.08.05-10.46.23
>> _darwin-i386.deb
>> Selecting previously deselected package
>> fink-buildlock-mono-tools-1.1.11-1024.
>> (Reading database ... 77189 files and directories currently installed.)
>> Unpacking fink-buildlock-mono-tools-1.1.11-1024 (from
>> .../fink-buildlock-mono-tools-1.1.11-1024_2006.08.05-10.46.23_darwin-i386.de
>> b) ...
>> Setting up fink-buildlock-mono-tools-1.1.11-1024 (2006.08.05-10.46.23) ...
>> gzip -dc /sw/src/mono-tools-1.1.11.tar.gz | /sw/bin/tar -xvf -
>> --no-same-owner --no-same-permissions
>> mono-tools-1.1.11/
>> mono-tools-1.1.11/docbrowser/
>> ....
>> .... (File names deleted to save space)
>> ....
>> mono-tools-1.1.11/asn1view/common/Makefile.am
>> mono-tools-1.1.11/asn1view/common/Makefile.in
>> /var/tmp/tmp.1.seG13m
>> + export lt_cv_sys_max_cmd_len=65536
>> + lt_cv_sys_max_cmd_len=65536
>> + export
>> MONO_PATH=/sw/src/fink.build/mono-tools-1.1.11-1024/mono-tools-1.1.11/browse
>> r:/sw/lib:/usr/lib
>> +
>> MONO_PATH=/sw/src/fink.build/mono-tools-1.1.11-1024/mono-tools-1.1.11/browse
>> r:/sw/lib:/usr/lib
>> + ./configure --prefix=/sw --mandir=/sw/share/man
>> --disable-dependency-tracking
>> checking build system type... i686-apple-darwin8.7.1
>> checking host system type... i686-apple-darwin8.7.1
>> checking target system type... i686-apple-darwin8.7.1
>> checking for a BSD-compatible install... /usr/bin/install -c
>> checking whether build environment is sane... yes
>> checking for gawk... gawk
>> checking whether make sets $(MAKE)... yes
>> checking whether to enable maintainer-specific portions of Makefiles... no
>> checking for a BSD-compatible install... /usr/bin/install -c
>> checking for mcs... /sw/bin/mcs
>> checking for gmcs... /sw/bin/gmcs
>> checking for mono... /sw/bin/mono
>> checking for resgen... /sw/bin/resgen
>> checking for pkg-config... /sw/bin/pkg-config
>> checking for mono-nunit... yes
>> checking NUNIT_CFLAGS...
>> checking NUNIT_LIBS...
>> -r:/sw/lib/pkgconfig/../../lib/mono/1.0/nunit.core.dll
>> -r:/sw/lib/pkgconfig/../../lib/mono/1.0/nunit.framework.dll
>> -r:/sw/lib/pkgconfig/../../lib/mono/1.0/nunit.util.dll
>> checking for monodoc... yes
>> checking MONODOC_CFLAGS...
>> checking MONODOC_LIBS... /r:/sw/lib/mono/monodoc/monodoc.dll
>> checking for gtk-sharp glade-sharp gconf-sharp... yes
>> checking GTK_SHARP_CFLAGS...
>> checking GTK_SHARP_LIBS... -r:/sw/lib/mono/gtk-sharp/art-sharp.dll
>> -r:/sw/lib/mono/gtk-sharp/glib-sharp.dll
>> -r:/sw/lib/mono/gtk-sharp/pango-sharp.dll
>> -r:/sw/lib/mono/gtk-sharp/atk-sharp.dll
>> -r:/sw/lib/mono/gtk-sharp/gdk-sharp.dll
>> -r:/sw/lib/mono/gtk-sharp/gtk-sharp.dll
>> -r:/sw/lib/mono/gtk-sharp/gnome-sharp.dll
>> -r:/sw/lib/mono/gtk-sharp/gconf-sharp.dll
>> -r:/sw/lib/mono/gtk-sharp/gconf-sharp-peditors.dll
>> -r:/sw/lib/mono/gtk-sharp/glade-sharp.dll
>> checking for gtkhtml-sharp... checking for gecko-sharp = 0.6... configure:
>> error: no HTML display found. You need either gtkhtml or gecko
>> ### execution of /var/tmp/tmp.1.seG13m failed, exit code 1
>> Removing build lock...
>> /sw/bin/dpkg-lockwait -r fink-buildlock-mono-tools-1.1.11-1024
>> (Reading database ... 77190 files and directories currently installed.)
>> Removing fink-buildlock-mono-tools-1.1.11-1024 ...
>> Failed: phase compiling: mono-tools-1.1.11-1024 failed
>> 
>> Before reporting any errors, please run "fink selfupdate" and
>> try again.  If you continue to have issues, please check to see if the
>> FAQ on fink's website solves the problem.  If not, ask on the fink-users
>> or fink-beginners mailing lists.  As a last resort, you can try e-mailing
>> the maintainer directly:
>> 
>>     Benjamin Reed <[EMAIL PROTECTED]>
>> 
>> Note that many fink package maintainers do not (yet) have access to OS X on
>> Intel hardware, so you may have better luck on the mailing lists.
>> 
>> 
>> =========================================
>> 
>> 
>> Now, I have tried to install gtkhtml (I have versions with no number, 1.1, 3
>> and 3.8.15 listed and I've tried them all!) which build OK but make no
>> difference to mono-tools.
>> 
>> I can only find gecko-sharp listed in fink, but it wants to first build
>> mono-tools!!!!!
>> 
>> 
>> 1) why are the dependencies that mono-tools has on gtkhtml and/or gecko not
>> determined when the mono-tools installation first starts?
>> 
>> 2) what products do I actually need to install to allow mono-tools to build?
>> 
>> Thanks
>> 
>> Susan
>> 
>> 
>> 
> 
> check the config.log file in the mono-tools build directory and see
> what it it's looking for when the error occurs--that should help pin
> down the missing dependency.
> 
> It _should_ do it automatically, but things do get overlooked.



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to