[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Detecting gnustep...
From: |
Kevin Ingwersen (Ingwie Phoenix) |
Subject: |
Re: Detecting gnustep... |
Date: |
Sun, 11 Jan 2015 18:15:49 +0100 |
Well, what I basically want to do is, to know if GNUstep is installed on the
current host, so that compiler flags and Objective-C/++ features are activated.
I looked into GNUstep again and had to facepalm, because I realized that the
second half of my question was pretty much pointless…
What are signs/remarks that GNUstep is installed? Is there any -config tool
that will tell me that it is installed? Yes I said I looked into it again, but
only roughly and at the architecture, not at the actual GNUstep related files,
only to see how the windows install looks like.
> Am 06.12.2014 um 01:13 schrieb Riccardo Mottola <riccardo.mottola@libero.it>:
>
> Hi,
>
> Kevin Ingwersen (Ingwie Phoenix) wrote:
>> I am working on a build tool and I need to decipher if we are running using
>> GNUstep or Apples libobjc implementation. And above that, which
>> preprocessor macro can tell me that we are running underneath actual GNUstep
>> and not just MinGW? It would be nice knowing this one.
> how is GNUstep running on MinGW not "actual" gnustep? What do you mean as
> "actual"? I don't fully understand.
>
> You can check for MINGW, but this is true if you are running GNUstep on MinGW
> or just a plain program.
>
> Riccaro
>
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnustep
- Re: Detecting gnustep...,
Kevin Ingwersen (Ingwie Phoenix) <=