Guest User

Untitled

a guest
Dec 12th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. mkdir -p build
  2. cc -DUSE_OPENSSL -DL_ENDIAN -DOPENSSL_THREADS -DPURIFY -D_REENTRANT -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DOPENSSL_NO_RC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_MD4 -DOPENSSL_NO_HW -DOPENSSL_NO_GOST -DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_CAPIENG -DOPENSSL_NO_CMS -DOPENSSL_NO_FIPS -DOPENSSL_NO_IDEA -DOPENSSL_NO_MDC2 -DOPENSSL_NO_MD2 -DOPENSSL_NO_SEED -DOPENSSL_NO_SOCK -Ideps/openssl/openssl-configs/x64 -Wall -w --std=c89 -D_GNU_SOURCE -g -Wall -Werror -c src/luv_buffer.c -o build/luv_buffer.o \
  3. -Ideps/http-parser -Ideps/uv/include -Ideps/luajit/src -Ideps/yajl/src/api \
  4. -Ideps/yajl/src -Ideps/zlib -Ideps/luacrypto/src \
  5. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \
  6. -DUSE_SYSTEM_SSL=1 \
  7. -DHTTP_VERSION=\"v1.0-79-g8bec3ea\" \
  8. -DUV_VERSION=\"17\" \
  9. -DYAJL_VERSIONISH=\"2.0.4-1-g8b48967\" \
  10. -DLUVIT_VERSION=\"\" \
  11. -DLUAJIT_VERSION=\"v2.0.0-beta10-62-gdd9e7a4\"
  12. src/luv_buffer.c:52:17: error: static declaration of '__builtin_bswap32' follows
  13. non-static declaration
  14. static uint32_t __builtin_bswap32(uint32_t x)
  15. ^
  16. /usr/include/libkern/i386/_OSByteOrder.h:60:12: note: previous implicit
  17. declaration is here
  18. return __builtin_bswap32(_data);
  19. ^
  20. src/luv_buffer.c:52:17: error: definition of builtin function
  21. '__builtin_bswap32'
  22. static uint32_t __builtin_bswap32(uint32_t x)
  23. ^
  24. 2 errors generated.
  25. make: *** [build/luv_buffer.o] Error 1
Add Comment
Please, Sign In to add comment