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: Yavor Doganov
Subject: Re: Change to NSData breaking on Windows
Date: Fri, 25 Jul 2014 11:12:08 +0000 (UTC)
User-agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2)

В Fri, 25 Jul 2014 06:56:12 -0400, Gregory Casamento написа:

> While trying to test something on Windows, I ran into this issue:
> 
>  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

Have you (re)run configure? If fseeko/ftello are not implemented, they 
should be defined to fseek/ftell accordingly.

I have not tested this on Windoze.




reply via email to

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