discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compilation error in EOModeler.m


From: Riccardo Mottola
Subject: Re: Compilation error in EOModeler.m
Date: Fri, 14 Jun 2019 13:38:40 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 SeaMonkey/2.49.4

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]