Re: Buildtool : other attempt to build a ported app : the Bean.app example

2020-07-13 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
Hi Gregory, On 2020-07-10 17:52:39 +0200 Gregory Casamento wrote: As mailing list moderator, I need to point out that this discussion is now about failing tests in base, not porting apps, so it should be moved to a new thread. GC Sorry, it is done now. Patrick. On Fri, Jul 10, 2020

Re: Buildtool : other attempt to build a ported app : the Bean.app example

2020-07-10 Thread Gregory Casamento
As mailing list moderator, I need to point out that this discussion is now about failing tests in base, not porting apps, so it should be moved to a new thread. GC On Fri, Jul 10, 2020 at 11:04 AM Fred Kiefer wrote: > Hi Patrick, > > all the three test that fail for you seem to be internet

Re: Buildtool : other attempt to build a ported app : the Bean.app example

2020-07-10 Thread Fred Kiefer
Hi Patrick, all the three test that fail for you seem to be internet related. Is it possible that form the machine where these tests are run no external network connection is possible? If this is that case please ignore the failing tests. Fred > Am 10.07.2020 um 16:31 schrieb Patrick Cardona

Re: Buildtool : other attempt to build a ported app : the Bean.app example

2020-07-10 Thread Fred Kiefer
> Am 10.07.2020 um 15:25 schrieb Patrick Cardona via Discussion list for the > GNUstep programming environment : > > Just a thing I noted : if you run 'make test' with the new gnustep-base, some > tests are failing. It might be something RFM could look at too. Patrick, if you have failing

Re: Buildtool : other attempt to build a ported app : the Bean.app example

2020-07-10 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
Hi Gregory The fix on NSFileManager is working well for me too. I am now able to make Bean with Buildtool from the gap Repo and to get the app running as well. So I can go on now to test more ported apps from MacOs. Just a thing I noted : if you run 'make test' with the new gnustep-base, some

Re: Buildtool : other attempt to build a ported app : the Bean.app example

2020-07-09 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
Hi Gregory, Thank you for your investigation. So waiting now for the bug fix in NSFileManager. ;-) Cheers, Patrick On 2020-07-09 07:41:53 +0200 Gregory Casamento wrote: > Submitted a bug. The issue is in NSFileManager... it's stopping due to a > problem when copying the directory. > > GC

Re: Buildtool : other attempt to build a ported app : the Bean.app example

2020-07-08 Thread Gregory Casamento
Submitted a bug. The issue is in NSFileManager... it's stopping due to a problem when copying the directory. GC On Thu, Jul 9, 2020 at 1:08 AM Gregory Casamento wrote: > > I'm working on a fix. > > On Thu, Jul 9, 2020 at 1:08 AM Gregory Casamento > wrote: > >> No, this is a problem with

Re: Buildtool : other attempt to build a ported app : the Bean.app example

2020-07-08 Thread Gregory Casamento
I'm working on a fix. On Thu, Jul 9, 2020 at 1:08 AM Gregory Casamento wrote: > No, this is a problem with buildtool. Sometimes xcodeprojects (especially > old ones) have some issues with the paths that are assigned to resources. > Apparently one of my recent changes for another project broke

Re: Buildtool : other attempt to build a ported app : the Bean.app example

2020-07-08 Thread Gregory Casamento
No, this is a problem with buildtool. Sometimes xcodeprojects (especially old ones) have some issues with the paths that are assigned to resources. Apparently one of my recent changes for another project broke building for Bean. Just FYI, current Xcode can't build Bean. GC On Wed, Jul 8,

Re: Buildtool : other attempt to build a ported app : the Bean.app example

2020-07-08 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
Hi Gregory, On 2020-07-08 21:49:35 +0200 Gregory Casamento wrote: > Sometimes cocoa projects contain scripts which are run. It's possible that > message is coming from that. I haven't tested "install" in a while, so I > will need to take a look at it. Bean should run, but it is going to be >

Re: Buildtool : other attempt to build a ported app : the Bean.app example

2020-07-08 Thread Gregory Casamento
Sometimes cocoa projects contain scripts which are run. It's possible that message is coming from that. I haven't tested "install" in a while, so I will need to take a look at it. Bean should run, but it is going to be slow. The author made some pretty Cocoa specific changes (changes to

Buildtool : other attempt to build a ported app : the Bean.app example

2020-07-08 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
Hi All, Unlike 'PBXbuilder -g', I did not find the way to generate Makefiles with buildtool. It would appropriate to avoid the Bean_Prefix.pch before starting the make process. So, I tried this workaround : 1) I Modified : Bean_Prefix.pch like this :