Makefile error ignored #1

Closed
opened 2022-11-27 02:25:05 +00:00 by lanodan · 0 comments
Owner

For example on a system without cc (but still having a C Compiler):

==> captcha
rm -f priv/captcha src/captcha.o 
cc -g   -c -o src/captcha.o src/captcha.c
make: cc: No such file or directory
make: *** [<builtin>: src/captcha.o] Error 127

Compiling 1 file (.ex)
Generated captcha app
For example on a system without `cc` (but still having a C Compiler): ``` ==> captcha rm -f priv/captcha src/captcha.o cc -g -c -o src/captcha.o src/captcha.c make: cc: No such file or directory make: *** [<builtin>: src/captcha.o] Error 127 Compiling 1 file (.ex) Generated captcha app ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pleroma-elixir-libraries/elixir-captcha#1
No description provided.