Sujet : Can C #includes like this be made to work onVMS?
De : mail (at) *nospam* SendSpamHere.ORG (Brian Schenkenberger)
Groupes : comp.os.vmsDate : 15. Oct 2024, 19:42:11
Autres entêtes
Organisation : Tmesis Software
Message-ID : <vemd23$1qdt1$1@dont-email.me>
User-Agent : Unison/2.2
I want to port a freeware package. It's C code is littered with includes like:
#include "package_name/include_file.h"
I've tried the DECC$***_INCLUDE logicals, the CC command quilifier /INCLUDE_DIRECTORY and logicals, rooted and otherwise, defining "package_name". Can't get the C compiler to find include_file.h.