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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - metsuro

Pages: [1]
1
General discussions / Re: Mutual following on Twitter!
« on: May 02, 2015, 02:23:13 am »
SFML has now an official handle itself on Twitter: https://twitter.com/sfmldev :)

Because this is the mutal following thread.. does that mean the sfmldev twitter is gonna follow everyone? Sounds like alot of work!

2
General / Re: SFML 2.1 Visual Studio Tutorial not working
« on: August 07, 2014, 06:23:31 am »
Isn't it graphics window system for the includes as graphics relies on window and system? so wouldn't you also need to add in the system link? Also thanks to Ixrec in another thread I had a similiar issue and he linked me this. https://github.com/SFML/SFML/wiki/FAQ#build-link-static

3
General / Unofficial nightly build question?
« on: August 05, 2014, 07:36:13 am »
Wasn't really sure where to put this question specially after trying to do a bit of searching and coming up short.

I recently wanted to try out Thor and SFGUI but as I'm rather new and not familiar with building libraries myself I was going to use one of the sets off of the nightlybuild site. So I went over and picked this section to play around with. http://www.nightlybuilds.ch/compiler/show/13/MinGW-builds-490r2-64/ I first downloaded the compiler and installed it, I then downloaded and installed the sfml package before going any further. I decided to test the pong example included using
g++ Pong.cpp  -lsfml-graphics -lsfml-window -lsfml-system -lsfml-audio
to build it and it worked just fine. I then figured I'd try to link it statically. Now from using the one prebuilt library from the official website I believe the correct call would have been
g++ Pong.cpp -DSFML_STATIC  -lsfml-graphics-s -lsfml-window-s -lsfml-system-s -lsfml-audio-s
just produces this for me. 
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(RenderWindow.cpp.obj):Render
Window.cpp:(.text+0x3a3): undefined reference to `glReadPixels'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x13b): undefined reference to `FT_Set_Pixel_Sizes'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x31b): undefined reference to `FT_Set_Pixel_Sizes'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x35f): undefined reference to `FT_MulFix'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x50b): undefined reference to `FT_Set_Pixel_Sizes'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x551): undefined reference to `FT_MulFix'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x6f8): undefined reference to `FT_Set_Pixel_Sizes'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x8e7): undefined reference to `FT_Get_Char_Index'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x8f3): undefined reference to `FT_Get_Char_Index'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x90d): undefined reference to `FT_Get_Kerning'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0xf24): undefined reference to `FT_Done_Face'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0xf47): undefined reference to `FT_Done_FreeType'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x103c): undefined reference to `FT_Init_FreeType'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x1064): undefined reference to `FT_New_Memory_Face'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x107b): undefined reference to `FT_Select_Charmap'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x117f): undefined reference to `FT_Done_Face'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x119e): undefined reference to `FT_Done_FreeType'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x1238): undefined reference to `FT_Done_Face'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x1359): undefined reference to `FT_Init_FreeType'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x1379): undefined reference to `FT_New_Face'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x138c): undefined reference to `FT_Select_Charmap'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x14e0): undefined reference to `FT_Done_Face'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x14ff): undefined reference to `FT_Done_FreeType'
E:/Programming/Tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.0/../../../..
/x86_64-w64-mingw32/lib/../lib/libsfml-graphics-s.a(Font.cpp.obj):Font.cpp:(.tex
t+0x15bf): undefined reference to `FT_Done_Face'

So... What exactly am I doing wrong?

4
General discussions / Re: SFML 3 - What is your vision?
« on: May 04, 2014, 01:56:35 am »
maybe integrating the functionality projects of SFML into just one thing.

So what like taking Thor, SFGUI, SFNUL or whatever and just making one SFML-Extended project?

5
General / Re: Compile Project on Windows Via Cmd
« on: May 01, 2014, 07:02:03 pm »
the lib files would have gone to mingw/lib and the includes are in a folder in mingw/include. I think the fact you put them into the c++ includes is what caused the problem? Maybe?

6
General / Re: Compile Project on Windows Via Cmd
« on: May 01, 2014, 04:21:32 pm »
well for me I just dropped the library and includes into MinGW's includes and library folders. But I think you can flag libraries to there installed directory by using their path name. so for the library names do -L then the path to the library you want to use instead of -llibrary

7
General / Re: Compile Project on Windows Via Cmd
« on: May 01, 2014, 12:37:43 am »
Ok, I did more research and read over the link but I believed the author assumed that I had ".a" files for my library which I don't. Does anybody else have experience with makefile or command line compiling on windows for sfml?

I'm using MinGW and to build an exe we just do something "g++ -o test-game main.cpp character.cpp -DSFML_STATIC -lsfml-graphics-s -lsfml-window-s -lsfml-system-s -lsfml-audio-s -static-libstdc++ -std=c++11"

Pages: [1]
anything