Beside the issue below, find_dll should
return its argument if not on Unix.
This will simplify user code.

--- Oleg Kobchenko <[EMAIL PROTECTED]> wrote:
Subject: Re: [Jbeta] find_dll: OpenGL et al

> In libpath.ijs, changing this line will work for Mac
> 
>   llp=. 2!:5 'LD_LIBRARY_PATH',~'DY'#~UNAME-:'Darwin'
> 
> 
> In gl3.ijs this will allow to use more flexible 
> configs in a standard way for Linux
> 
> require 'libpath'
> 
> elseif. UNAME-:'Linux' do.
>  gl=:  find_dll 'GL'
>  glu=: find_dll 'GLU'
> 
> 
> 
> 
> --- Oleg Kobchenko <[EMAIL PROTECTED]> wrote:
> 
> Re: [Jbeta] cd scalar return and gsgeterror
> 
> > Finally definition of gsgeterror does not work for these reasons:
> > 
> >    gsgeterror
> > 3 : 'if. #j=. glGetError'''' do. wdinfo ''OpenGL'';gluErrorString j end.'
> > 
> > It should be (unless cd fixed)
> > 
> > gsgeterror=: 3 : 'if. #j=. glGetError$0 do. wdinfo ''OpenGL'';memr 0 
> > _1,~0{::gluErrorString j
> > end.'
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to