wildstar84 / fauxdacious

Audacious Audioplayer FORK, adds DVD & video play, and much more!
https://wildstar84.wordpress.com/fauxdacious
Other
9 stars 4 forks source link

update include directives #13

Closed peutch closed 1 year ago

peutch commented 1 year ago

Hi, Build failed on my (Debian sid) system without one of the changes:

Compiling infopopup-qt.cc (lib)... fileopener.cc:24:10: fatal error: libaudcore/audstrings.h: No such file or directory 24 | #include <libaudcore/audstrings.h> | ^~~~~~~~~ compilation terminated. Failed to compile fileopener.cc (lib)! make[6]: [../../buildsys.mk:418: fileopener.lib.o] Error 1 make[6]: Waiting for unfinished jobs....

The second is not yet tested.

Thanks!

wildstar84 commented 1 year ago

I just fixed w/latest commit! I missed this when I merge this file from Audacious (b/c my box has both Fauxdacious and Audacious installed, so the compiler didn't complain). I just fixed instead of merging your pull b/c you changed the order of the includes, so fix that on your end. Thank you for the report though!!

peutch commented 1 year ago

Yes but then you have twice the #include <libfauxdcore/audstrings.h> (lines 24 and 30)

wildstar84 commented 1 year ago

Yep, I figured that out (right AFTER closing this) and removed the duplicate line - Sorry a/b that!