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

Author Topic: libsfml-system-s: undefined reference to std::basic_streambuffer::seek_pos  (Read 1108 times)

0 Members and 1 Guest are viewing this topic.

8Observer8

  • Newbie
  • *
  • Posts: 25
    • View Profile
    • My website
    • Email
Hello,

I used MinGW 8.1.0 64bit to build SFML. This works on my computer. But I sent the source code + libs (https://dl.dropboxusercontent.com/s/u5660u8n91woist/box2d-fmod-sfml.zip - 10 MB) to the person who tried to build and got an error (see screenshot). Either are included in the archive. You can download it and type "mingw32-make" into CMD. Please try and report any bugs or successful build of the example.

« Last Edit: February 06, 2023, 06:54:38 pm by 8Observer8 »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: libsfml-system-s: undefined reference to std::basic_streambuffer::seek_pos
« Reply #1 on: February 06, 2023, 03:59:28 pm »
They are probably using a different compile than the one you're using with a different runtime, which then causes these mismatches.

If you want to work on the project together and shared binary files, then make sure to use the exact same compiler.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/


 

anything