Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

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.


Messages - glinkapiotr

Pages: [1]
1
Hi, yes, sorry.
i am using windows 7 with SP1 , 64bit
version of SFML was 2.5.1 as in the readme file
also using the mingw32 as in the readme file
as for the code editor i use visual studio code - i dont see any number of version but i downloaded it from this link: https://code.visualstudio.com/
as for compiler i use the VS Code terminal with git bash installed, although  i am not sure this is the answer you ask for.
In general i followed all the readme files.

Also i tried installing it for python via setup.py . in the license file:: PySFML - Python bindings for SFML
Copyright (c) 2012-2017, Jonathan De Wachter <dewachter.jonathan@gmail.com>
and it returns me this error:
$ python setup.py install
running install
running bdist_egg
running egg_info
writing src\pySFML.egg-info\PKG-INFO
writing dependency_links to src\pySFML.egg-info\dependency_links.txt
E:\Visual Studio\VC\Tools\MSVC\14.26.28801\bin\HostX86\x86\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DSFML_STATIC=1 -Iinclude\Includes -IC:\Users\PC\AppData\Local\Programs\Python\Python38-32\include -IC:\Users\PC\AppData\Local\Programs\Python\Python38-32\include -IC:\_code\libs\SFML-2.5.0\include -Ibuild\temp.win32-3.8\Release\include -IC:\_code\libs\SFML-2.5.0\include -Ibuild\temp.win32-3.8\Release\include -IC:\_code\libs\SFML-2.5.0\include -Ibuild\temp.win32-3.8\Release\include -IC:\_code\libs\SFML-2.5.0\include -Ibuild\temp.win32-3.8\Release\include -IC:\_code\libs\SFML-2.5.0\include -Ibuild\temp.win32-3.8\Release\include "-IE:\Visual Studio\VC\Tools\MSVC\14.26.28801\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Program Files (x86)\Windows
Kits\10\include\10.0.18362.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" /EHsc /Tpsrc\sfml\system\system.cpp /Fobuild\temp.win32-3.8\Release\src\sfml\system\system.obj                                                                                                               
system.cpp
src\sfml\system\system.cpp(629): fatal error C1083: Cannot open include file: 'SFML/System.hpp': No such file or directory
error: command 'E:\\Visual Studio\\VC\\Tools\\MSVC\\14.26.28801\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2

i need this library for a coding tutorial, have been fighting it for about 5 hours yesterday and i`m a bit lost right now.


2
hello
i have a problem, i follow the readme file and get this result after debugging:
  src/Platform/Win32/Icon.rc
'mode' is not recognized as an internal or external command,
operable program or batch file.
windres.exe: preprocessing failed.
mingw32-make[1]: [Makefile:320: bin/Debug/obj/Platform/Win32/Icon.res] Error 1 (ignored)

⇛  Linking: bin/Debug/sfml.exe
g++.exe: error: bin/Debug/obj/Platform/Win32/Icon.res: No such file or directory
mingw32-make[1]: *** [Makefile:351: bin/Debug/sfml.exe] Error 1
mingw32-make: *** [Makefile:259: all] Error 2

✘  Failed!
   Review the compile errors above.

The terminal process "C:\Program Files\Git\bin\bash.exe '-c', 'bash ./build.sh buildrun Debug vscode'" terminated with exit code: 1.

Terminal will be reused by tasks, press any key to close it.


i have downloaded all the necessary software, but im a noob so might have done something wrong. When the git bash popup asks for allowing it, i allow it, and the debug returns the same error.

Pages: [1]