You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: