Unable to include header files
Posted by ammendes on Apr 22, 2022; 10:10pm
URL: https://forum.jogamp.org/Unable-to-include-header-files-tp4041731.html
Hi all,
I've been using JOCL with success to GPU-accelerate my Java algorithms.
It seems I'm unable to include header files (e.g., #include <stdio.h>). So far I've gotten away with coding with just basic stuff but at this point I need to do some Fourier transforms and would like to use a library (FFTW).
I use IntelliJ IDEA as an IDE and a Macbook Pro with Big Sur.
Any pointers on how to include these libraries?