[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #29815] ddd SVN fails to compile on Ubuntu lucid; patch included
From: |
Stephen Warren |
Subject: |
[bug #29815] ddd SVN fails to compile on Ubuntu lucid; patch included |
Date: |
Fri, 07 May 2010 06:29:02 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3 |
URL:
<http://savannah.gnu.org/bugs/?29815>
Summary: ddd SVN fails to compile on Ubuntu lucid; patch
included
Project: DDD
Submitted by: srwarren
Submitted on: Fri 07 May 2010 06:29:01 AM GMT
Category: Build
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: 3.3.12-rc2
_______________________________________________________
Details:
The following patch is required for ddd to compile on Ubuntu lucid:
Index: ddd/strclass.C
===================================================================
--- ddd/strclass.C (revision 7209)
+++ ddd/strclass.C (working copy)
@@ -39,6 +39,7 @@
#include <limits.h>
#include <new>
#include <stdlib.h>
+#include <stdio.h>
void string::error(const char* msg) const
{
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?29815>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #29815] ddd SVN fails to compile on Ubuntu lucid; patch included,
Stephen Warren <=