Search found 5 matches
- 15 Dec 2016, 02:02
- Forum: Help & Bugs
- Topic: Help with Square Root Errors?
- Replies: 9
- Views: 4231
Re: Help with Square Root Errors?
What does streflop do? I can't figure out the names. :( Would I need to track down exactly what sqrt function is needed for each and manually assign, or is there one that is somehow broken or disabled that serves all of them (Yes, it's probably the SSE one that normally does that, but why can't a di...
- 14 Dec 2016, 23:58
- Forum: Help & Bugs
- Topic: Help with Square Root Errors?
- Replies: 9
- Views: 4231
Re: Help with Square Root Errors?
I think I am *starting* to understand this. Commenting that line disables the sse function of the earlier error (making that fix possibly irrelevant?) and replaces it with math:: from streflop_cond.h. (or I am an idiot...) However, this seems to not actually include a sqrt function, so it fails: // ...
- 14 Dec 2016, 20:47
- Forum: Help & Bugs
- Topic: Help with Square Root Errors?
- Replies: 9
- Views: 4231
Re: Help with Square Root Errors?
More compiling difficulties: (sorry to bother you again) I am now getting a new error at 8%, compiling StreflopC.cpp [ 0%] Built target minizip [ 7%] Built target assimp [ 8%] Built target squish [ 8%] Built target CUtils Configuring Version files ... -- SPRING_ENGINE version fetched from VERSION fi...
- 14 Dec 2016, 18:39
- Forum: Help & Bugs
- Topic: Help with Square Root Errors?
- Replies: 9
- Views: 4231
Re: Help with Square Root Errors?
I did see that warning. Ah well. That does certainly explain why there isn't a version in the default repositories.
Thanks for letting me know how to fix the error. I have never seen such a fast and helpful response on the other forums I have visited!
Thanks for letting me know how to fix the error. I have never seen such a fast and helpful response on the other forums I have visited!
- 14 Dec 2016, 02:58
- Forum: Help & Bugs
- Topic: Help with Square Root Errors?
- Replies: 9
- Views: 4231
Help with Square Root Errors?
Hello. I am new here, and I was hoping to avoid this, but I have a Raspberry Pi 3 (and an Odroid xu3, but I'll get to that later...) that I would like to build Spring RTS for. Of course, there is no such package for arm in the Ubuntu ARM or Raspbian repos. I have downloaded a large number of package...