Guest User

Problem on ARM ODROID-U2

a guest
Oct 30th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. cd $HOME/zandronum_build && \
  2. > hg clone https://bitbucket.org/Torr_Samaho/zandronum && \
  3. > mkdir -pv zandronum/{buildclient,buildserver}
  4. destination directory: zandronum
  5. abort: destination 'zandronum' is not empty
  6. odroid@odroid:~/zandronum_build$ cd $HOME/zandronum_build/zandronum/buildserver && \
  7. > if [ "$(uname -m)" = "x86_64" ]; then
  8. > FMODFOLDER="fmodapi42416linux64"
  9. > FMODFILE="libfmodex64-4.24.16"
  10. > else
  11. > FMODFOLDER="fmodapi42416linux"
  12. > FMODFILE="libfmodex-4.24.16"
  13. > fi && \
  14. > cmake -DCMAKE_BUILD_TYPE=Release -DSERVERONLY=1 \
  15. > -DFMOD_LIBRARY=$HOME/zandronum_build/zandronum/$FMODFOLDER/api/lib/$FMODFILE.so \
  16. > -DFMOD_INCLUDE_DIR=$HOME/zandronum_build/zandronum/$FMODFOLDER/api/inc .. && \
  17. > make && \
  18. > cd ../buildclient && \
  19. > cmake -DCMAKE_BUILD_TYPE=Release \
  20. > -DFMOD_LIBRARY=$HOME/zandronum_build/zandronum/$FMODFOLDER/api/lib/$FMODFILE.so \
  21. > -DFMOD_INCLUDE_DIR=$HOME/zandronum_build/zandronum/$FMODFOLDER/api/inc .. && \
  22. > make
  23. -- Using system zlib
  24. -- Using system jpeg library
  25. -- Using system bzip2 library
  26. -- /usr/include
  27. -- /usr/include
  28. -- /home/odroid/zandronum_build/zandronum/lzma/C
  29. -- FMOD include files found at /home/odroid/zandronum_build/zandronum/fmodapi42416linux/api/inc
  30. -- FMOD library found at /home/odroid/zandronum_build/zandronum/fmodapi42416linux/api/lib/libfmodex-4.24.16.so
  31. -- Selected assembler: /usr/bin/nasm
  32. -- Configuring done
  33. -- Generating done
  34. -- Build files have been written to: /home/odroid/zandronum_build/zandronum/buildserver
  35. [ 0%] Built target GeoIP
  36. [ 3%] Built target lzma
  37. [ 3%] Built target lemon
  38. [ 4%] Built target re2c
  39. [ 4%] Built target updaterevision
  40. [ 5%] Built target zipdir
  41. [ 14%] Built target gme
  42. [ 14%] Building CXX object dumb/CMakeFiles/dumb.dir/src/it/filter.o
  43. c++: error: unrecognized command line option ‘-msse’
  44. make[2]: *** [dumb/CMakeFiles/dumb.dir/src/it/filter.o] Error 1
  45. make[1]: *** [dumb/CMakeFiles/dumb.dir/all] Error 2
  46. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment