fredizzimo / infinity_ergodox

Unofficial keyboard firmware for Input Club's Infinity Ergodox
GNU General Public License v2.0
61 stars 16 forks source link

won't build on linux #10

Closed typorian closed 8 years ago

typorian commented 8 years ago

Here is ther error message:

[...] Compiling keymap_plain.c Compiling matrix.c Compiling keymap_common.c Compiling led.c Compiling user_hooks.c Compiling gdisp_lld_ST7565.c ./drivers/gdisp/st7565ergodox/gdisp_lld_ST7565.c:37:48: fatal error: drivers/gdisp/ST7565ergodox/st7565.h: No such file or directory

include "drivers/gdisp/ST7565ergodox/st7565.h"

                                            ^

compilation terminated. make: *\ [build/obj/gdisp_lld_ST7565.o] Error 1

fredizzimo commented 8 years ago

Hi,

I don't have access to my computer right now. But the fix should be to change the include in gdisp_lld_ST7565.c from #include "drivers/gdisp/ST7565ergodox/st7565.h" to #include "drivers/gdisp/st7565ergodox/st7565.h". Notice the lowercase st.

typorian commented 8 years ago

This works, thank you.

fredizzimo commented 8 years ago

Fixed by commit 10f3353e5e92d74ec7b704460ce6ffd6731fe1e0