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

Author Topic: heLP WITH sfml 2.1 PLEASE  (Read 1446 times)

0 Members and 3 Guests are viewing this topic.

DrowKiroth

  • Newbie
  • *
  • Posts: 5
    • View Profile
heLP WITH sfml 2.1 PLEASE
« on: October 12, 2013, 05:59:23 pm »
  Hello Everyone,

        So first off I am developing on kubuntu, with code blocks and am getting an error that states "CircleShape is not a member of sf."  I am running the very first tutorial for linux listed @http://www.sfml-dev.org/tutorials/2.1/start-linux.php. I am not really sure why this is an issue here.  I also made sure to follow the directions for linking the library files under the code blocks portion listed @http://www.sfml-dev.org/tutorials/2.1/start-cb.php. If anyone can give me guidance or tell me where I may of messed up please do. Thanks everyone in advance. 

G.

  • Hero Member
  • *****
  • Posts: 1592
    • View Profile
Re: heLP WITH sfml 2.1 PLEASE
« Reply #1 on: October 12, 2013, 06:07:50 pm »
Are you sure you have SFML 2.1? The version on Ubuntu repositories is 1.6 I think.

DrowKiroth

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: heLP WITH sfml 2.1 PLEASE
« Reply #2 on: October 12, 2013, 06:13:37 pm »
  How do I confirm its version 2.1?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10998
    • View Profile
    • development blog
    • Email
Re: heLP WITH sfml 2.1 PLEASE
« Reply #3 on: October 12, 2013, 06:14:57 pm »
Please choose a better subject name "help" and caps-lock won't get you faster help, also read this and you could use BBCode to format your URLs or not anything in-front of it. ;)

As G. pointed out you're probably not using SFML 2.1, if you haven't compiled SFML on your own or downloaded from SFML's website. Many of the SFML Linux packets are still on SFML 1.6.

  How do I confirm its version 2.1?
You can look it up in your packet manager.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

DrowKiroth

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: heLP WITH sfml 2.1 PLEASE
« Reply #4 on: October 12, 2013, 07:37:31 pm »
   

  Thank you for the clarification.  I guess I have to go run cmake.

 

anything