On Sun, Oct 26, 2008 at 02:11:59PM -0400, Alexander Hansen wrote:
> 
> On Oct 26, 2008, at 2:04 PM, [EMAIL PROTECTED] wrote:
> 
> >I just half-solved my problem.
> >
> >Based on the observation that the reason why it was not compiling  
> >was /bin/bash complaining about a parsing error, I checked what  
> >version of bash I had installed:
> >
> >GNU bash, version 2.05b.0(1)-release (powerpc-apple-darwin8.0)
> >Copyright (C) 2002 Free Software Foundation, Inc.
> >
> >This is the version installed by default in /bin/ on my Intel Mac OS  
> >10.4 ? I am surprised to see that it says "powerpc", by the way. I  
> >looked up the fink package list, and noticed there was a newer  
> >version of bash available. I went ahead and installed it in /sw/bin  
> >using fink:
> >
> 
> That's indeed very strange.
> 
> >GNU bash, version 3.2.9(1)-release (i386-apple-darwin8.11.1)
> >Copyright (C) 2005 Free Software Foundation, Inc.
> >
> >Then I temporarily renamed /bin/bash, and replaced it with a symlink  
> >to /sw/bin/bash. Problem solved! Gtkhtml3.14-dev-3.24.0-1 compiled.  
> >Should I file a bug report somewhere?...

Dolt is a hugely brain-dead non-portable non-solution to...well,
everything it would purport to do in the name of being an intelligent
portable solution. It's likely more prone to fail on intel Mac
(because it may think it's a linux box) than on ppc (where it just
gives up). The best solution is to hack ./configure or whatever to
make dolt think it's not a dolt-supported platform, and then it will
fall through to the normal, actually-portable libtool or similar
approach. Our webkit package has one such hack for this.

> >Now, I am not exactly done with compiling GnuCash. It also depends  
> >on evince, which just failed compiling:

Let's keep separate issues separate please, if for no other reason
than it makes other users more able to find "already reported"
bugs. Nothing at all has anything to do with gnucash, and evince build
failures have nothing to do with gtkhtml build failures.

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to