pspp-dev
[Top][All Lists]
Advanced

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

Re: GUI update


From: Jason Stover
Subject: Re: GUI update
Date: Mon, 19 Dec 2005 16:52:41 +0000
User-agent: Mutt/1.4.2.1i

On Mon, Dec 19, 2005 at 11:41:45AM +0800, John Darrington wrote:
> On Mon, Dec 19, 2005 at 12:58:14AM +0000, Jason Stover wrote:
>      
>      I just tried it by hand and got the same problem in configure. I will 
> keep searching
>      for the problem.
>      
> 
> Does it help if you do 
> 
> make -f Smake clean 

I still get the poisoned lines in configure:

PKG_CHECK_MODULES(PACKAGE, gtk+-2.0 >= 2.6.0)
PKG_CHECK_MODULES(GLADE, libglade-2.0)

I commented these lines out and built psppire after fixing the
following trouble:

gtk+ 2.8 installed itself in /usr/lib/libgtk-x11-2.0.{la,so,a},
not /usr/lib/libgtk.{la,so,a}, and glade did something similar. 
So I had to add this to src/Makefile:

        -lglade-2.0 \
        -lgtk-x11-2.0 \

Since this is a gtk and glade installation idiosyncrasy, it probably
isn't anything we need to fix, but I thought I'd mention it in case
anyone else had the same problem.

By the way, the gui looks good. 

-Jason

-- 
address@hidden
SDF Public Access UNIX System - http://sdf.lonestar.org




reply via email to

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