|
From: | Friedrich Beckmann |
Subject: | PSPP-BUG: [bug #47143] MacOS build: src/libpspp/automake.mk produces version.c with syntax errors |
Date: | Sun, 14 Feb 2016 13:42:48 +0000 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4 |
URL: <http://savannah.gnu.org/bugs/?47143> Summary: MacOS build: src/libpspp/automake.mk produces version.c with syntax errors Project: PSPP Submitted by: beckmanf Submitted on: So 14 Feb 2016 13:42:47 GMT Category: Compilation/Portability Severity: 5 - Average Status: None Assigned to: None Open/Closed: Open Discussion Lock: Any Release: None Effort: 0.00 _______________________________________________________ Details: The MacOS build produces the following version.c file #include "version.h" const char bare_version[] = "0.9.0"; const char version[] = "GNU pspp 0.9.0"; const char announced_version[] = "GNU pspp 0.9.0" " This is an unreleased test version. It is not recommended for production use. Use at your own risk" ; const char host_system[] = "x86_64-apple-darwin15.3.0"; which ends up in a syntax error for the line with "announced_version". This is due the behavior of src/libpspp/automake.mk after commit: http://git.savannah.gnu.org/cgit/pspp.git/commit/src/libpspp/automake.mk?id=25e76c9c37c623a3eced22d23a60befb0067de68 where echo is used to produce the code line. It seems that on OSX new lines are produced. Friedrich _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?47143> _______________________________________________ Nachricht gesendet von/durch Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |