|
From: | Mick Bert |
Subject: | CPPFLAGS ignored compiling gui |
Date: | Thu, 09 Sep 2021 22:16:33 +0000 |
Hello I am trying to compile gnustep (latest release, downloaded a couple of days ago) on a Debian 5.10.46-powerpc, with clang. Configured gnustep-gui with CPPFLAGS=-I/usr/lib/gcc/powerpc-linux-gnu/9/include and CFLAGS=-I/usr/lib/gcc/powerpc-linux-gnu/9/include (which is the directory containing objc/objc.h), when I run make,it fails on source Model/IMCustomObject.m with error:
If I run make -n, I get:
which is clearly missing the directory containing objc.h Where should I have to specify that directory, in order it to be added to that compiling command? -- Mick |
[Prev in Thread] | Current Thread | [Next in Thread] |