Skip to content
Prev 10722 / 15075 Next

rgl for R-devel

Duncan,

I didn't look at the code, but the approach seems strange - if you use something from the GLKit framework then the include should be

#include <GLKit/GLKMathUtils.h>

without specifying -I... You should never have the need to include the "Headers" directory directly (other than cases where the framework contains non-framework headers like R does) since frameworks are searched automatically when referenced.


@Roger: on 10.9.2 (darwin 13.1.0 - which matches your build) I see
$ ls -l /System/Library/Frameworks/GLKit.framework/Headers/
total 16
-rw-r--r--  1 root  wheel   7327 Apr 11 05:49 GLKBaseEffect.h
-rw-r--r--  1 root  wheel   1435 Apr 11 05:49 GLKEffectProperty.h
[...]
-rw-r--r--  1 root  wheel   1224 Apr 11 05:49 GLKMathUtils.h
[...]

Cheers,
Simon
On Jul 18, 2014, at 9:07 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: