Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. copy .\SOMEWHERE0\Gl_object.cpp SOMEWHERE1\Obj\ 1 fichier(s) copié(s).
  2. copy C:\SOMEWHERE1\makefile.mak SOMEWHERE1\Obj\ && cd SOMEWHERE1\Obj\ && mingw32-make -f makefile.mak 1 fichier(s) copié(s).
  3. g++ -Wall -W -pedantic -MD -MP -o Gl_object.o -c Gl_object.cpp
  4. Gl_object.cpp:1:23: fatal error: Gl_object.h: No such file or directory
  5. #include "Gl_object.h"
  6. ^
  7. compilation terminated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement