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

Compile problem on openSUSE #9

Closed
szotsaki opened this issue Oct 18, 2017 · 1 comment
Closed

Compile problem on openSUSE #9

szotsaki opened this issue Oct 18, 2017 · 1 comment

Comments

@szotsaki
Copy link

For me, on openSUSE, the compilation worked only when I added glib-2.0 to the CFLAGS pkgconfig list.

Could you please verify if, with this added component, nothing breaks on your system?

-CFLAGS=-std=c99 -Wall -Wextra -O2 `$(PKG_CONFIG) --cflags gio-2.0 gio-unix-2.0 mpv`
+CFLAGS=-std=c99 -Wall -Wextra -O2 `$(PKG_CONFIG) --cflags gio-2.0 gio-unix-2.0 glib-2.0 mpv`
@hoyon hoyon closed this as completed in 9139fd2 Oct 19, 2017
@hoyon
Copy link
Owner

hoyon commented Oct 19, 2017

glib-2.0 is included automatically with gio-2.0 on my system. That must not be the case for some reason on openSUSE.

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

No branches or pull requests

2 participants