-
It looks like future versions of GCC (>=10.0 ?) will introduce `__symver__` attribute as possible replacement for the `asm (".symver foo_v1, foo@VERS_1")` code. Which will likely help some packages to…
-
```
I'm attempting to compile la-pe on OS X. I realize you haven't really built
support for this yet and you have a todo in the ffi.pas file to do Mac support,
but I was just having a go at it.
I w…
-
The app crashes as soon as you navigate to a page where there is a `Skottie` component. This was happening on Android. Ios worked fine. Let me know if you need extra logs or anything.
React code:
…
-
Hi, when i try to run the example on this repo and even with another unity project, i get this build error in xcode
`Undefined symbols for architecture arm64:
"_onUnityMessage", referenced from:
…
-
The latest code in the repository does not build on macOS:
```
/usr/bin/clang word2vec.c -o word2vec -O3 -arch x86_64 -lm -pthread -Wall -funroll-loops
word2vec.c:74:10: warning: implicit declara…
-
OS: CentOS7 64bit
Need to specify libm when building sample program. Otherwise it gets the following error.
```
mpicc -I../include -g -O2 -o test_234float_mandel test_234float_mandel-test_234floa…
syoyo updated
9 years ago
-
succes : build in simulator6.1
fail : build in IOS device
====error log =======
Undefined symbols for architecture armv7:
"_libiconv", referenced from:
_apr_xlate_open in log4cxx(xlate.o)…
-
running `conan test_package` on Windows, with Visual Studio 14 (2015) gives linker errors.
The conan-generated `SDL2_ttf.lib` appears to export the whole of SDL2 as well as the ttf symbols. (see [S…
-
Here is an example log:
```
/Volumes/data/workspace/ABCFile.m:110:27: warning: unused variable 'domainWhitelist' [-Wunused-variable]
ld: warning: Could not find or use auto-linked framework 'Core…
-
I'm encountering the following when trying to build for iOS in Expo EAS.
- Version `0.4.3`
- No such issues happen when building locally on apple silicon
```
❌ Undefined symbols for architectur…