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 - kingwolf112

Pages: [1]
1
Graphics / Re: Cannot find smfl-graphics-2.dll
« on: May 17, 2024, 11:22:21 am »
The solution is to also compile the SFML dependancies using the
 https://github.com/eXpl0it3r/SFML-dependencies/wiki

The dependancies come pre compiled , hence no support for UCRT.

2
Graphics / Re: Cannot find smfl-graphics-2.dll
« on: November 27, 2023, 11:40:52 pm »
please support ucrt runtime

3
Graphics / Re: Cannot find smfl-graphics-2.dll
« on: November 27, 2023, 11:38:00 pm »

4
Graphics / Re: Cannot find smfl-graphics-2.dll
« on: November 27, 2023, 11:35:27 pm »
With mingw on sfml-grapichs-2.dll i get this error while compiling:
Quote
[ 53%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Text.cpp.obj
[ 53%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/VertexArray.cpp.obj
[ 54%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/VertexBuffer.cpp.obj
[ 54%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImpl.cpp.obj
[ 55%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplFBO.cpp.obj
[ 56%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplDefault.cpp.obj
[ 56%] Building RC object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/sfml-graphics.rc.obj
[ 57%] Linking CXX shared library ..\..\..\lib\sfml-graphics-d-2.dll
D:/mingw/winlibs-x86_64-posix-seh-gcc-13.2.0-llvm-16.0.6-mingw-w64ucrt-11.0.0-r1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: D:/sfml/SFML-2.6.1-sources/SFML-2.6.1/extlibs/libs-mingw/x64/libfreetype.a(sfnt.c.obj):sfnt.c:(.text+0x5614): undefined reference to `_setjmp'
D:/mingw/winlibs-x86_64-posix-seh-gcc-13.2.0-llvm-16.0.6-mingw-w64ucrt-11.0.0-r1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: D:/sfml/SFML-2.6.1-sources/SFML-2.6.1/extlibs/libs-mingw/x64/libfreetype.a(smooth.c.obj):smooth.c:(.text+0x77a): undefined reference to `_setjmp'
collect2.exe: error: ld returned 1 exit status
mingw32-make[2]: *** [src\SFML\Graphics\CMakeFiles\sfml-graphics.dir\build.make:602: lib/sfml-graphics-d-2.dll] Error 1
mingw32-make[1]: *** [CMakeFiles\Makefile2:582: src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/all] Error 2
mingw32-make: *** [makefile:165: all] Error 2

5
Graphics / Re: Cannot find smfl-graphics-2.dll
« on: November 27, 2023, 11:20:43 pm »
i did set the cmake-INSTALl-prefix to a custom location, oddly no file gets copied there.
I am building as it as a shared library and sfml-graphics-2.dll does not get generated

6
Graphics / Re: Cannot find smfl-graphics-2.dll
« on: November 27, 2023, 02:12:08 am »
Why is this file not generated when i compile it myself? Thats my query.

7
Graphics / Cannot find smfl-graphics-2.dll
« on: November 26, 2023, 02:27:39 am »
When trying to run a program after compiling with sfml 2.6.1 mingw , i cannot find this file anywherre?
Why is this error generated. The program is the hello world program for sfml.

Please guide.

Regards

Pages: [1]
anything