Terabin (Allyson Souza Bacon)
- Login: Terabin
- Registered on: 05/31/2021
- Last sign in: 02/09/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 1 | 2 |
Activity
05/31/2021
-
11:30 AM Ruby Bug #17931: Compile fails setup option nodynamic
- my setup file
``` shell
option nodynamic
#bigdecimal
#cgi/escape
#continuation
#coverage
#date
#dbm
#digest/bubblebabble
#digest
#digest/md5
#digest/rmd160
#digest/sha1
#digest/sha2
#etc
#fcntl
#ffi_c
#fiber
fiddle... -
11:21 AM Ruby Bug #17931 (Open): Compile fails setup option nodynamic
- I can compile the ruby normally without deselecting the #option nodinamyc and some other extension, but when deselecting I get the following error
``` shell
rbconfig.rb updated
generating enc.mk
making srcs under enc
generating ... -
08:45 AM Ruby Bug #17929 (Closed): Compile fails on Windows --with-static-linked-ext
- I can compile Ruby normally without --with-static-linked-ext, but when I try to use this command the following problem occurs:
``` shell
win32ole_typelib.c
compiling C:/ruby-3.0.1/ext/win32ole/win32ole_variable.c
win32ole_variable....