Re: GNUStep compiled from source

2017-12-20 Thread Riccardo Mottola
Hi Daniel, Daniel Santos wrote: Problem solved. The latest version of the framework from git repos works. Guess I just needed a rubber duck, instead of bugging you I told you to check :) I had banged my head against the wall already, when mixing library versions you get that thread issue.

Re: GNUStep compiled from source

2017-12-20 Thread Ivan Vučica
On Tue, Dec 19, 2017 at 8:53 PM, Daniel Santos wrote: > Problem solved. The latest version of the framework from git repos works. > > Guess I just needed a rubber duck, instead of bugging you No worries, I happen to like problems that solve "themselves". ;-)

Re: GNUStep compiled from source

2017-12-19 Thread Daniel Santos
Problem solved. The latest version of the framework from git repos works. Guess I just needed a rubber duck, instead of bugging you Regards > On 19 Dec 2017, at 20:32, Daniel Santos wrote: > > From seeing the stack trace I wrote in the previous email, it just hit me. >

Re: GNUStep compiled from source

2017-12-19 Thread Daniel Santos
From seeing the stack trace I wrote in the previous email, it just hit me. The executable is using an older version of gnu step (1.24) not the one I am building to /usr/local/lib So I will remove the older version and check if the problem persists. > On 19 Dec 2017, at 19:09, Daniel Santos

Re: GNUStep compiled from source

2017-12-19 Thread Daniel Santos
Hello, I checked the sources and Project Center defaults to calling NSWorkspace which in turn calls xdg to open files. So I will leave it at that. As to the GNUmail error, I ran the program through GDB and the following call in NSThread is returning null : line 619 : NSThread *t =

Re: GNUStep compiled from source

2017-12-17 Thread Riccardo Mottola
Hi, On 2017-12-17 18:38:35 +0100 Ivan Vučica wrote: > 1. You might mean xdg-open, though I doubt PC checks freedesktop.org's mime > database before deciding how to open the file. It's probably based on the > extension. I have not used PC in years, but doesn't it generate and >

Re: GNUStep compiled from source

2017-12-17 Thread Riccardo Mottola
___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: GNUStep compiled from source

2017-12-17 Thread Ivan Vučica
1. You might mean xdg-open, though I doubt PC checks freedesktop.org's mime database before deciding how to open the file. It's probably based on the extension. I have not used PC in years, but doesn't it generate and overwrite GNUmakefile? I'd expect if you manage to get PC to open it, it might