TTK-qmmp / qmmp-psf

Input plugin for qmmp to play psf modules
GNU General Public License v3.0
0 stars 0 forks source link

Compilation Issues #1

Closed OdinVex closed 2 years ago

OdinVex commented 2 years ago

Compilation issues, it is looking for ~/plugins.pri (no reason to) and tries using /Input. Makefile needs redoing, unable to compile. Why the relative assumption of plugins.pri?

Edit: https://github.com/TTK-qmmp/qmmp-psf/commit/8c07034103089b9a63f7e4e214c31cf393e31f99 would be why, environmental variables aren't being set by anything and the hard-coded plugins.pri bit isn't explained.

Edit: Apparently this needs to be moved into qmmp's src/plugins/Input/ folder and then compiled. I had to remove -lqmmp from the Makefile, though.

Greedysky commented 2 years ago

Fixed