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: David Bateman
Subject: Re: failed build from current sources
Date: Wed, 22 Oct 2008 03:11:01 +0100
User-agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724)

Ben Abbott wrote:

On Oct 21, 2008, at 8:03 PM, 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.

Ben


This metod was deleted but a reference to it remains in the header file. A change like


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; }

should fix the issue (unchecked)...

D.

--
David Bateman                                address@hidden
35 rue Gambetta                              +33 1 46 04 02 18 (Home)
92100 Boulogne-Billancourt FRANCE            +33 6 72 01 06 33 (Mob)


reply via email to

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