10-17-2014, 12:21 AM
@xoft: regarding commit f58d44e, you might want to watch scott meyers talk on the six different sets of rules for type deduction in c++ https://www.youtube.com/watch?v=wQxj20X-tIU
Random Chitchat 2012-2016
|
10-17-2014, 12:21 AM
@xoft: regarding commit f58d44e, you might want to watch scott meyers talk on the six different sets of rules for type deduction in c++ https://www.youtube.com/watch?v=wQxj20X-tIU
10-17-2014, 06:54 PM
We have 300 stars on github
10-23-2014, 12:29 AM
I can't compile MCServer with my raspberry pi. (Use clang and clang++ as compilers)
What's wrong? Quote:/home/minecraft/MCServer/src/Generating/Trees.cpp:424:17: error: initialization
10-23-2014, 12:58 AM
Try using GCC.
10-23-2014, 04:47 PM
Specifically, a newer version of GCC.
10-23-2014, 05:04 PM
Is there a known "minimum version" of gcc and of clang that supports our c++11 features? We might want to document that somewhere.
10-23-2014, 05:12 PM
(This post was last modified: 10-23-2014, 05:15 PM by sphinxc0re.)
Why don't we just take the newest version and put a + behind it? I think GCC 4.8.3 is the version that supports most of the features of C++11
10-23-2014, 05:14 PM
We know it works with gcc 4.6 and clang 3.4, as those are what travis uses.
10-23-2014, 05:31 PM
@sphinxc0re That wouldn't be good, as there are many Linux platforms that don't have the newest latest compilers available. For example the RasPi has gcc 4.6.3.
10-23-2014, 07:32 PM
Hmmm, everyone was so excited about moving to c++11 and now Travis fails on us because it doesn't have full c++11 support - it doesn't seem to have std::chrono::steady_clock.
|
« Next Oldest | Next Newest »
|