octave-maintainers
[Top][All Lists]
Advanced

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

Re: failed build from current sources


From: John W. Eaton
Subject: Re: failed build from current sources
Date: Tue, 21 Oct 2008 21:12:28 -0400

On 21-Oct-2008, Ben Abbott wrote:

| > Undefined symbols:
| >  "axes::properties::delete_children()", referenced from:
| >      vtable for axes::propertiesin graphics.o
| >      axes::~axes() in graphics.o
| >      axes::~axes() in graphics.o
| >
| > In the event, I've corrupted my copy, I've deleted it and started a  
| > fresh build.
| >
| > Ben
| 
| my second attempt failed as well.

Does the following changeset solve the problem for you?

Thanks,

jwe

# HG changeset patch
# User John W. Eaton <address@hidden>
# Date 1224637625 14400
# Node ID 8c29549c66deaa521c283e93e7ab60799ed95bc0
# Parent  873ea2c72f16b4f089d721809b419c3c5cc522bb
graphics.h.in (axes::properties::delete_children): Delete decl

diff --git a/src/ChangeLog b/src/ChangeLog
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,6 @@
 2008-10-21  John W. Eaton  <address@hidden>
+
+       * graphics.h.in (axes::properties::delete_children): Delete decl.
 
        * graphics.h.in (gh_manager::is_handle_visible): New function.
        (axes::properites): Move title property after label properties.
diff --git a/src/graphics.h.in b/src/graphics.h.in
--- a/src/graphics.h.in
+++ b/src/graphics.h.in
@@ -2491,8 +2491,6 @@
 
     void remove_child (const graphics_handle& h);
 
-    void delete_children (void);
-
     const scaler& get_x_scaler (void) const { return sx; }
     const scaler& get_y_scaler (void) const { return sy; }
     const scaler& get_z_scaler (void) const { return sz; }

reply via email to

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