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

Pages: [1]
1
General / Re: SFML is not compiling for me in Windows 11
« on: January 08, 2023, 10:01:01 pm »
If it can't find the specified files, then they either don't exist or the path to them isn't properly specified.
Make sure it's configured under the correct project setting (e.g. debug vs release).

If in doubt, post the verbose build output: https://www.sfml-dev.org/faq.php#tr-grl-verbose-ide

I'm trying with MSYS to compile too, but i have this error (it happends me before in other attempts)

also i check the path and everything is fine, check another options too, but it's stay happend again (I mean in code::blocks)

2
General / SFML is not compiling for me in Windows 11
« on: January 07, 2023, 05:27:22 am »
I'm using Code::Blocks mingw for it, i have been added the linker settings and search directory for both (include and linker) but it sends me this error:


||=== Build: Debug in SFML W (compiler: GNU GCC Compiler) ===|
ld.exe||cannot find -lsfml-graphics-d|
ld.exe||cannot find -lsfml-window-d|
ld.exe||cannot find -lsfml-system-d|
||error: ld returned 1 exit status|
||=== Build failed: 4 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|


What can i do for fix it?

Pages: [1]