[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compilation error in EOModeler.m
From: |
Matt Rice |
Subject: |
Re: Compilation error in EOModeler.m |
Date: |
Wed, 12 Jun 2019 23:25:09 +0000 |
On Wed, Jun 12, 2019 at 10:49 PM Edwin Ancaer <eancaer@gmail.com> wrote:
>
>
> Hello guys,
>
> another day, another riddle...
>
>
> During the creation of the gdl2-package from the portc i'm creating, I get
> the following error:
>
>
> Making all for library EOModeler...
> /usr/local/bin/clang70 EOMInspector.m -c \
> -MMD -MP -DGNUSTEP_BASE_LIBRARY=1 -DGNUSTEP_RUNTIME=1
> -D_NONFRAGILE_ABI=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1
> -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1
> -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS
> -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN
> -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall
> -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2
> -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe
> -fstack-protector-strong -fno-strict-aliasing -Wno-import
> -I/usr/local/include -fobjc-runtime=gnustep-1.8 -fblocks
> -fconstant-string-class=NSConstantString -I../../EOControl/. -I../.. -I.
> -I/wrkdirs/usr/ports/databases/gdl2/work/GNUstep/Library/Headers
> -I/usr/local/GNUstep/Local/Library/Headers
> -I/usr/local/GNUstep/System/Library/Headers -I/usr/local/include \
> -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?
Absolutely none, perhaps passing the clang the -H option to display
the header file search path may shed some light?
-H Show header includes and nesting depth