1
Graphics / Re: Weird compile error involving "/SFML/lib/libsfml-graphics-s.a"
« on: January 19, 2014, 01:20:08 am »
Yep I just had to play with the properties of the project to get it working. thank you!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
"/C/MinGW/msys/1.0/bin/make.exe" -f nbproject/Makefile-Release.mk QMAKE= SUBPROJECTS= .build-confHow do i make this exe file? the one here:
make.exe[1]: Entering directory `/c/Users/User/Documents/NetBeansProjects/CppApplication_1'
"/C/MinGW/msys/1.0/bin/make.exe" -f nbproject/Makefile-Release.mk dist/Release/MinGW-Windows/cppapplication_1.exe
make.exe[2]: Entering directory `/c/Users/User/Documents/NetBeansProjects/CppApplication_1'
make.exe[2]: *** No rule to make target `../../../../../Program Files \(x86\)/SFML/lib/libsfml-graphics-s.a', needed by `dist/Release/MinGW-Windows/cppapplication_1.exe'. Stop.
make.exe[2]: Leaving directory `/c/Users/User/Documents/NetBeansProjects/CppApplication_1'
make.exe[1]: *** [.build-conf] Error 2
make.exe[1]: Leaving directory `/c/Users/User/Documents/NetBeansProjects/CppApplication_1'
make.exe": *** [.build-impl] Error 2
BUILD FAILED (exit value 2, total time: 2s)
make.exe[2]: *** No rule to make target `../../../../../Program Files \(x86\)/SFML/lib/libsfml-graphics-s.a', needed by `dist/Release/MinGW-Windows/cppapplication_1.exe'. Stop.It should be stated that Im new to SFML and CMake..