[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building the current development version
From: |
Judd Storrs |
Subject: |
Re: Building the current development version |
Date: |
Wed, 15 Apr 2009 14:31:50 -0400 |
I'm pretty new to the Octave source and this is the first time I've built the development version. I'm having a similar problem (error: ‘gluOrtho2D’ was not declared in this scope) on the pre-release of Ubuntu 9.04 using an hg clone from this afternoon (Apr 15). I was able to get past this particular error and complete the build by adding:
#include <GL/glu.h>
to src/DLD-FUNCTIONS/fltk_backend.cc after the fltk includes (#include <FL/... lines).
--judd
- Re: Building the current development version,
Judd Storrs <=