-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fails to build on Arch #56
Comments
Should they be ulatency_h or ulatency_h? |
Sorry, apparently there was clipboard fail, should read: #ifndef ulatency_h same for lbc.c in src/bc: #include <lua5.1/lua.h> As I said, probably Arch linux specific... EDIT: It's not showing the code properly after I comment... |
You need to escape your __'s, like so: __. |
compilation on Arch Linux this seams to be solved, see https://aur.archlinux.org/packages/ulatencyd-git/ recipe |
I'm sure it's probably distro specific, but it looks like the include in ulatency.h should look like this on Arch:
ifndef ulatency_h
define ulatency_h
include <glib.h>
include <gio/gio.h>
include <lua5.1/lua.h>
include <lua5.1/lualib.h>
include <lua5.1/lauxlib.h>
include <time.h>
include <stdint.h>
include "proc/procps.h"
include "proc/readproc.h"
lua headers are under /usr/include/lua5.1
The text was updated successfully, but these errors were encountered: