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

-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org


_______________________________________________
pspp-dev mailing list
pspp-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to