Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
General
»
General discussions
»
libsfml-system-s: undefined reference to std::basic_streambuffer::seek_pos
Print
Pages: [
1
]
Author
Topic: libsfml-system-s: undefined reference to std::basic_streambuffer::seek_pos (Read 2001 times)
0 Members and 1 Guest are viewing this topic.
8Observer8
Newbie
Posts: 25
libsfml-system-s: undefined reference to std::basic_streambuffer::seek_pos
«
on:
February 06, 2023, 03:48:58 pm »
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
»
Logged
My tutorial: How to build SFML3 with gradlew for Android on Window 10 with MinGW
eXpl0it3r
SFML Team
Hero Member
Posts: 11034
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.
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
8Observer8
Newbie
Posts: 25
Re: libsfml-system-s: undefined reference to std::basic_streambuffer::seek_pos
«
Reply #2 on:
February 06, 2023, 05:33:25 pm »
Thank you very much!
Logged
My tutorial: How to build SFML3 with gradlew for Android on Window 10 with MinGW
Print
Pages: [
1
]
SFML community forums
»
General
»
General discussions
»
libsfml-system-s: undefined reference to std::basic_streambuffer::seek_pos