diff --git a/builds/vms/apinames_vms.bash b/builds/vms/apinames_vms.bash index e9b1b727b..1928d21ae 100644 --- a/builds/vms/apinames_vms.bash +++ b/builds/vms/apinames_vms.bash @@ -1,2 +1,2 @@ src/tools/apinames -wV include/freetype/*.h > freetype_vms0.opt -mv freetype_vms0.opt freetype_vms.opt +/gnu/bin/mv freetype_vms0.opt freetype_vms.opt diff --git a/vms_make.com b/vms_make.com index 65d2eb586..c766a80d3 100644 --- a/vms_make.com +++ b/vms_make.com @@ -1499,7 +1499,8 @@ $ deck CFLAGS=$(COMP_FLAGS)$(DEBUG)/include=([--.include],[--.src.sfnt]) .ifdef X86 -CXXFLAGS=$(CXXCOMP_FLAGS) -I[] -I[--.include] -I[--.src.base] -Isys$library +CXXFLAGS=$(CXXCOMP_FLAGS) -I[] -I[--.include] -I[--.src.base] -Isys$library\ + -Wno-incompatible-pointer-types .endif .ifdef X86