Advertisement
rghvdberg

build error

Aug 9th, 2017
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1.  
  2. -------------- Build: Debug in ninjas (compiler: GNU GCC Compiler)---------------
  3.  
  4. g++ -Wall -fexceptions -g -I./ -Iinclude -c /home/rob/build/ninjas/main.cpp -o obj/Debug/main.o
  5. /home/rob/build/ninjas/main.cpp: In functie β€˜int main()’:
  6. /home/rob/build/ninjas/main.cpp:28:20: fout: expected initializer before β€˜.’ token
  7. int SliceObject.getSliceStart();
  8. ^
  9. Process terminated with status 1 (0 minute(s), 1 second(s))
  10. 1 error(s), 0 warning(s) (0 minute(s), 1 second(s))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement