help-octave
[Top][All Lists]
Advanced

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

Octave 3.4.3 build crashes in gl-render.cc


From: Imam Toufique
Subject: Octave 3.4.3 build crashes in gl-render.cc
Date: Tue, 13 Dec 2011 21:22:49 -0800 (PST)

Hi,
Sorry to bother you all, I really need to get octave 3.4.3 built, and I am getting this error.  I am using fltk 1.1.10, gcc 4.5.0 to build octave 3.4.3; and I am hitting the following error.  Please give me a hand here.
 
thanks again for your help.
 
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/
tools/curl/7.20.0-64/include -I/opt/tools/glpk/4.44/include -I/opt/tools/fftw/3.3alpha1/incl
ude -I/opt/tools/ftgl/2.1.3-rc5/include -I/opt/tools/GraphicsMagick/1.3.7/include -I/opt/
tools/fltk/1.3.0/include -I../libgnu -I../libgnu -I../libcruft/misc -I../liboctave -I../liboctav
e -I. -I. -I/opt/tools/octave_deps/include -I/opt/tools/curl/7.20.0-64/include -I/usr/inte
l/pkgs/glpk/4.44/include -I/opt/tools/fftw/3.3alpha1/include -I/opt/tools/ftgl/2.1.3-rc5/i
nclude -I/opt/tools/GraphicsMagick/1.3.7/include -I/opt/tools/fltk/1.3.0/include -g -O2 -D
HAVE_CONFIG_H -I/usr/include/freetype2 -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -
Wwrite-strings -Wcast-align -Wcast-qual -g -O2 -pthread -g -O2 -MT liboctinterp_la-gl-render.lo -MD
-MP -MF .deps/liboctinterp_la-gl-render.Tpo -c gl-render.cc  -fPIC -DPIC -o .libs/liboctinterp_la-gl
-render.o
In file included from gl-render.h:43:0,
                 from gl-render.cc:33:
graphics.h: In member function 'void base_properties::insert_property(const std::string&, property)'
:
graphics.h:2041:21: error: '__myhandle__' was not declared in this scope
graphics.h: In member function 'bool base_properties::is_modified() const':
graphics.h:2069:59: error: 'is___modified__' was not declared in this scope
graphics.h: In member function 'virtual void base_properties::remove_child(const graphics_handle&)':
graphics.h:2073:11: error: 'children' was not declared in this scope
graphics.h: In member function 'virtual void base_properties::adopt(const graphics_handle&)':
graphics.h:2079:5: error: 'children' was not declared in this scope
graphics.h: In member function 'void base_properties::set_tag(const octave_value&)':
graphics.h:2098:44: error: 'tag' was not declared in this scope
graphics.h: In member function 'Matrix base_properties::get_children() const':
graphics.h:2104:14: error: 'children' was not declared in this scope
graphics.h: In member function 'Matrix base_properties::get_all_children() const':
graphics.h:2109:14: error: 'children' was not declared in this scope
graphics.h: In member function 'Matrix base_properties::get_hidden_children() const':
graphics.h:2114:14: error: 'children' was not declared in this scope
graphics.h: In member function 'void base_properties::set___modified__(const octave_value&)':
graphics.h:2119:53: error: '__modified__' was not declared in this scope
graphics.h: In member function 'void base_properties::reparent(const graphics_handle&)':
graphics.h:2121:55: error: 'parent' was not declared in this scope
graphics.h: In member function 'virtual void base_properties::delete_children(bool)':
graphics.h:2133:7: error: 'children' was not declared in this scope
graphics.h: In member function 'bool base_properties::is_handle_visible() const':
graphics.h:2157:14: error: 'handlevisibility' was not declared in this scope
graphics.h: In member function 'virtual graphics_handle base_graphics_object::get_parent() const':
graphics.h:2341:32: error: 'const class base_properties' has no member named 'get_parent'
graphics.h: In member function 'graphics_handle base_graphics_object::get_handle() const':
graphics.h:2352:32: error: 'const class base_properties' has no member named 'get___myhandle__'
graphics.h: In member function 'void figure::properties::set_toolkit(const graphics_toolkit&)':
graphics.h:3133:27: error: '__myhandle__' was not declared in this scope
graphics.h:3135:7: error: '__graphics_toolkit__' was not declared in this scope
graphics.h: In member function 'virtual void figure::properties::init()':
graphics.h:3300:9: error: 'colormap' was not declared in this scope
graphics.h: In member function 'void figure::properties::set_toolkit(const graphics_toolkit&)':
graphics.h:3133:27: error: '__myhandle__' was not declared in this scope
graphics.h:3135:7: error: '__graphics_toolkit__' was not declared in this scope
graphics.h: In member function 'virtual void figure::properties::init()':
graphics.h:3300:9: error: 'colormap' was not declared in this scope
graphics.h:3301:9: error: 'alphamap' was not declared in this scope
graphics.h:3302:9: error: 'paperposition' was not declared in this scope
graphics.h:3303:9: error: 'pointershapecdata' was not declared in this scope
graphics.h:3304:9: error: 'pointershapehotspot' was not declared in this scope
graphics.h:3305:9: error: 'position' was not declared in this scope
In file included from gl-render.h:43:0,
                 from gl-render.cc:33:





 



reply via email to

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