Advertisement
Guest User

Untitled

a guest
Dec 4th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. make CXXFLAGS="-O2 -Wall -Wextra" all doc
  2. make[1]: Map '/home/paradoxical/fuse-zip-0.4.0' wordt binnengegaan
  3. make -C lib
  4. make[2]: Map '/home/paradoxical/fuse-zip-0.4.0/lib' wordt binnengegaan
  5. g++ -c -O2 -Wall -Wextra -I/usr/lib/libzip/include bigBuffer.cpp -o bigBuffer.o
  6. bigBuffer.cpp: In constructor ‘BigBuffer::BigBuffer(zip*, zip_uint64_t, zip_uint64_t)’:
  7. bigBuffer.cpp:190:45: fout: ‘ZIP_FL_ENC_RAW’ was not declared in this scope
  8. bigBuffer.cpp: In memberfunctie ‘int BigBuffer::saveToZip(time_t, zip*, const char*, bool, zip_int64_t&)’:
  9. bigBuffer.cpp:302:54: fout: ‘ZIP_FL_ENC_UTF_8’ was not declared in this scope
  10. bigBuffer.cpp:302:70: fout: ‘zip_file_add’ was not declared in this scope
  11. bigBuffer.cpp:303:75: fout: ‘zip_file_replace’ was not declared in this scope
  12. make[2]: *** [bigBuffer.o] Fout 1
  13. make[2]: Map '/home/paradoxical/fuse-zip-0.4.0/lib' wordt verlaten
  14. make[1]: *** [lib/libfusezip.a] Fout 2
  15. make[1]: Map '/home/paradoxical/fuse-zip-0.4.0' wordt verlaten
  16. make: *** [release] Fout 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement