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

Author Topic: Static SFML Linking, -lsndfile and -lglew errors  (Read 1331 times)

0 Members and 1 Guest are viewing this topic.

jasongog

  • Newbie
  • *
  • Posts: 1
    • View Profile
Static SFML Linking, -lsndfile and -lglew errors
« 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:


Here's the compiler error

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10976
    • View Profile
    • development blog
    • Email
Re: Static SFML Linking, -lsndfile and -lglew errors
« Reply #1 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. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

FRex

  • Hero Member
  • *****
  • Posts: 1848
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
Re: Static SFML Linking, -lsndfile and -lglew errors
« Reply #2 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.
Back to C++ gamedev with SFML in May 2023