can someone guide me building sfml?
im stuck in configuring, a window always pop up with error "error in configuration process, project files maybe invalid"
i search a lot in google but only see ogre , xwidget, and others
EDIT: set PATH=%PATH%;your_mingw_folder\bin
what does "PATH=%PATH%" mean?
This is the command you use to modify your path environment variable.
from the command line type PATH=%PATH%;mingw/bin
mingw/bin being the full path to mingw/bin whatever that happens to be probably c:/mingw/bin. if your using codeblocks it would be more like C:/Program Files (x86)/CodeBlocks/mingw/bin
@Yanson
hello, thanks for the help
CMake Warning at C:/Program Files (x86)/CMake/share/cmake-3.2/Modules/Platform/Windows-GNU.cmake:185 (message):
Disabling CMAKE_GNUtoMS option because CMAKE_GNUtoMS_VCVARS is not set.
Call Stack (most recent call first):
C:/Program Files (x86)/CMake/share/cmake-3.2/Modules/Platform/Windows-GNU-C-ABI.cmake:1 (__windows_compiler_gnu_abi)
C:/Program Files (x86)/CMake/share/cmake-3.2/Modules/CMakeCInformation.cmake:73 (include)
when i type them in cmd as:
set C:/Program Files (x86)/CodeBlocks/mingw/bin
this command is not correct
set PATH=%PATH%; C:/Program Files (x86)/CodeBlocks/mingw/bin
after you do this from the command line type gcc --version if it says gcc is not recognized as an internal or external command then there was a problem, and you need to try again.
also you may want to save your current path somewhere incase something goes wrong.
from the command line type PATH then press enter. Copy the result to a txt file.