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

Author Topic: Debug libraries missing in SFML-2.1-linux-gcc-64bits.tar.bz2  (Read 1802 times)

0 Members and 1 Guest are viewing this topic.

jadei

  • Newbie
  • *
  • Posts: 2
    • View Profile
Debug libraries missing in SFML-2.1-linux-gcc-64bits.tar.bz2
« on: October 06, 2013, 12:13:51 am »
I'm running Ubuntu 12.04 Precise 64bit.  So I downloaded SFML-2.1-linux-gcc-64bits.tar.bz2 and got it working with codeblocks (12.11svn9156-0ubuntu1~precise).  It compiles the first example (http://www.sfml-dev.org/tutorials/2.1/start-cb.php) fine using release settings but using debug settings it can't find "sfml-window-d", etc.   My /SFML/lib directory doesn't have any -d files in it so I assume they aren't included with the package I downloaded? 

Does this mean I need to compile SFML from source if I want debug libraries?

I'm just starting to learn SFML, and coding on linux in general, so I'm trying to have everything set up correctly and I'm sure I will need to debug  ;D


FRex

  • Hero Member
  • *****
  • Posts: 1848
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
Re: Debug libraries missing in SFML-2.1-linux-gcc-64bits.tar.bz2
« Reply #1 on: October 06, 2013, 01:22:06 am »
That's a Windows tutorial. You don't need more than one set of binaries on Linux unless you're using switches that break binary compatibility or want to use some specific switches to debug/profile/whatever SFML along with your app.
Back to C++ gamedev with SFML in May 2023

jadei

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Debug libraries missing in SFML-2.1-linux-gcc-64bits.tar.bz2
« Reply #2 on: October 06, 2013, 02:16:35 am »
Ahh, I see.  Thanks for the quick reply.  No wonder I couldn't find the answer when I searched the forums originally.

FRex

  • Hero Member
  • *****
  • Posts: 1848
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
Back to C++ gamedev with SFML in May 2023