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: Edwin Ancaer
Subject: Re: Compilation error in EOModeler.m
Date: Mon, 17 Jun 2019 23:04:06 +0200

Hello,

what I wanted  to achieve is building binary packages for gsweb and gdl2 with poudriere, and then install  these packages with pkg install.

I  already have  had problems with the versions of load libraries when directly compiling ports for FreeBSD, and wanted to avoid this mess.  
Apparently, avoiding one mess got me into another.

For me problem is in the fact that poudriere is using  a jail to build the packages: when in the jail, the file Renaissance/Renaissaince.h is
not to be  found in usr/local/GNUstep/Local/Library/Headers.
I guess that, as long as I cannot build Renaissance with poudriere, I'm stuck.

The road is long........

Op vr 14 jun. 2019 om 13:38 schreef Riccardo Mottola <riccardo.mottola@libero.it>:
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]