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

Author Topic: Undefined references when using manually downloaded SFML version  (Read 1740 times)

0 Members and 1 Guest are viewing this topic.

codecodecode

  • Newbie
  • *
  • Posts: 26
    • View Profile
When I install sfml 2.1 from the repo (on ubuntu), it works just fine. But when I download the same version from the download page, it throws out these errors:
(click to show/hide)
I copied all the glew files into the lib folder, but the problem persists (I found out I don't have libGLEW.so.1.7 on my system btw). How to fix this problem?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Undefined references when using manually downloaded SFML version
« Reply #1 on: March 11, 2017, 01:28:44 pm »
Install the latest version of SFML. 2.1 is really old.
Laurent Gomila - SFML developer

codecodecode

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Undefined references when using manually downloaded SFML version
« Reply #2 on: March 11, 2017, 01:42:01 pm »
I tried to, but hit a brickwall. I'm trying to install 2.1 from another location with the idea that it'll help me infer why 2.4.2 doesn't work for me.

Before 2.1 I tried installing 2.3.2, but it behaves the same way as 2.4.2.

korczurekk

  • Full Member
  • ***
  • Posts: 150
    • View Profile
    • Email
Re: Undefined references when using manually downloaded SFML version
« Reply #3 on: March 11, 2017, 06:32:50 pm »
You're using Linux, why won't you simply recompile SFML and install it (or pack into .deb package)? Btw if you're using Ubuntu 16.04 or newer you can install SFML 2.4.1 from .deb prepared by me, it's packaged with QSFML releases.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Undefined references when using manually downloaded SFML version
« Reply #4 on: March 11, 2017, 08:31:15 pm »
Ok so stop messing with multiple versions, and let's first solve your problem with 2.4.2 in that other thread. Then this problem should be solved too (SFML > 2.2 no longer depends on GLEW).
Laurent Gomila - SFML developer

codecodecode

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Undefined references when using manually downloaded SFML version
« Reply #5 on: March 12, 2017, 10:14:29 pm »
Quote
You're using Linux, why won't you simply recompile SFML and install it
That's what I was doing before that, with no success.
Quote
Btw if you're using Ubuntu 16.04 or newer you can install SFML 2.4.1 from .deb prepared by me, it's packaged with QSFML releases.
On 14.04.

 

anything