Re: header issue compiling Base

2017-11-19 Thread Ivan Vučica
Was the binary you were trying to start in "bin"? DLL search path on Windows: https://msdn.microsoft.com/en-us/library/7d83bc18.aspx https://msdn.microsoft.com/en-us/library/windows/desktop/ms682586(v=vs.85).aspx (see Standard Search Order for Desktop Applications section) Just leaving it in "lib

Re: header issue compiling Base

2017-11-19 Thread Riccardo Mottola
Hi, On 12/11/2017 20:15, Fred Kiefer wrote: Version 52 had issues, By trying version 55 I was able to compile base ! However, when launching any app, I get a popup saying that "icuin55.dll is missing from your computer". But it successfully linked without any additional flags... hmm? What co

Re: header issue compiling Base

2017-11-12 Thread Fred Kiefer
> Am 12.11.2017 um 18:33 schrieb Riccardo Mottola : > > On 07/11/2017 08:15, Fred Kiefer wrote: >> The simplest solution you could try is to recreate the configure script with >> a newer version of autoconfig. Version 2.65 has been used here. You could do >> this on another machine and just tr

Re: header issue compiling Base

2017-11-12 Thread Riccardo Mottola
Hi Fred, On 07/11/2017 08:15, Fred Kiefer wrote: The simplest solution you could try is to recreate the configure script with a newer version of autoconfig. Version 2.65 has been used here. You could do this on another machine and just transfer the generated configure file to the MinGW envir

Re: header issue compiling Base

2017-11-06 Thread Fred Kiefer
> Am 07.11.2017 um 00:29 schrieb Riccardo Mottola : > > On 05/11/2017 22:52, Fred Kiefer wrote: >> Could you please provide us with a diff between GSConfig.h with and without >> ICU? >> And it would be great to see the config.log file for the ICU case. > > It is here. One difference disappeared

Re: header issue compiling Base

2017-11-05 Thread Fred Kiefer
> Am 05.11.2017 um 22:38 schrieb Riccardo Mottola : > > On 05/11/2017 18:58, Fred Kiefer wrote: >> could you please report back what the value of GS_SIZEOF_LONG in GSConfig.h >> is? >> For MinGW NSSwapLong shouldn’t be calling GSSwapI128. > > int contains a bad value I think: > > #define GS_SI

Re: header issue compiling Base

2017-11-05 Thread Riccardo Mottola
HI Fred, On 05/11/2017 18:58, Fred Kiefer wrote: could you please report back what the value of GS_SIZEOF_LONG in GSConfig.h is? For MinGW NSSwapLong shouldn’t be calling GSSwapI128. int contains a bad value I think: #define GS_SIZEOF_LONG  0 without ICU I got this when configuring

Re: header issue compiling Base

2017-11-05 Thread Fred Kiefer
Hi Riccardo, could you please report back what the value of GS_SIZEOF_LONG in GSConfig.h is? For MinGW NSSwapLong shouldn’t be calling GSSwapI128. Fred > Am 05.11.2017 um 18:17 schrieb Riccardo Mottola : > > Hi, > > > I have a very strange issue when compiling base on MinGW. > > If I compil

header issue compiling Base

2017-11-05 Thread Riccardo Mottola
Hi, I have a very strange issue when compiling base on MinGW. If I compile without ICU, everything is fine! If I enable icu, I get this failure: gcc NSError+GNUstepBase.m -c \   -MMD -MP -Wall -Wdeclaration-after-statement -DNO_GNUSTEP=1 -DGNUS TEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_