acanas / swad-core

Main core for SWAD platform (Social Workspace At a Distance)
GNU Affero General Public License v3.0
71 stars 17 forks source link

make fails due to missing swad_hidden_visible.[c,h] files from repository #29

Closed Ismael034 closed 8 months ago

Ismael034 commented 8 months ago

Running a make clean && make all throws a compilation error due to missing files swad_hidden_visible.h and swad_hidden_visible.c in repository.

Error message:

gcc -Wall -Wextra -mtune=native -O2   -c -o swad_account.o swad_account.c
In file included from swad_user.h:39,
                 from swad_account.h:33,
                 from swad_account.c:33:
swad_icon.h:30:10: fatal error: swad_hidden_visible.h: No existe el fichero o el directorio
   30 | #include "swad_hidden_visible.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [<integrado>: swad_account.o] Error 1
acanas commented 8 months ago

Thanks for informing. I just added the two files.