terewbl.blogg.se

Netbeans x11 cygwin tutorial
Netbeans x11 cygwin tutorial










When using cd everything works and cygwin finds this path. It seems to fail because the gcc compiler (or more precisely the cc1 part of it) can't find the include-directory for the library. Nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failedīUILD FAILED (exit value 2, total time: 722ms) Nbproject/Makefile-Debug.mk:59: recipe for target '.build-conf' failed Make: Leaving directory '/cygdrive/c/Users/Erik/programming/projects/FinallyShaders' Nbproject/Makefile-Debug.mk:66: recipe for target 'build/Debug/Cygwin-Windows/main.o' failed Gcc -c -g -include /cygdrive/C/Users/Erik/programming/Libraries/glew-1.13.0-win32/glew-1.13.0/include/GL -include /cygdrive/C/Users/Erik/programming/Libraries/glfw-3.1.2.bin.WIN32/glfw-3.1.2.bin.WIN32/include/GLFW -MMD -MP -MF "build/Debug/Cygwin-Windows/main.o.d" -o build/Debug/Cygwin-Windows/main.o main.cĬc1: fatal error: /cygdrive/C/Users/Erik/programming/Libraries/glew-1.13.0-win32/glew-1.13.0/include/GL: No such file or directory Rm -f "build/Debug/Cygwin-Windows/main.o.d" "/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/Cygwin-Windows/finallyshaders.exe Make: Entering directory '/cygdrive/c/Users/Erik/programming/projects/FinallyShaders' When i try to run the program, there is the following output: "/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS=.

#NETBEANS X11 CYGWIN TUTORIAL WINDOWS 10#

My System: Windows 10 圆4, using GNU gcc compiler via cygwin (Netbeans shows no error when using #include or #include, so i think it finds all the files). I think i included the librarys successfully. I want to include the GLFW and the GLEW Library like stated in this tutorial: !Getting-started/Creating-a-window I want to learn to use shaders and therefore created a new C++ project on Netbeans (ver.










Netbeans x11 cygwin tutorial