[Geany] Specified compiler in custom filetype doesn't work

Eugenio Rustico jfrusciante at xxxxx
Fri May 6 21:40:57 UTC 2011


  Hi,
I created a custom filetype (filetypes.CUDA.conf), added CUDA-specific
keywords, and at the end:

---
[build_settings]
compiler=nvcc -c "%f"
linker=nvcc "%f"
run_cmd="./%e"

[build-menu]
FT_00_LB=nvcc
FT_00_CM=nvcc -o "%e" "%f"
FT_00_WD=
---

If I load a .cu file, the filetype is recognized and the correct
highlighting is used. However, while the build-menu section is parsed
and used correctly, the [build_settings] section seems not: when I
compile a .cu file a make is executed instead (while there is no
Makefile at all).

Is it my fault, or bug?
Thanks!

  Eugenio R.



More information about the Users mailing list