Advertisement
Guest User

Untitled

a guest
Jan 19th, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. ==> Building and installing package
  2. ==> Making package: et-sdl-sound 29-8 (Mon Jan 19 10:10:01 CET 2015)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6. -> Downloading et-sdl-sound-r29.tar.gz...
  7. % Total % Received % Xferd Average Speed Time Time Time Current
  8. Dload Upload Total Spent Left Speed
  9. 100 99231 100 99231 0 0 311k 0 --:--:-- --:--:-- --:--:-- 311k
  10. -> Found 0001-adlerweb-s-patches.patch
  11. -> Found 0002-Fixed-CRC-for-ET2.60b-on-Arch-Linux.patch
  12. -> Found enemy-territory.sh
  13. ==> Validating source files with md5sums...
  14. et-sdl-sound-r29.tar.gz ... Passed
  15. 0001-adlerweb-s-patches.patch ... Passed
  16. 0002-Fixed-CRC-for-ET2.60b-on-Arch-Linux.patch ... Passed
  17. enemy-territory.sh ... Passed
  18. ==> Extracting sources...
  19. -> Extracting et-sdl-sound-r29.tar.gz with bsdtar
  20. ==> Starting build()...
  21. patching file Makefile
  22. patching file hooks.cpp
  23. patching file launcher-script.in
  24. patching file hooks.cpp
  25. mkdir -p build
  26. g++ -m32 -O2 -fomit-frame-pointer -Wall -fPIC -D__SDL -D__DLOPEN_SDL -D__DEFAULT_BACKEND=SDL -c mainlib.cpp -o build/mainlib.o
  27. g++ -m32 -O2 -fomit-frame-pointer -Wall -fPIC -D__SDL -D__DLOPEN_SDL -D__DEFAULT_BACKEND=SDL -c etsdl.cpp -o build/etsdl.o
  28. g++ -m32 -O2 -fomit-frame-pointer -Wall -fPIC -D__SDL -D__DLOPEN_SDL -D__DEFAULT_BACKEND=SDL -c hooks.cpp -o build/hooks.o
  29. gcc embed-lib.c -Wall -o embed-lib
  30. In file included from etsdl.cpp:22:0:
  31. /usr/include/c++/4.9.2/cstdlib:178:10: error: expected unqualified-id before ‘__int128’
  32. inline __int128
  33. ^
  34. Makefile:33: recipe for target 'build/etsdl.o' failed
  35. make: *** [build/etsdl.o] Error 1
  36. make: *** Waiting for unfinished jobs....
  37. In file included from hooks.cpp:24:0:
  38. /usr/include/c++/4.9.2/cstdlib:178:10: error: expected unqualified-id before ‘__int128’
  39. inline __int128
  40. ^
  41. Makefile:30: recipe for target 'build/hooks.o' failed
  42. make: *** [build/hooks.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement