gnustep-dev
[Top][All Lists]
Advanced

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

Re: GNUstep on FreeBSD / Re: FreeBSD directory locations


From: David Wetzel
Subject: Re: GNUstep on FreeBSD / Re: FreeBSD directory locations
Date: Thu, 28 Dec 2017 13:11:43 -0500

Hi!

If you link with 

-ldispatch

Things like 

    [shutter openShutterPercent:60
                     completion:^(RollerShutter * shutterDone) {
                         NSLog(@"Shutter %@ is done!", shutterDone);
                     }];

work. I did not try if it works without -ldispatch

David


> Am 28.12.2017 um 12:41 schrieb David Chisnall <address@hidden>:
> 
> I’ve seen that, but I don’t know the reason for it.  I’ve used libdispatch in 
> the past on FreeBSD with GNUstep, though more recently I’ve moved to using 
> C++11 threading for my own stuff so haven’t had the opportunity to see if it 
> still actually works.




reply via email to

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