octave-maintainers
[Top][All Lists]
Advanced

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

Re: gl-render.cc: framework OpenGL on MacOSX


From: Ben Abbott
Subject: Re: gl-render.cc: framework OpenGL on MacOSX
Date: Mon, 09 Feb 2009 11:59:47 -0500

On Monday, February 09, 2009, at 10:47AM, "Thomas Treichl" <address@hidden> 
wrote:
>Ben Abbott schrieb:
>> 
>> On Feb 8, 2009, at 4:31 PM, Thomas Treichl wrote:
>> 
>>> Ben Abbott schrieb:
>>>> Looks good!
>>>
>>> Ok, thanks. I attached the changeset to add support for "framework 
>>> OpenGL" on Macs.
>>>
>>> Best regards,
>> 
>> It is possible my email client mangled something, but your changeset did 
>> not apply for me.
>
>Hi Ben,
>
>I've downloaded the attachment from the website archive
>
>http://www-old.cae.wisc.edu/pipermail/octave-maintainers/2009-February/010703.html
>
>and I tried to import it into a fresh copy of the repository on my machine. My 
>latest entry if I call 'hg log' is from Jaroslav today:
>
>   changeset:   8700:314be237cd5b
>   user:        Jaroslav Hajek <address@hidden>
>   date:        Mon Feb 09 13:05:35 2009 +0100
>   summary:     sorting optimizations
>
>After this I did
>
>   $hg import ~/Desktop/attachment.ksh
>
>and it seemed to work. Running 'hg log' again I see
>
>   changeset:   8701:8b00629904c8
>   tag:         tip
>   user:        Thomas Treichl <address@hidden>
>   ...
>
>Can you try this please? Which error message from hg do you get if it still 
>doesn't work?
>
>Best regards,
>
>   Thomas
>

Thanks Thomas ... one day I'll remember to try www-old.cae.wisc.edu/ when the 
email attachment doesn't work for me.

The result of configure is below. 

---------------------------------
Octave is now configured for i386-apple-darwin9.6.0

  Source directory:     .
  Installation prefix:  /sw
  C compiler:           gcc  -mieee-fp  -Wall -W -Wshadow -g -O2
  C++ compiler:         g++  -mieee-fp  -Wall -W -Wshadow -Wold-style-cast -g 
-O2
  Fortran compiler:     /sw/bin/gfortran -g -ff2c -mieee-fp
  Fortran libraries:    /sw/lib/gcc4.3/lib/libgfortran.dylib
  BLAS libraries:       
-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
 
-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
  FFTW libraries:       -lfftw3 -lfftw3f
  GLPK libraries:       -lglpk
  UMFPACK libraries:    -lumfpack
  AMD libraries:        -lamd
  CAMD libraries:       -lcamd
  COLAMD libraries:     -lcolamd
  CCOLAMD libraries:    -lccolamd
  CHOLMOD libraries:    -lcholmod
  CXSPARSE libraries:   -lcxsparse
  ARPACK libraries:     
  QRUPDATE libraries:   
  HDF5 libraries:       -lhdf5
  CURL libraries:       -lcurl
  REGEX libraries:      -L/sw/lib -lpcre
  QHULL libraries:      -lqhull
  OPENGL libraries:     -Wl,-framework -Wl,OpenGL
  FLTK backend libs:    -L/sw/lib/fltk-aqua/lib -L//sw/lib -L/sw/lib -lfltk_gl 
-framework AGL -framework OpenGL -lfltk -lpthread -framework Carbon -framework 
ApplicationServices
  X11 include flags:    /usr/X11/include
  X11 libraries:        
  LIBS:                 -lreadline  -lncurses 
-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
 -lhdf5 -lz -lm  -Wl,-framework -Wl,Carbon
  Default pager:        less
  gnuplot:              gnuplot
  Magick config:        

  Do internal array bounds checking:  false
  Build static libraries:             false
  Build shared libraries:             true
  Dynamic Linking:                    true (dyld)
  Include support for GNU readline:   true
  64-bit array dims and indexing:     false

configure: WARNING: qrupdate not found. The QR & Cholesky updating functions 
will be slow.
configure: WARNING: arpack not found. This will result in a lack of the eigs 
function.
configure: WARNING: GraphicsMagick++ config script not found.  Assuming 
GraphicsMagic++ library and header files are missing, so imread will not be 
fully functional
configure: WARNING: "FTGL library not found. Native renderer will not have 
on-screen text"
configure: WARNING: 
configure: WARNING: I didn't find the necessary libraries to compile native
configure: WARNING: graphics. It isn't necessary to have native graphics
configure: WARNING: but you will have to use gnuplot or you won't be able
configure: WARNING: to use any of Octave's plotting commands
configure: WARNING: 
configure:

NOTE: libraries may be skipped if a library is not found OR
      if the library on your system is missing required features.
---------------------------------




reply via email to

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