MCMrARM / mbp2018-bridge-drv

A driver for MacBook models 2018 and newer, which makes the keyboard, mouse and audio output work.
131 stars 54 forks source link

Doesn't build out of the box #27

Open huynhp24 opened 1 year ago

huynhp24 commented 1 year ago

Hello, I'm new to linux and I'm setting ubuntu up on my Macbook Pro 15.

When I run sudo make I get this:

$ sudo make
make -C /lib/modules/6.2.0-32-generic/build M= modules
make[1]: Entering directory '/usr/src/linux-headers-6.2.0-32-generic'
  SYNC    include/config/auto.conf.cmd
  LEX     scripts/kconfig/lexer.lex.c
/bin/sh: 1: flex: not found
make[3]: *** [scripts/Makefile.host:9: scripts/kconfig/lexer.lex.c] Error 127
make[2]: *** [Makefile:711: syncconfig] Error 2
Makefile:789: include/config/auto.conf.cmd: No such file or directory
make[1]: *** [Makefile:812: include/config/auto.conf.cmd] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-6.2.0-32-generic'
make: *** [Makefile:10: all] Error 2
huynhp24 commented 1 year ago

@MCMrARM Do you still maintain this? Please let me know if there's a fork I can go to instead. Thank you!