Skip to content

Instantly share code, notes, and snippets.

@naruse
Created June 1, 2015 18:51
Show Gist options
  • Save naruse/7ed9445308a6f0d9eb22 to your computer and use it in GitHub Desktop.
Save naruse/7ed9445308a6f0d9eb22 to your computer and use it in GitHub Desktop.
-*- mode: compilation; default-directory: "~/dev/OpenGL/Test73DOpenGL/" -*-
Compilation started at Mon Jun 1 13:49:42
make -k \
g++ -I/usr/local/include main.cpp Vertex.cpp Matrix.cpp Utils.cpp -o main -L/usr/local/lib -lglfw3 -framework Cocoa -framework OpenGL -framework IOKit -framework CoreFoundation -framework CoreVideo -lGLEW
Matrix.cpp:13:14: error: array type 'float [16]' is not assignable
result.m = Matrix::Identity();
~~~~~~~~ ^
1 error generated.
make: *** [all] Error 1
Compilation exited abnormally with code 2 at Mon Jun 1 13:49:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment