mywave82 / opencubicplayer

Open Cubic Player (unix fork). Music visualizer for various tracked music formats (amiga modules, S3M, IT), chiptunes and other formats related to demoscene
https://stian.cubic.org/project-ocp.php
GNU General Public License v2.0
280 stars 19 forks source link

Has error when compile (unifont filename) & run (permission error) #82

Closed criticalsoft closed 1 year ago

mywave82 commented 1 year ago

Can you please provide some console output?

I am guessing that ./configure fails with that it is unable to find unifont. If you use Ubuntu atleast, this is example configure flags (assuming that fonts-unifont package is installed) ./configure --with-unifontdir-ttf=/usr/share/fonts/truetype/unifont --with-unifontdir-otf=/usr/share/fonts/opentype/unifont

criticalsoft commented 1 year ago

There has Upper case in Arch PKGBUILD file. And after build i can't run. (Permission denied) I didn't do a complete test in Debian. (Because the builtin package running directly) But it seems they has same problem when build & run from source.

mywave82 commented 1 year ago

For the font files, you can specify each ones exact name instead of giving the directory if your OS uses non-standard name/casing.

Can you provide console output from your command-prompt of the failures?

criticalsoft commented 1 year ago

Unifont package broken in Debian too (unifont packages installed but directory has just only unifont_sample.ttf). And i compiled unifont from source. And then compiled OCP, It's runing without permission error.