[Github-comments] [geany/geany] using Geany with R and compiled code (#2532)

Jan Gorecki notifications at xxxxx
Sun Jun 21 18:48:49 UTC 2020


@elextr Thanks for feedback.

I tried to use commands I seen during my compilation:
```
gcc -I"/usr/share/R/include" -DNDEBUG    -fopenmp -fpic  -O3 -mtune=native -c %f%
```
and it looks to work
```
gcc -I"/usr/share/R/include" -DNDEBUG    -fopenmp -fpic  -O3 -mtune=native -c "bmerge.c" (in directory: /home/jan/git/data.table/src)
Compilation finished successfully.
```
The thing is that I am not getting real-time response about errors.
I tried to put some code that uses an undeclared variable and no lines are getting marked as invalid. To spot the issue in the code I have to run compilation of the file again.
Maybe I just expect to much and such a real-time response about invalid code is not among the features of Geany?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2532#issuecomment-647166256
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20200621/abca4c02/attachment.htm>


More information about the Github-comments mailing list