octave-maintainers
[Top][All Lists]
Advanced

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

Re: Build error


From: Judd Storrs
Subject: Re: Build error
Date: Thu, 16 Apr 2009 15:49:53 -0400

Installing 'libftgl-dev' package fixed the FLTK errors for me (Ubuntu 9.04 pre-release/based on lenny).

qrupdate isn't in ubuntu, but I was also able to grab and install the qrupdate packages from debian testing. 'make check' after building didn't find any problems. Other than assuming that 'make check' tests qrupdate, I don't have any ideas how specifically to test that the qrupdate code is working.

--judd

On Thu, Apr 16, 2009 at 3:28 PM, Robert T. Short <address@hidden> wrote:
I have a couple of questions.

- Does "qrupdate" exist on a debian "lenny" system or do I have to find it and build it myself?

- I have the following build problem that seems to occur when I include fltk in the build.



g++ -c -fPIC -I. -I.. -I../liboctave -I../src -I../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -Wformat -g -O2 ./DLD-FUNCTIONS/find.cc -o pic/find.o
g++ -shared -o find.oct pic/find.o -L../libcruft -lcruft -L../liboctave -loctave -L. -loctinterp -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -llapack -lblas -lfftw3 -lfftw3f -larpack -lreadline -lncurses -ldl -lblas -lhdf5 -lz -lm -L/usr/lib/gcc/i486-linux-gnu/4.3.2 -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../.. -lhdf5 -lz -lgfortranbegin -lgfortran -lm
g++ -c -fPIC -I. -I.. -I../liboctave -I../src -I../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -Wformat -g -O2 -D_THREAD_SAFE -D_REENTRANT ./DLD-FUNCTIONS/fltk_backend.cc -o pic/fltk_backend.o
./DLD-FUNCTIONS/fltk_backend.cc: In member function ‘virtual void OpenGL_fltk::draw_overlay()’:
./DLD-FUNCTIONS/fltk_backend.cc:144: error: ‘gluOrtho2D’ was not declared in this scope
make[2]: *** [pic/fltk_backend.o] Error 1
make[2]: Leaving directory `/export/home/rtshort/BigFiles/Octave/octave-full/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/export/home/rtshort/BigFiles/Octave/octave-full'
make: *** [all] Error 2


Any ideas?

The attached tarball contains the full logs from the configuration and make scripts.

Bob
--
Robert T. Short
PhaseLocked Systems


reply via email to

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