SFML community forums

Help => General => Topic started by: jasongog on February 11, 2018, 03:50:44 pm

Title: Static SFML Linking, -lsndfile and -lglew errors
Post by: jasongog on February 11, 2018, 03:50:44 pm
Hello everyone. I've been trying to statically install SFML on codeblocks, MinGW32, but when I tried to compile I got two errors I can't seem to be able to solve.

Here's how I link everything:
(https://i.imgur.com/f65IBRW.png)

Here's the compiler error
(https://i.imgur.com/vbwOODK.png)
Title: Re: Static SFML Linking, -lsndfile and -lglew errors
Post by: eXpl0it3r on February 11, 2018, 04:15:52 pm
Make sure to follow an up to date tutorial and not one from many years ago. libsndfile and glew have not been part of SFML for a long time now. ;)
Title: Re: Static SFML Linking, -lsndfile and -lglew errors
Post by: FRex on February 11, 2018, 11:53:15 pm
By the way -  OpenAL32.dll will still be needed if yo use audio because of license (LGPL) reasons.