arielCo

Untitled

May 1st, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. ariel@section9:/mnt/windows/libreoffice-src/core/workdir/UnpackedTarball/firebird/gen $ /usr/bin/ccache g++ -I/mnt/windows/libreoffice-src/core/workdir/UnpackedTarball/libatomic_ops/src -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DNDEBUG -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -O3 -fno-omit-frame-pointer -pthread -I/mnt/windows/libreoffice-src/core/workdir/UnpackedTarball/boost -L/mnt/windows/libreoffice-src/core/workdir/UnpackedTarball/boost/source/lib -I/mnt/windows/libreoffice-src/core/workdir/UnpackedTarball/icu/source -I/mnt/windows/libreoffice-src/core/workdir/UnpackedTarball/icu/source/i18n -I/mnt/windows/libreoffice-src/core/workdir/UnpackedTarball/icu/source/common -L/mnt/windows/libreoffice-src/core/workdir/UnpackedTarball/icu/source/lib -fno-rtti -fno-rtti -fno-rtti -c ../src/jrd/gds.cpp -o ../temp/boot/jrd/gds.o
  2. In file included from ../src/jrd/gds.cpp:59:0:
  3. ../src/jrd/../common/utils_proto.h:77:2: error: #error dont know how to compare strings case insensitive on this system
  4. #error dont know how to compare strings case insensitive on this system
  5. ^
  6. ../src/jrd/../common/utils_proto.h:94:2: error: #error dont know how to compare counted length strings case insensitive on this system
  7. #error dont know how to compare counted length strings case insensitive on this system
  8. ^
  9. ../src/jrd/gds.cpp: In function ‘void gds__trace_raw(const char*, unsigned int)’:
  10. ../src/jrd/gds.cpp:1078:27: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
  11. write(file, text, length);
  12. ^
  13. How I copied the Git sources:
  14. mkdir .ccache
  15. export CCACHE_COMPRESS=1 CCACHE_DIR=./.ccache
  16. ccache -M 5G
  17. rsync -avx /mnt/stuff/src/libreoffice/core/.git .
  18. git pull
  19. git reset --hard
  20. ./autogen.sh --with-parallelism=8 --without-krb5 --without-gssapi --without-java --without-help --disable-odk CFLAGS='-O3 -march=native -pipe' CXXFLAGS='-O3 -march=native -pipe'
  21. export | grep CCACHE
  22. time nice make
Advertisement
Add Comment
Please, Sign In to add comment