c++ - system lookup error undefined symbol SFML -
I'm running Linux Typ 12 on an i686.
I am running a program that uses SFML. I compile it and run it like this:
g ++ -c lineTest.cpp rasterizer.cpp simpleCanvas.cpp g ++ -o linestitist.o rasterizer O simpleCanvas.o -lsfml-graphics -lsfml-findows-lsfml-system/ When I try to run the program line, I get the following error:
$ ./lineTest ./lineTest: Symbol Lookup Error: /usr/local/lib/libsfml-window.so.1.6: Undefined Icons: _ZN2sf7Unicode11UTF8OffsetsE I have any IDE I'm not using everything, just running everything from the command line, do anyone know what I can do to get rid of this error and run the program The Can for?
I thought that I would say that you have / usr / lib and / usr / local / lib Decoding the name sfml is wrong in both:
& gt; C ++ filt _ZN2sf7Unicode11UTF8OffsetsE sf :: Unicode :: UTF 8 offsets Therefore, for the libsfml-window.so sf :: Unicode :: UTF8 offset function Looks but can not find it.
Comments
Post a Comment