pspp-dev
[Top][All Lists]
Advanced

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

Re: obsd build include trouble


From: Ben Pfaff
Subject: Re: obsd build include trouble
Date: Sun, 05 Mar 2006 12:17:51 -0800
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Jason Stover <address@hidden> writes:

> $ uname -ap
> OpenBSD math.gcsu.edu 3.8 GENERIC#138 i386 Intel(R) Xeon(TM) CPU 2.80GHz 
> ("GenuineIntel" 686-class)
>
> The following trouble happens with OBSD's make, not GNU make. (It works fine
> with GNU make on this machine.)

I think the problem is the following in src/automake.mk:

    src/%: AM_CPPFLAGS += \
     -I$(top_srcdir)/src/math  \
     -I$(top_srcdir)/src/ui/terminal \
     -I$(top_srcdir)/src/libpspp \
     -I$(top_srcdir)/src/data \
     -I$(top_srcdir)/src/output \
     -I$(top_srcdir)/src/language \
     -I$(top_srcdir)/src/language/lexer \
     -I$(top_srcdir)/src/language/control

This kind of variable definition is GNU make specific.  We should
fix that.

-- 
Ben Pfaff 
email: address@hidden
web: http://benpfaff.org




reply via email to

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