-
Notifications
You must be signed in to change notification settings - Fork 82
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
Building TimeParse.cpp break on iOS target #542
Labels
bug
For issues that describe a bug
build
For issues in the context of building the software
help wanted
Signal that help of other is appreciated
Comments
Hello Validimir,
I recently updated the catch test library to a new version, to be
concrete to Catch2 (major release).
It looks like the test library uses asm statements in some cases, which
again are activated under iOS builds (in the sense, that there does not
seem some conditional code to some better fallback) but cannot be used
there. Since I had below problem for the central build for iIOS, too, I
just disabled the building of the tests there :-)=)
See catchorg/Catch2#1127
Looks like this was fixed once upon a time in an earlier version of
catch (catchorg/Catch2#61)
So this seems to be an upstream bug of the catch2 library. Sorry, that I
was not aware of this before I switched :-(
…--
Gruß...
Tim
|
Framstag
added
bug
For issues that describe a bug
build
For issues in the context of building the software
help wanted
Signal that help of other is appreciated
labels
Dec 23, 2017
Waiting for upstream bugfix :-( |
An easy fix downstream (which I had to use temporarily) is to use this fallback for both mac and linux regardless of arch. It makes backtraces slighly longer but is more portable. |
Framstag
pushed a commit
that referenced
this issue
Jan 18, 2018
Catch2. Reactivated tests under iOS. Also activated tests using meson for travis, too.
Framstag
pushed a commit
that referenced
this issue
Jan 18, 2018
Framstag
pushed a commit
that referenced
this issue
Jan 18, 2018
Framstag
pushed a commit
that referenced
this issue
Jan 18, 2018
Tests work again after update. Closing issue. |
Framstag
pushed a commit
that referenced
this issue
Jan 19, 2018
Framstag
pushed a commit
that referenced
this issue
Jan 20, 2018
Framstag
pushed a commit
that referenced
this issue
Jan 22, 2018
not work, since iOS generates binaries for an architecture, which is not the architecture of the build system ( at least I assume so).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
For issues that describe a bug
build
For issues in the context of building the software
help wanted
Signal that help of other is appreciated
I tried to build for iOS target using CMake but the compilation stop with the following errors :
The text was updated successfully, but these errors were encountered: