We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I'm trying to build SWAD and am getting this output when running make:
make
make gcc -Wall -Wextra -mtune=native -O2 -s -c -o swad_account.o swad_account.c gcc -Wall -Wextra -mtune=native -O2 -s -c -o swad_action.o swad_action.c gcc -Wall -Wextra -mtune=native -O2 -s -c -o swad_agenda.o swad_agenda.c gcc -Wall -Wextra -mtune=native -O2 -s -c -o swad_alert.o swad_alert.c gcc -Wall -Wextra -mtune=native -O2 -s -c -o swad_announcement.o swad_announcement.c gcc -Wall -Wextra -mtune=native -O2 -s -c -o swad_API.o swad_API.c swad_API.c:101:10: fatal error: soap/soapH.h: No such file or directory 101 | #include "soap/soapH.h" // gSOAP header | ^~~~~~~~~~~~~~ compilation terminated. make: *** [<builtin>: swad_API.o] Error 1
There are no other files named *soap* in the project:
*soap*
swad-core on master [?] ➜ find . -name "*soap*" ./soap
Am I doing something wrong or is this a missing header file that needs to be added? Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I'm trying to build SWAD and am getting this output when running
make
:There are no other files named
*soap*
in the project:Am I doing something wrong or is this a missing header file that needs to be added? Thank you!
The text was updated successfully, but these errors were encountered: