[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PSPP-BUG: PSPP: "Make" and "Make check" failure.
From: |
Ben Pfaff |
Subject: |
Re: PSPP-BUG: PSPP: "Make" and "Make check" failure. |
Date: |
Tue, 2 Apr 2019 04:13:22 -0700 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
On Tue, Apr 02, 2019 at 01:49:21AM +0000, Gino Delbridge wrote:
> I am currently trying to download PSPP for a project that I am doing
> for a teacher at UCCS. I saw in the instructions that I should send an
> e-mail if there was an error during the make process. I hope there is
> a fix to this since I have been trying to fix it for a while. I will
> have a picture of the error attached to this e-mail.
Thanks for the report.
The error shows a line in the source code in
src/ui/gui/psppire-data-editor.c as:
#include <"config.h">
This is odd, because the line in the source code is actually:
#include <config.h>
Do you have any idea how it could have been changed?