help-octave
[Top][All Lists]
Advanced

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

Re: Yet Another Plotting System for Octave


From: Alexander Barth
Subject: Re: Yet Another Plotting System for Octave
Date: Fri, 19 Jan 2007 09:56:40 -0500
User-agent: Thunderbird 1.5.0.9 (X11/20070102)

Hi Daniel,

Daniel Oberhoff wrote:
> Was this on OsX? Anyhow, on osx to compile the octfiles I need to run
> configure like this:
> 
> CPPFLAGS=-I/usr/X11R6/include LDFLAGS=-L/usr/X11R6/lib/ ./configure
> 

Does this successfully compile yapso?

> because the X11-relevant gl stuff is in the X11R6 tree. There is also
> OpenGL.framework
> but that is for rendering into native windows only I think. 

Thank you for enlightening us! So you don't need to link against the 
OpenGL.framework libraries
explicitly?

> Is there any
> way to tell pkg
> about these additional flags?
> 

I don't think that you can tell pkg directly about these flags (but this would 
be a nice feature).
However, you can use environment variables which will propagate through the 
configure script:

$ export CPPFLAGS=-I/usr/X11R6/include
$ export LDFLAGS=-L/usr/X11R6/lib
$ octave
octave:1> pkg install /absolute/path/to/yapso-0.2.1.tar.gz
octave:2> pkg list all
octave:3> yapso_demo

Can you confirm that this works on Mac OS X? If yes I will add Mac OS X with 
those instructions as
supported platform. Which version of Mac OS X are you actually using?

Thanks
Alex


reply via email to

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