help-gnustep
[Top][All Lists]
Advanced

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

Re: problem in compiling in windows


From: Adam Fedor
Subject: Re: problem in compiling in windows
Date: Sun, 11 Jan 2009 20:09:42 -0700


On Jan 10, 2009, at 9:54 PM, ychong7@comcast.net wrote:

 
#include <objc/object.h>
#include <stdio.h>


You need to use

#include <objc/Object.h>

with a capital "O".   Unix (and MinGW)  are case sensitive.

reply via email to

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