|
From: | Edwin Ancaer |
Subject: | Re: Compilation error in EOModeler.m |
Date: | Mon, 17 Jun 2019 23:04:06 +0200 |
Hi,
Edwin Ancaer wrote:
> -o obj/EOModeler.obj/EOMInspector.m.o
> *EOMInspector.m:42:10: fatal error: 'Renaissance/Renaissance.h' file
> not found*
> #include <Renaissance/Renaissance.h>
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> 1 error generated.
>
> However, I find the file Renaissance.h in the directory
> root@ottopedi:/usr/local/GNUstep/Local/Library/Headers/Renaissance on
> my comupter:
>
> root@ottopedi:/usr/local/GNUstep/Local/Library/Headers/Renaissance #
> ls -al
> total 352
> drwxr-xr-x 2 root wheel 2560 Jun 4 23:22 .
> drwxr-xr-x 7 root wheel 512 Jun 8 00:24 ..
> -rwxr-xr-x 1 root wheel 2579 Jun 4 23:22 GNUstep.h
> -rwxr-xr-x 1 root wheel 4323 Jun 4 23:22 GSAutoLayoutBox.h
> ...
> ...
> -rwxr-xr-x 1 root wheel 1833 Jun 4 23:22 Renaissance.h
>
> Anybody an idea why this is error occruing?
No... include paths look correct to me. but I propose two things to check
1) no other versions of Renaissance on your disk? (shouldn't matter,
because you have Local includes before in your compile line)
2) what happens if you replace #include with #import ? sounds strange,
but sometimes it worked for me
Riccardo
[Prev in Thread] | Current Thread | [Next in Thread] |