-
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
erro to build on mandriva... #6
Comments
i have seen this before. does it happen in trunk ? |
I just downloaded the last version 0.3.5 on Mandriva. |
could you show me: but as far as i know, talking with a mandriva dev some days ago, mandrivas lua packages are very broken. i can't do much about that. report a bug to them. |
Can you tell me which packages are broken? And how can i test if its broken or later if its fixed? |
i think the lua package is broken, and therefor liblua |
make DEBUG=1
Scanning dependencies of target lbc
[ 3%] Building C object src/bc/CMakeFiles/lbc.dir/number.c.o
[ 7%] Building C object src/bc/CMakeFiles/lbc.dir/lbc.c.o
/root/ulatencyd-0.3.5/src/bc/lbc.c:275: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘R’
/root/ulatencyd-0.3.5/src/bc/lbc.c: In function ‘luaopen_bc’:
/root/ulatencyd-0.3.5/src/bc/lbc.c:314: error: ‘R’ undeclared (first use in this function)
/root/ulatencyd-0.3.5/src/bc/lbc.c:314: error: (Each undeclared identifier is reported only once
/root/ulatencyd-0.3.5/src/bc/lbc.c:314: error: for each function it appears in.)
make[2]: ** [src/bc/CMakeFiles/lbc.dir/lbc.c.o] Erro 1
make[1]: ** [src/bc/CMakeFiles/lbc.dir/all] Erro 2
make: ** [all] Erro 2
The text was updated successfully, but these errors were encountered: