Re: Is possible build latest gnustep from github rep on windows?

2023-07-07 Thread Riccardo Mottola
Hello, bellabs wrote: Hello RM! Thank you for your hard try and advice! You may have misunderstood me, I know the expected result of this source code because I have tested it in linux environment before this, I just want you to test why that program I have compiled under windows 10 does not

Re: Is possible build latest gnustep from github rep on windows?

2023-07-04 Thread Andreas Fink
I remember having seen similar stuff in the past (but thats like 10 years ago) when I ported Mac code to Linux. The work around was to force initialisation for some stuff. Unfortunately I can't remember what was my workaround for it but it might be stuff which NSApplication initializes which

Re: Is possible build latest gnustep from github rep on windows?

2023-07-04 Thread Frederik Seiffert
That exit code is STATUS_ACCESS_VIOLATION, I’m guessing it’s crashing somewhere in the GNUstep initialization. https://www.magnumdb.com/search?q=1073741819 I think you won’t get any further without using a debugger to get a stack trace of the crash. You should be able to use either Visual

Re:Re: Is possible build latest gnustep from github rep on windows?

2023-07-03 Thread bellabs
Hello RK, first of all thank you for your reply and advice. I am currently using gnustep-tools-windows-msvc, but the program does not work properly using code that involves objects, such as the following code: | @interface HelloWorld : NSObject - (void)sayHello; @end @implementation HelloWorld

Re: Is possible build latest gnustep from github rep on windows?

2023-07-03 Thread Riccardo Mottola
Hi, bellabs wrote: Hello guys, I would like to ask if it is possible to build gnustep packages on windows, I have currently built libobjc2 on windows but can't build libs-base and libs-gui, I know I can use mingw but that is too old, I still want to build the latest gnustep libraries through

Re: Is possible build latest gnustep from github rep on windows?

2023-06-30 Thread Frederik Seiffert
You can use the scripts found in this project to build native Windows libraries from the latest GitHub repositories: https://github.com/gnustep/tools-windows-msvc Note that libs-gui support is still limited: https://github.com/gnustep/tools-windows-msvc/pull/26#issuecomment-1492518198 Hope that

Is possible build latest gnustep from github rep on windows?

2023-06-29 Thread bellabs
Hello guys, I would like to ask if it is possible to build gnustep packages on windows, I have currently built libobjc2 on windows but can't build libs-base and libs-gui, I know I can use mingw but that is too old, I still want to build the latest gnustep libraries through the gnustep