SFML community forums

Help => Graphics => Topic started by: Srejv on September 06, 2007, 01:30:43 pm

Title: Compile problems with font tutorial
Post by: Srejv 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 :)
Title: Compile problems with font tutorial
Post by: CareBear 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/).
Title: Compile problems with font tutorial
Post by: Laurent 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.