Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port usbhostfs_pc to libusb-1.0 #15

Open
BioBox opened this issue Sep 18, 2021 · 2 comments · May be fixed by #16
Open

Port usbhostfs_pc to libusb-1.0 #15

BioBox opened this issue Sep 18, 2021 · 2 comments · May be fixed by #16

Comments

@BioBox
Copy link

BioBox commented Sep 18, 2021

I have issues compiling this because the pspsh makefile uses the out of date -lcurses library, which my linker can't find even though I have all the development packages. Changing it to -lncurses fixes it. Is there any reason not to change this?

I also have problems with the libusb requirement. This software uses libusb 0.1, but my os only has the dev package for libusb 1.0 which is not backwards compatible.

@sharkwouter
Copy link
Member

Try libusb-compat. That provides what pspsh needs.

@carstene1ns
Copy link
Member

Porting to libusb-1.0 api is possible, just nobody working on it currently.
On my system (Arch) curses library is symlinked to ncurses, so I did not find this issue yet. However, just changing it in the Makefile should be sufficient here.

@sharkwouter sharkwouter linked a pull request Sep 30, 2021 that will close this issue
@sharkwouter sharkwouter changed the title Outdated libraries/headers Port usbhostfs_pc to libusb-1.0 Mar 31, 2022
@sharkwouter sharkwouter linked a pull request Mar 31, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants