I have a couple variable exports in my bashrc file. I add LIBRARY_PATH and 
C_PATH and add the paths to my homemade libraries so that I don't always have 
to include the 'L' option for compiling.
Is there a way to add this to Geany? For example, I have a csv file library, 
and I
#include <csv.h>
No problems compiling in a separate terminal, but when I try to build in Geany, 
I get the error:
<file>.c:x:y: fatal error: csv.h: No such file or directory.
_______________________________________________
Users mailing list -- users@lists.geany.org
To unsubscribe send an email to users-le...@lists.geany.org

Reply via email to