On Mar 8, 2007, at 10:26 AM, Benjamin Reed wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Bret Naylor wrote:
>
>> #!/bin/sh -ev
>>
>>    export M4=/usr/bin/gm4
>
> oh!  hah, this still has the /usr/bin/gm4 thing I had you add.  :)
> Take that out, so it finds the fink one.
>

This is weird.  In the file /sw/fink/dists/unstable/main/finkinfo/ 
gnome/libbonobo2.info, the CompileScript section contains

CompileScript: <<
   autoreconf -f
   PERL_PATH=/usr/bin/perl ./configure %c
   make
<<

so it doesn't have the lines you asked us to add.  But when I try to  
install libbonobo2, fink somehow includes those edits.  I don't know  
where it is finding them.  However, after I installed the new m4  
package, I did copy /sw/bin/gm4 to /usr/bin/gm4.  They give the  
following version info:

dhcp-116-238:~ naylor$ /sw/bin/gm4 --version
GNU M4 1.4.8
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There  
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR  
PURPOSE.

Written by Rene' Seindal.

dhcp-116-238:~ naylor$ /usr/bin/gm4 --version
GNU M4 1.4.8
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There  
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR  
PURPOSE.

Written by Rene' Seindal.


> Also...
>
>> ./configure: line 2496: syntax error near unexpected token `0.35.0'
>> ./configure: line 2496: `IT_PROG_INTLTOOL(0.35.0)'
>
> What version of intltool do you have installed?  'fink list intltool'

Here's what I get when I 'fink list intltool'

Information about 6913 packages read in 2 seconds.
i   intltool                                  
0.35.5-101                     Internationalize various kinds of data  
files
      intltool-debian                          0.30 
+20040213-2                Help i18n of RFC822 compliant config files

I presume that means I have intltool version 0.35.5-101 installed.

Bret


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to