Skip to content

Instantly share code, notes, and snippets.

@elect86
Created April 23, 2017 14:26
Show Gist options
  • Select an option

  • Save elect86/65714fa71f28eaa305f790fe3c89a8df to your computer and use it in GitHub Desktop.

Select an option

Save elect86/65714fa71f28eaa305f790fe3c89a8df to your computer and use it in GitHub Desktop.
elect@elect-desktop:~/Downloads/ogldev-source/tutorial02$ make
"make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make[1]: Entering directory '/home/elect/Downloads/ogldev-source/tutorial02'
"make" -f nbproject/Makefile-Debug.mk dist/Debug/GNU-Linux/tutorial02
make[2]: Entering directory '/home/elect/Downloads/ogldev-source/tutorial02'
mkdir -p build/Debug/GNU-Linux
rm -f "build/Debug/GNU-Linux/tutorial02.o.d"
g++ `pkg-config --cflags ImageMagick++ gl assimp glew freetype2 fontconfig` -c -g -I../Include -MMD -MP -MF "build/Debug/GNU-Linux/tutorial02.o.d" -o build/Debug/GNU-Linux/tutorial02.o tutorial02.cpp
Package glew was not found in the pkg-config search path.
Perhaps you should add the directory containing `glew.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glew' found
In file included from tutorial02.cpp:24:0:
../Include/ogldev_math_3d.h:30:21: fatal error: vector3.h: No such file or directory
#include <vector3.h>
^
compilation terminated.
nbproject/Makefile-Debug.mk:66: recipe for target 'build/Debug/GNU-Linux/tutorial02.o' failed
make[2]: *** [build/Debug/GNU-Linux/tutorial02.o] Error 1
make[2]: Leaving directory '/home/elect/Downloads/ogldev-source/tutorial02'
nbproject/Makefile-Debug.mk:59: recipe for target '.build-conf' failed
make[1]: *** [.build-conf] Error 2
make[1]: Leaving directory '/home/elect/Downloads/ogldev-source/tutorial02'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
make: *** [.build-impl] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment