DM_VERTEX : Installation Issues : Not able to start dm_vertex.
Hi Experts,
We are geting the below error after installing the dm_vertex. When trying to get the libctx300.so, it fails because the cobmain.h and CTX300.CBL files are missing. These files are referenced in the ctx300_.c source file and Makefile respectively.
ctx300_.c file
------------------
#ifndef WIN32
#include "cobmain.h"
#endif
Makefile
-------------------
#COB_FLAGS_hpux= -v -Q,2 -G +z +DAportable
COB_FLAGS_hpux= -y -t
COB_FLAGS= $(COB_FLAGS_$(OS))
COB_FILE= $(CTX_DIR)/CTX300.CBL
when we try to compiling, we got the following.
$ make
make: Nothing to be done for `all'.
Due to missing dm_vertex files, tax can't be done properly
We are geting the below error after installing the dm_vertex. When trying to get the libctx300.so, it fails because the cobmain.h and CTX300.CBL files are missing. These files are referenced in the ctx300_.c source file and Makefile respectively.
ctx300_.c file
------------------
#ifndef WIN32
#include "cobmain.h"
#endif
Makefile
-------------------
#COB_FLAGS_hpux= -v -Q,2 -G +z +DAportable
COB_FLAGS_hpux= -y -t
COB_FLAGS= $(COB_FLAGS_$(OS))
COB_FILE= $(CTX_DIR)/CTX300.CBL
when we try to compiling, we got the following.
$ make
make: Nothing to be done for `all'.
Due to missing dm_vertex files, tax can't be done properly
0