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 - ToyAuthor

Pages: 1 [2]
16
General / Re: How I do to can compile SFML Project without IDE?
« on: October 31, 2016, 10:13:40 am »
What's your compiler and platform?
So you try build SFML in command line with CMake?

Build SFML by yourself is a very good idea.

17
Hello AlanGrid
I recommand you using SFML with CMake + Visual Studio 2015.
Project template doesn't bring any benefit for cross-platform.

Visual Studio 2017 may be add more tricks and remove old one.
It's wasting your time.

18
https://gist.github.com/ToyAuthor/580dd4bd2a6741728bf7864a6f723f76

OpenSceneGraph have osgviewerMFC,osgviewerQt,osgviewerSDL,osgviewerFLTK.
But they don't have osgviewerSFML.
So I made one.

19
General / Re: How to change ANDROID_STL option?
« on: July 02, 2016, 05:02:07 am »
I find something missing at android.toolchain.cmake file in SFML.
SFML just only add c++_shared option in ANDROID_NDK side.
(see BUILD_WITH_ANDROID_NDK and BUILD_WITH_STANDALONE_TOOLCHAIN)

I build it on Linux with standalone toolchain.
That's why I failed.

You can ignore my report, if SFML just only build Android library on Windows.

20
General / Re: How to change ANDROID_STL option?
« on: July 01, 2016, 12:28:48 pm »
Wait a minute...

The android.toolchain.cmake in SFML have been modified.
I will try it later.

21
General / How to change ANDROID_STL option?
« on: July 01, 2016, 06:51:02 am »
Hello everyone!

I try to build a Android App by the following tool.
https://github.com/taka-no-me/android-cmake

And I really made some app without SFML.

But it not support libc++_static/libc++_shared yet.
It can't pass compiler, when I link SFML library.
So I set ANDROID_STL to libstdc++/gnustl_static/gnustl_shared ..., and it don't work too.

Error message still output.
error: undefined reference to 'std::__1::locale::use_facet(std::__1::locale::id&) const'

What sould I do?
Build my own extlibs?(libFLAC.a libfreetype.a ...etc)

Pages: 1 [2]
anything