pbrune1973 / qwics

Other
6 stars 0 forks source link

Missing includes #8

Open dibdot opened 3 years ago

dibdot commented 3 years ago

Hi, I'm trying to compile the sources under a fresh Ubuntu: Ubuntu 20.04.3 LTS (GNU/Linux 5.11.0-1017-gcp x86_64)

Cobol-Compiler with your changes seems to be OK (gnucobol 3.1). I can't get the tpmserver part running due to missing includes in cobexec.c, e.g.:

#include "env/envconf.h"
#include "msg/queueman.h"
#include "shm/shmtpm.h"
#include "enqdeq/enqdeq.h"

Which programm/package ships these kind of header files?