Ziggear

Results 9 comments of Ziggear

补充个: ... /usr/include/_regex.h:118:11: '(anonymous struct)::rm_eo' from module 'Darwin.POSIX._regex' is not present in definition of 'regmatch_t' in module 'ShadowPath.pcreposix' 重复定义了 regmatch_t ,在 pcreposix.h 里面修改: ``` #ifndef __REGEX_H_ typedef struct { regoff_t...

try this command before you use autosub (change ip and port to yours) ``` export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890 ```

Hey @xclidongbo, @igreulich I came across a similar problem, and this is what I found out: according to my error log after `rvm install`, there was also a LDFLAGS error,...

> If you open those files (or run `cat ~/.zshrc`), I'm willing to bet that you have a line like `export LDFLAGS="-L/usr/local/openssl/lib"`, which is probably something you copied and pasted...

👍🏻 with @monfresh 's suggestion, I deleted symlink of /usr/local/... and cleaned LDFLAGS/CPPFLAGS in .zshrc, then successfully installed ruby 2.7.4

Hi @prateekgarcha , I think I might be able to help with your question. First, in iOS native development, VoiceOver reads the placeholder value of a UITextField **by default**. This...