WorldVistA / docker-vista

Dockerfile for VistA instances
Apache License 2.0
5 stars 6 forks source link

Compliation errors when running ZU #73

Open shabiel opened 1 year ago

shabiel commented 1 year ago

         .I +$$VERSION^%ZOSV'>2010 S %=$ZUTIL(68,40,1)
                                        ^-----
                At column 33, line 125, source module /home/vehu/r/_ZISUTL.m
%YDB-E-INVFCN, Invalid function name
         . S (%,%1)=$ZGETDVI($I,"TT_ACCPORNAM")
                     ^-----
                At column 14, line 48, source module /home/vehu/r/_ZIS4.m
%YDB-E-INVFCN, Invalid function name

Volume set: ROU:vehu  UCI: VAH  Device: /dev/pts/0

ACCESS CODE:
ksbhaskar commented 1 year ago

If one is sure that the source code is correct, one can use the -nowarning command line option when compiling from the shell, or $ZCOMPILE when for auto-compiles and explicit ZLINKs. $ZCOMPILE can be initialized at process startup from $ydb_compile.

shabiel commented 8 months ago

This has to do with my eternal problems with recompilation (source code newer than object code). It only happens rarely, and I haven't figured out why.