« Return to Thread: Latest from hg on OSX

Re: Latest from hg on OSX

by Carlo de Falco-2 :: Rate this Message:

Reply to Author | View in Thread


On 11/giu/08, at 14:32, octave-maintainers-request@... wrote:

> ------------------------------
>
> Message: 3
> Date: Tue, 10 Jun 2008 14:43:15 -0700
> From: Ben Abbott <bpabbott@...>
> Subject: Re: Latest from hg on OSX
> To: Thomas Treichl <Thomas.Treichl@...>
> Cc: Octave Maintainers List <octave-maintainers@...>
> Message-ID:
> <2935FB5E-011A-1000-E9E8-8400755E330C-Webmail-10013@...>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Thomas,
>
> Might the current hg compile with fltk-aqua 1.1.7-1001? ... or is  
> 1.1.9 required? ... perhaps fltk-aqua won't work either and I'll  
> need fltk-x11?
>
> If fltk-aqua 1.1.7-1001 is all that is needed, it should be a fairly  
> simple task to get the current hg version working using Fink for the  
> dependencies.
>
> Ben

Hi,

I recently posted on the help-list as I had missed this thread...
I have been trying to build latest hg sources against fltk-aqua
from fink.

1) I am using the following flags:

./configure LDFLAGS="-L/sw/lib -framework OpenGL" CPPFLAGS="-I/sw/
include -FOpenGL" F77=gfortran FFLAGS="-ff2c" --prefix=/opt/octave/

2) I had to change
#include GL/gl.h    to     #include OpenGL/gl.h
and
#include GL/glu.h   to     #include OpenGL/glu.h
in gl-renderer.h

3) The build is completed but the resulting octave has problems
parsing some m-files. This was already mentioned in another thread,
a workaround seems to be adding some white space at the and of those
files

as for item 2) I haven't seen any other mention of this problem in  
this thread
so I was wondering if I have done something wrong there...

HTH,
c.


 « Return to Thread: Latest from hg on OSX