swoole-src icon indicating copy to clipboard operation
swoole-src copied to clipboard

Any luck with termux support?

Open crazywhalecc opened this issue 5 years ago • 0 comments

Please answer these questions before submitting your issue. Thanks!

  1. What did you do? If possible, provide a simple script for reproducing the error. Any idea of supporting Android Termux?

  2. What did you expect to see? I tried and swoole cannot be compiled in Termux, some compile errors.

  3. What did you see instead? use of undeclared identifier 'msgctl'

  4. What version of Swoole are you using (show your php --ri swoole)? Compiling, 4.5.9

  5. What is your machine environment used (show your uname -a & php -v & gcc -v) ? uname -a:Linuc localhost 4.19.110-perf+ #1 SMP PREEMPT Tue Nov 17 23:01:00 CST 2020 aarch64 Android

php -v:PHP 8.0.0

gcc -v:clang v10

crazywhalecc avatar Dec 24 '20 16:12 crazywhalecc