Skip to content
New issue

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

Can't build: "soap/soapH.h" is unavailable #26

Open
Groctel opened this issue Jul 14, 2020 · 0 comments
Open

Can't build: "soap/soapH.h" is unavailable #26

Groctel opened this issue Jul 14, 2020 · 0 comments

Comments

@Groctel
Copy link

Groctel commented Jul 14, 2020

Hi!

I'm trying to build SWAD and am getting this output when running 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:

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant