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

Author Topic: Compile problems with font tutorial  (Read 5232 times)

0 Members and 1 Guest are viewing this topic.

Srejv

  • Jr. Member
  • **
  • Posts: 63
    • View Profile
Compile problems with font tutorial
« on: September 06, 2007, 01:30:43 pm »
I keep getting this when trying to compile the font tutorial.

Code: [Select]
variable 'vtable for sfString' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details.

Using Dev-Cpp :)

CareBear

  • Newbie
  • *
  • Posts: 13
    • View Profile
Compile problems with font tutorial
« Reply #1 on: September 06, 2007, 01:54:43 pm »
In the front. I suggest heavily that you dismiss Dev-C++.
Dev-C++ is outdated and the development on it stopped a long time ago.

As an alternative you can use Code::Blocks (http://codeblocks.org/ - be sure to use a nightly build) or eclipse with the CDT plugin (http://www.eclipse.org/downloads/).

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Compile problems with font tutorial
« Reply #2 on: September 06, 2007, 02:12:17 pm »
Code::Blocks will give you the same error, they both use the same compiler (MinGW).

Use the static libraries instead, it will work. I'm still working to fix this bug.
Laurent Gomila - SFML developer

 

anything