Guest User

Untitled

a guest
Dec 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.69 KB | None | 0 0
  1. g++ -o atom.o -pthread -O2 -w -I.  -c atom.cpp
  2. g++ -o base64.o -pthread -O2 -w -I.  -c base64.cpp
  3. base64.cpp: In function ‘char* b64decode(const char*):
  4. base64.cpp:150:30: erreur: invalid conversion from ‘const char*’ to ‘char*[-fpermissive]
  5. base64.cpp:80:9: erreur:   initializing argument 1 of ‘char* b64isnot(char*)[-fpermissive]
  6. base64.cpp:155:29: erreur: assignment of read-only location ‘*(b + ((sizetype)((long unsigned int)y)))
  7. base64.cpp:158:29: erreur: assignment of read-only location ‘*(b + ((sizetype)((long unsigned int)y)))
  8. base64.cpp:161:34: erreur: invalid conversion from ‘const char*’ to ‘char*[-fpermissive]
  9. base64.cpp:80:9: erreur:   initializing argument 1 of ‘char* b64isnot(char*)[-fpermissive]
  10. base64.cpp:163:37: erreur: assignment of read-only location ‘*(b + ((sizetype)((long unsigned int)y)))
  11. base64.cpp:166:29: erreur: assignment of read-only location ‘*(b + ((sizetype)((long unsigned int)y)))
  12. base64.cpp:169:34: erreur: invalid conversion from ‘const char*’ to ‘char*[-fpermissive]
  13. base64.cpp:80:9: erreur:   initializing argument 1 of ‘char* b64isnot(char*)[-fpermissive]
  14. base64.cpp:171:37: erreur: assignment of read-only location ‘*(b + ((sizetype)((long unsigned int)y)))
  15. base64.cpp:174:24: erreur: assignment of read-only location ‘*(b + ((sizetype)((long unsigned int)y)))
  16. base64.cpp:177:34: erreur: invalid conversion from ‘const char*’ to ‘char*[-fpermissive]
  17. base64.cpp:80:9: erreur:   initializing argument 1 of ‘char* b64isnot(char*)[-fpermissive]
  18. base64.cpp:182:9: erreur: invalid conversion from ‘const char*’ to ‘char*[-fpermissive]
  19. make: *** [base64.o] Erreur 1
Add Comment
Please, Sign In to add comment