acanas / swad-core

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

make fails due to missing swad_cookie.[c,h] files from repository #20

Closed naderra closed 5 years ago

naderra commented 5 years ago

$ git clone https://github.com/acanas/swad-core.git $ cd swad-core $ make gcc -Wall -Wextra -mtune=native -Os -s -c -o swad_action.o swad_action.c swad_action.c:40:10: fatal error: swad_cookie.h: No such file or directory #include "swad_cookie.h" ^~~~~~~~~~~~~~~ compilation terminated. <builtin>: recipe for target 'swad_action.o' failed make: *** [swad_action.o] Error 1

Both swad_cookie.h and swad_cookie.c appear to be missing from the github repo.

acanas commented 5 years ago

Both files were added. Thank you very much for notifying the issue.