Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build latest master with crystax 10.1.0 and add-rendermanager branch of Android-Build #1

Open
russell-taylor opened this issue Feb 26, 2016 · 2 comments
Assignees
Labels

Comments

@russell-taylor
Copy link

I get the following error when trying to build. It looks from the code like maybe the first element in the + operation is empty, making the overall expression be +0 rather than 0+0 or some other number +0.

CMake Error at /home/taylorr/sensics/src/OSVR-Android-Build/android-cmake/android.toolchain.cmake:429 (math):
math cannot parse the expression: "+0": syntax error, unexpected exp_PLUS,
expecting exp_OPENPARENT or exp_NUMBER (1)
Call Stack (most recent call first):
/usr/share/cmake-3.2/Modules/CMakeDetermineSystem.cmake:98 (include)
CMakeLists.txt:2 (project)

This was not an issue with bbfa867, which is what I started out using to develop a RenderManager port.

This is happening on Linux

@JeroMiya
Copy link

JeroMiya commented Jun 1, 2016

There appears to be some unmerged branches with updates to get android-cmake working for the crystax NDK, and that's what's going on with the expression error. In this case, it's trying to parse the LICENSE.TXT file in the crystax NDK, but crystax uses a different versioning scheme than the official NDK.

@russell-taylor
Copy link
Author

That makes sense. I just continued to develop with the other release, but at some point I knew we were going to want to upgrade to the latest so I added the issue. Hope you can find the right branch to merge...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants