Pages: 1
Author Topic: Error First Time Compiling Platform Engine Sample on Win 7  (23,148 Views)
Offline (Unknown gender) NorthrupAnthony
Guest


Email
Posted on: January 29, 2018, 07:43:29 PM
I'm trying to get a sample project compiling on my Windows 7 machine, and I'm running into some issues. I used the self-extracting installer, ran the update script, switched to 32-bit JVM, then loaded the project. I can open the project and view things properly (sprites, objects, etc.) but building fails. You can read the progress log here: https://pastebin.com/gyMxgUJc, though I didn't see anything very helpful. Compilation fails on the Universal_System/Extensions/MotionPlanning/motion_planning.cpp file. Any help would be appreciated, thanks.
Offline (Unknown gender) Josh @ Dreamland

Prince of all Goldfish
Developer
Joined: Feb 2008
Posts: 2,950
View profile
Reply #1 Posted on: January 30, 2018, 05:06:50 AM
That game seems to suffer from a regression we've had on math functions. It's being worked on. You can follow along on PR 1172 if you're interested. It contains a fix for abs and a unit test to catch future regressions. I intend to add the other math functions and fix a coverage problem before merging it.
Pages: 1