[Info-vax] C compiler snag
John E. Malmberg
wb8tyw at qsl.net_work
Wed May 19 08:50:49 EDT 2021
On 5/19/2021 4:51 AM, Richard Levitte wrote:
> Hey folks,
>
> it's been long since I've been present here... been all busy with
> OpenSSL, not much time for something else.
<snip>
>
> -----
> $ cc humpf.c
>
> #include "../something.h"
> .^
> %CC-F-NOINCLFILEF, Cannot find file "../something.h" specified in #include directive.
> at line number 1 in file USER:[LEVITTE.TEST.CC-INCL-2.INCL]h.h;1
> -----
>
> So my question is, is there any trick that I can do with the compiler
> to make this go through without error? i would rather not have to
> restructure the inclusion if I can.
Only solution that I have found is to run a pre-build script to find and
re-edit the source code to change "../" to path or a logical name.
I don't thing that is ever going to get fixed in the Alpha/IA64 compilers.
Regards,
-John
More information about the Info-vax
mailing list