Advertisement
Guest User

lua-oocairo-git error

a guest
Jun 2nd, 2015
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. oocairo.c: In function ‘from_lua_rectangle’:
  2. oocairo.c:366:15: warning: implicit declaration of function ‘luaL_checkint’ [-Wimplicit-function-declaration]
  3. rect->t = luaL_checkint(L, -1); \
  4. ^
  5. oocairo.c:368:5: note: in expansion of macro ‘DO’
  6. DO(x);
  7. ^
  8. In file included from oocairo.c:852:0:
  9. obj_surface.c: In function ‘map_to_image’:
  10. obj_surface.c:772:9: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  11. res = create_surface_userdata(L);
  12. ^
  13. mv -f .deps/oocairo.Tpo .deps/oocairo.Plo
  14. /bin/sh ./libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -Wextra -Wcast-align -Wmissing-declarations -Winit-self -Wundef -Wredundant-decls -Wwrite-strings -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wformat-security -Wunused -Wmissing-format-attribute -Wstrict-aliasing -pedantic -version 0:0:0 -no-undefined -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--no-undefined -o liboocairo.la -rpath /usr/lib oocairo.lo -llua -lm -lcairo
  15. libtool: link: gcc -shared -fPIC -DPIC .libs/oocairo.o -llua -lm -lcairo -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,--no-undefined -Wl,-soname -Wl,liboocairo.so.0 -o .libs/liboocairo.so.0.0.0
  16. .libs/oocairo.o: In function `from_lua_rectangle':
  17. oocairo.c:(.text+0x75c): undefined reference to `luaL_checkint'
  18. oocairo.c:(.text+0x795): undefined reference to `luaL_checkint'
  19. oocairo.c:(.text+0x7cf): undefined reference to `luaL_checkint'
  20. oocairo.c:(.text+0x809): undefined reference to `luaL_checkint'
  21. .libs/oocairo.o: In function `region_translate':
  22. oocairo.c:(.text+0x856): undefined reference to `luaL_checkint'
  23. .libs/oocairo.o:oocairo.c:(.text+0x868): more undefined references to `luaL_checkint' follow
  24. collect2: error: ld returned 1 exit status
  25. Makefile:655: recipe for target 'liboocairo.la' failed
  26. make: *** [liboocairo.la] Error 1
  27. ==> ERROR: A failure occurred in build().
  28. Aborting...
  29. ==> ERROR: Makepkg was unable to build lua-oocairo-git.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement