Error when compiling code: "autoextvj_lib.c:4:23: fatal error: autoextvj.h: No such file or directory"
search cancel

Error when compiling code: "autoextvj_lib.c:4:23: fatal error: autoextvj.h: No such file or directory"

book

Article ID: 217360

calendar_today

Updated On:

Products

CA Workload Automation AE - Scheduler (AutoSys)

Issue/Introduction

The following error is received when attempting to compile code using autoextvj :

$ gcc -c -fPIC -Wall autoextvj_lib.c -o autoextvj.o

autoextvj_lib.c:4:23: fatal error: autoextvj.h: No such file or directory

#include "autoextvj.h"

                       ^

compilation terminated.

 

Environment

AutoSys 11.3.6x and 12.x

Cause

The 'autoextvj.h' header file is missing or lacks the necessary read permissions.

Resolution

Make sure you are in the $AUTOSYS/code directory when compiling and that the 'autoextvj.h' header file is present and has appropriate read permissions.

Here is the list of files and permissions from the $AUTOSYS/code directory of an out-of-the-box installation:

$ ls -la
total 1240
drwxr-xr-x.  2 autosys autosys    4096 Jul 12  2019 .
drwxr-xr-x. 21 autosys autosys    4096 Jul 17  2020 ..
-rw-r--r--.  1 autosys autosys 1064341 Feb 27  2019 AsPublicSDK.h
-r--r--r--.  1 autosys autosys    6061 Feb 27  2019 as_types.h
-r--r--r--.  1 autosys autosys    9323 Feb 27  2019 asxauthc_sample_lib.c
-r--r--r--.  1 autosys autosys   21440 Feb 27  2019 asxauthc_sample_lib_krb5.c
-r--r--r--.  1 autosys autosys    4739 Feb 27  2019 asxauths_sample_lib.c
-r--r--r--.  1 autosys autosys   23613 Feb 27  2019 asxauths_sample_lib_krb5.c
-r--r--r--.  1 autosys autosys    4785 Feb 27  2019 autoextauth_cli.h
-r--r--r--.  1 autosys autosys    3005 Feb 27  2019 autoextauth_defs.h
-r--r--r--.  1 autosys autosys    4565 Feb 27  2019 autoextauth_srv.h
-r--r--r--.  1 autosys autosys    7023 Feb 27  2019 autoextvj.h
-r--r--r--.  1 autosys autosys   19673 Feb 27  2019 autoextvj_sample_lib.c
-r--r--r--.  1 autosys autosys    2369 Feb 27  2019 autosys_api_auto.h
-r--r--r--.  1 autosys autosys   12797 Feb 27  2019 AutoSysApiSample.cpp
-r--r--r--.  1 autosys autosys    1851 Feb 27  2019 AutoSysApiSample.h
-r--r--r--.  1 autosys autosys    2720 Feb 27  2019 AutoSysApiSample.mk
-r--r--r--.  1 autosys autosys    2297 Feb 27  2019 AutoSysApiSample.readme
-r--r--r--.  1 autosys autosys   12337 Mar  5  2020 get_auto_event.cpp
-r--r--r--.  1 autosys autosys    3381 Feb 27  2019 heartbeat.cpp
-r--r--r--.  1 autosys autosys     946 Feb 27  2019 heartbeat.sh
-r--r--r--.  1 autosys autosys    3317 Feb 27  2019 sdk_sample.cpp
-r--r--r--.  1 autosys autosys    3408 Mar  5  2020 test_api.cpp
-r--r--r--.  1 autosys autosys    2728 Feb 27  2019 testheart.cpp