debrouxl / tilibs

TILP (formerly GtkTiLink) can transfer data between Texas Instruments graphing calculators and a computer. It works with all link cables (parallel, serial, Black/Gray/Silver/Direct Link) and it supports the TI-Z80 series (73..86), the TI-eZ80 series (83PCE, 84+CE), the TI-68k series (89, 92, 92+, V200, 89T) and the Nspire series (Nspire Clickpad / Touchpad / CX, both CAS and non-CAS)
http://lpg.ticalc.org/prj_tilp
66 stars 22 forks source link

./linux/link_usb.c:94:11: fatal error: 'usb.h' file not found #39

Closed mrabrams closed 4 years ago

mrabrams commented 8 years ago

When trying to compile on Mac, I keep on getting this issue:

./linux/link_usb.c:94:11: fatal error: 'usb.h' file not found

I've tried relocating the existing usb.h file in the win32 to the correct route to no avail.

Any clues?

debrouxl commented 5 years ago

You need the libusb 1.x development files. The install script from the debrouxl/tilp_and_gfm repo, for which a shortlink is https://ti-pla.net/tilpinst , is known to work on MacOS X, provided the build dependencies listed by that script when it starts are installed.