discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Error building base on windows.


From: Riccardo Mottola
Subject: Re: Error building base on windows.
Date: Mon, 03 Sep 2012 14:14:30 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120826 Firefox/15.0 SeaMonkey/2.12

Hi,

no clues about this one? I wonder why the problem happens during the linking stage.

It comes from Richard's commit, check here:

https://github.com/gnustep/gnustep-base/commit/78206d0b38a0b5bc37819f8f1cff1da86055c911#Source/NSString.m

the _strtoui64 is extra used so for windows, but I don't have it or it is not correclty linked.

Riccardo

Riccardo Mottola wrote:
Hi,

when buildng base on windows I get this:

 Linking library libgnustep-base ...
Creating library file: ./obj/libgnustep-base.dll.a
obj/libgnustep-base.obj/NSPropertyList.m.o: In function `parsePlItem':
G:/GNUstep/home/multix/gnustep-cvs/devmodules/core/base/Source/NSPropertyList.m:
1151: undefined reference to `__strtoui64'
obj/libgnustep-base.obj/NSString.m.o: In function `_i_NSString__intValue': G:/GNUstep/home/multix/gnustep-cvs/devmodules/core/base/Source/NSString.m:3355:
undefined reference to `__strtoui64'
obj/libgnustep-base.obj/NSString.m.o: In function `_i_NSString__integerValue': G:/GNUstep/home/multix/gnustep-cvs/devmodules/core/base/Source/NSString.m:3380:
undefined reference to `__strtoui64'
obj/libgnustep-base.obj/NSString.m.o: In function `_i_NSString__longLongValue': G:/GNUstep/home/multix/gnustep-cvs/devmodules/core/base/Source/NSString.m:3405:
undefined reference to `__strtoui64'
collect2: ld returned 1 exit status
make[4]: *** [obj/libgnustep-base.dll.a] Error 1

ideas?

Riccardo





reply via email to

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