-
Hello Chris,
I tried to use the script but get the error below. This problem only happens with --replace_star as --replace works fine:
[tiltall]$ python startool.py particles.star --replace_st…
-
```
In linux, with wrong Makefile, it fail to compile
deps/hiredis/Makefile
from line 10, it should be like this:
10 ifeq ($(uname_S),SunOS)
11 CFLAGS?=-std=c99 -pedantic $(OPTIMIZATION) -fPIC -…
-
```
In linux, with wrong Makefile, it fail to compile
deps/hiredis/Makefile
from line 10, it should be like this:
10 ifeq ($(uname_S),SunOS)
11 CFLAGS?=-std=c99 -pedantic $(OPTIMIZATION) -fPIC -…
-
```
In linux, with wrong Makefile, it fail to compile
deps/hiredis/Makefile
from line 10, it should be like this:
10 ifeq ($(uname_S),SunOS)
11 CFLAGS?=-std=c99 -pedantic $(OPTIMIZATION) -fPIC -…
-
```
In linux, with wrong Makefile, it fail to compile
deps/hiredis/Makefile
from line 10, it should be like this:
10 ifeq ($(uname_S),SunOS)
11 CFLAGS?=-std=c99 -pedantic $(OPTIMIZATION) -fPIC -…
-
```
In linux, with wrong Makefile, it fail to compile
deps/hiredis/Makefile
from line 10, it should be like this:
10 ifeq ($(uname_S),SunOS)
11 CFLAGS?=-std=c99 -pedantic $(OPTIMIZATION) -fPIC -…
-
### 📜 Description
Currently the prompt step doesn't support calling of the stdlib calls. Instead we have to define a separate evaluate step to get the stdlib functionalities and then [ass it as a var…
-
Make SOFA binary and test code with binary
Need to add a SOFA Binary with compiled plugins to allow to test the code and free users from compiling SOFA from scratch
Needed plugins:
SP3
STLIB
…
-
Many C library functions return a null pointer on error, i.e. `malloc` and `fopen`, etc. To make these more safe, their return values should be wrapped in a `Result` type.
-
When trying to load a scene with stlib3.scene the above error shows up. The SOFA framework version is 21.12.00 and the plugin has been downloaded from GitHub and unzipped in the SOFA plugins directory…