#834 closed defect (fixed)
OPenSP-1.5.1 needs patch to compile with gcc-3.4.1
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | ~CVS |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Subject: pkg/25853: textproc/opensp does not compile with gcc 3.4.0 To: None <gnats-bugs@…> From: None <shannonjr@…> List: pkgsrc-bugs Date: 06/07/2004 04:11:25
Number: 25853 Category: pkg Synopsis: textproc/opensp does not compile with gcc 3.4.0 Confidential: no Severity: serious Priority: medium Responsible: pkg-manager State: open Class: sw-bug Submitter-Id: net Arrival-Date: Mon Jun 07 10:12:00 UTC 2004 Closed-Date: Last-Modified: Originator: John R. Shannon Release: NetBSD 2.0_BETA Organization:
netbsd.org
Environment:
System: NetBSD colleen.internal.johnrshannon.com 2.0_BETA NetBSD 2.0_BETA (KERNEL) #0: Fri Jun 4 08:18:35 MDT 2004 root@…:/usr/obj/usr/src/sys/arch/i386/compile/KERNEL i386 Architecture: i386 Machine: i386
Description:
A missing type declaration causes compilation failure.
How-To-Repeat:
Build with wip/gcc-3.4
Fix:
$NetBSD$
--- include/RangeMap.cxx.orig 2000-02-25 09:55:21.000000000 -0700 +++ include/RangeMap.cxx @@ -7,6 +7,7 @@
#include "RangeMap.h" #include "ISet.h" #include "types.h"
+#include "constant.h"
#ifdef SP_NAMESPACE namespace SP_NAMESPACE {
Release-Note: Audit-Trail: Unformatted:
Change History (3)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Added gcc34 patch to build instructions
Patch is already availabe in the patches archive. http://www.linuxfromscratch.org/patches/downloads/OpenSP/OpenSP-1.5.1-gcc34- 1.patch