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: John W. Eaton
Subject: Octave 3.4.3 build crashes in gl-render.cc
Date: Wed, 14 Dec 2011 13:21:29 -0500

On 13-Dec-2011, Imam Toufique wrote:

| 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.

You do realize that all people working on Octave and answering
questions here are volunteers, correct?

| 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

Based on this error, it looks like the graphics.h file was not
correctly generated from graphics.h.in by the genprops.awk script.
You need to find out why that failed.

jwe


reply via email to

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