Skip to content

Instantly share code, notes, and snippets.

View khodzha's full-sized avatar

Shamir Khodzha khodzha

  • 07:21 (UTC +02:00)
View GitHub Profile
g++ src/glad/src/glad.c src/main.cpp \
-I./src/headers \
-I./src/glad/include \
-I./src/glfw/include \
-L./src/glfw/glfw-build/src \
-lglfw3 -lGL -lX11 -lpthread -lXrandr -lXi -ldl \
-std=c++11
In file included from ./src/headers/main.h:3:0,
from src/main.cpp:1:
./src/glad/include/glad/glad.h:47:8: error: expected unqualified-id before string constant