pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS compilation difficulty


From: John Darrington
Subject: Re: CVS compilation difficulty
Date: Fri, 15 Dec 2006 08:46:01 +0900
User-agent: Mutt/1.5.9i

On Thu, Dec 14, 2006 at 03:27:24PM -0800, Ben Pfaff wrote:
     >       
     >      The offending region in the configure script is:
     >      
     >      if test x"$with_gui" != x"no" ; then
     >       PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.6.0)
     >       PKG_CHECK_MODULES(GLADE, libglade-2.0)
     >      fi
     > This suggests that you don't have the pkg.m4 module.  However, if
     > you're not interested in building the GUI, then you can run configure
     > using "./configure --without-gui" and it should work just fine.
     
     Well, unfortunately, if you don't have pkg.m4 when you run
     autoconf, the above calls make it literally into the generated
     configure script, and Bash will then reject them even with
     --without-gui. 

I didn't think it would.  Since bash is interpreted, if the test
x"$with_gui" != x"no" fails, then the PKG_CHECK_MODULES lines never
make it to the interpreter ??

J'

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]