[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnustep-base on msys/mingw: make always regenerates
From: |
S.J.Chun |
Subject: |
Re: gnustep-base on msys/mingw: make always regenerates |
Date: |
Tue, 22 Oct 2002 12:08:27 +0900 (KST) |
Hi,
In my case, the source of problem is the path related. That is, if I do not use
C:/GNU like path specification other than /C/GNU or C:\\GNU, the configure
script does not correctly find headers ( which I think the makefiles package...
or
else ). Is this related to the new MinGW and MSys related?
----- Original Message -----
From: Adam Fedor <fedor@doc.com>
To: Marcel Weiher <marcel@metaobject.com>
Cc: "discuss-gnustep@gnu.org" <discuss-gnustep@gnu.org>
Sent: Mon, 21 Oct 2002 17:10:43 -0600
Subject: Re: gnustep-base on msys/mingw: make always regenerates
Marcel Weiher wrote:
>
>
> I will report on details later, but right now the problem is that
> although I can compile+link a small test-program, (pretty much
> hello-world.m with one class reference), this doesn't run. It exits
> with an NSInternalInconsistencyException, reason "Runtime incorrectly
> configured to pass argframes". The nice thing is that it at least
> behaves identically from a plain DOS prompt, so that was good to see ;-)
>
> There were some problems installing the ffcall library, so my working
> guess is that it's related to that. For example, gnustep-base's
> autoconf wouldn't autodetect ffcall no matter where I put libs + headers
> (or at least so it seemed) so I had to specify this on the configure
> command line.
>
Could be.
What does configure say, exactly (send me the config.log file)?
It seems more likely that the libobjc library does not handle ffcall.
Did you install gnustep-objc?
--
Adam Fedor, Digital Optics Corp. | I'm glad I hate spinach, because
http://www.doc.com | if I didn't, I'd eat it, and you
| know how I hate the stuff.
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://mail.gnu.org/mailman/listinfo/discuss-gnustep
- Re: gnustep-base on msys/mingw: make always regenerates,
S.J.Chun <=