discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Change to NSData breaking on Windows


From: Gregory Casamento
Subject: Re: Change to NSData breaking on Windows
Date: Fri, 25 Jul 2014 07:44:19 -0400

Done.  I did a totally clean build.  This time I get warned that ftello and fseeko are implicitly defined, then a link error when it tries to complete the building of the .dll for base.   Please test on windows if you can do so and fix the error.  Here is what I am getting now:


 Compiling file GSFFIInvocation.m ...
 Linking library libgnustep-base ...
Creating library file: ./obj/libgnustep-base.dll.a
obj/libgnustep-base.obj/NSData.m.o: In function `readContentsOfFile':
C:\GNUstep\msys\1.0\home\gregc_000\Development\gnustep\core\base\Source/NSData.m
:181: undefined reference to `fseeko'
C:\GNUstep\msys\1.0\home\gregc_000\Development\gnustep\core\base\Source/NSData.m
:193: undefined reference to `ftello'
C:\GNUstep\msys\1.0\home\gregc_000\Development\gnustep\core\base\Source/NSData.m
:204: undefined reference to `fseeko'
collect2: ld returned 1 exit status
make[4]: *** [obj/libgnustep-base.dll.a] Error 1



On Fri, Jul 25, 2014 at 7:25 AM, Gregory Casamento <greg.casamento@gmail.com> wrote:
I will test again on windows without my latest changes to confirm.

Thanks, GC


On Fri, Jul 25, 2014 at 7:21 AM, Yavor Doganov <yavor@gnu.org> wrote:
В Fri, 25 Jul 2014 07:15:12 -0400, Gregory Casamento написа:

> I have done a full and clean build to make certain.  They are not
> redefined as such by MinGW.  I went ahead and submitted the change I
> suggested in my email.  Please review it and give feedback if needed.

It seems that Richard has regenerated configure only, so that is why it
is failing on Windows.  Running "autoheader" is also necessary for the
config.h.in template to get updated ("autoreconf" should do that
automatically).


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep



--
Gregory Casamento
Open Logic Corporation, Principal Consultant
yahoo/skype: greg_casamento, aol: gjcasa
(240)274-9630 (Cell)
http://www.gnustep.org
http://heronsperch.blogspot.com



--
Gregory Casamento
Open Logic Corporation, Principal Consultant
yahoo/skype: greg_casamento, aol: gjcasa
(240)274-9630 (Cell)
http://www.gnustep.org
http://heronsperch.blogspot.com

reply via email to

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