Re: GNUstep on the Raspberry Pi - experience.

2014-03-09 Thread Stephen Woolerton
I've installed gnustep-base on a Pi and a GNUstep networking app I wrote, just to check it out. It installed and ran fine for the limited testing I did. Cheers Stephen On 10/03/2014, at 11:05 am, Kevin Ingwersen ingwie2...@googlemail.com wrote: Hey there. I bought a Raspberry Pi not long

Re: GNUstep on FreeBSD 10

2013-08-26 Thread Stephen Woolerton
--- Secondly, with FreeBSD and these GNUstep ports, can I expect to be able to use libdispatch to read a network socket? I wish to use this call; dispatch_source_create(DISPATCH_SOURCE_TYPE_READ, socket, 0, dispatchQueue). It isn't working for me so far. I don't know. It looks like it

Re: GNUstep on FreeBSD 10

2013-08-26 Thread Stephen Woolerton
On 26/08/13 8:43 PM, David Chisnall wrote: On 26 Aug 2013, at 09:29, Stephen Woolerton s...@shineonline.co.nz wrote: I put some sample code up at http://artinamessage.wordpress.com/2013/08/26/sockets-libdispatch-and-gnustep/ A simple networked client and server using GNUstep and libdispatch

Re: GNUstep on FreeBSD 10

2013-08-23 Thread Stephen Woolerton
On 22/08/13 10:01 PM, David Chisnall wrote: If anyone wants to test the ports, you can use portshaker to grab my overlay from redports (my username is theraven). David Hi David, I have compiled gnustep-base on PCBSD 9.1 using the gnustep ports at redports. Working well so far and the tests

Re: Comments on the website from people on twitter...

2013-08-09 Thread Stephen Woolerton
On 9/08/13 2:00 PM, Austin Clow wrote: What would be great if is I could get GNUstep to just install on FreeBSD following the instructions that are posted on the website. Here: http://www.gnustep.org/resources/sources.html FreeBSD cd /usr/ports/devel/gnustep make install clean Austin, I have

Re: Problem compiling libobjc2 on pcbsd 9.1

2013-06-27 Thread Stephen Woolerton
On 26/06/13 11:50 PM, David Chisnall wrote: On 26 Jun 2013, at 11:52, Stephen Woolerton s...@shineonline.co.nz wrote: It is not being linked... # ldd /usr/local/lib/libobjc.so /usr/local/lib/libobjc.so: This is clearly nonsense - it seems to not be linking to libc either... GCC is version

Re: Problem compiling libobjc2 on pcbsd 9.1

2013-06-26 Thread Stephen Woolerton
/usr/local/lib/libobjc.so: undefined reference to `__gcc_personality_v0' /usr/local/lib/libobjc.so: undefined reference to `_Unwind_RaiseException' /usr/local/lib/libobjc.so: undefined reference to `_Unwind_GetLanguageSpecificData' /usr/local/lib/libobjc.so: undefined reference to

Re: Problem compiling libobjc2 on pcbsd 9.1

2013-06-24 Thread Stephen Woolerton
- I'm hoping that you can help me to resolve what the issue is. Thank you Stephen On 23/06/13 4:38 AM, David Chisnall wrote: On 22 Jun 2013, at 04:10, Stephen Woolerton wrote: Hi everyone, I'm hoping someone can help me to compile gnustep-base on PCBSD 9.1. Notes

Problem compiling libobjc2 on pcbsd 9.1

2013-06-21 Thread Stephen Woolerton
Hi everyone, I'm hoping someone can help me to compile gnustep-base on PCBSD 9.1. Notes: - I'm compiling gnustep-base rather than using ports, in order to use blocks. - Am using a fresh jail made with PCBSD's warden and latest ports tree. - using clang 3.1 - On compiling libobjc2, I get

Re: Howto added - Grand Central Dispatch

2013-06-05 Thread Stephen Woolerton
upstream should as well). David On 3 Jun 2013, at 22:53, Stephen Woolerton s...@shineonline.co.nz wrote: Hi everyone, Just to let you know that I've added a howto for Building GNUstep with clang, blocks, and Grand Central Dispatch to the GNUstep wiki. It is at http://wiki.gnustep.org/index.php

Howto added - Grand Central Dispatch

2013-06-03 Thread Stephen Woolerton
Hi everyone, Just to let you know that I've added a howto for Building GNUstep with clang, blocks, and Grand Central Dispatch to the GNUstep wiki. It is at http://wiki.gnustep.org/index.php/User_Guides GNUstep is new to me, so if there are any inaccuracies in the howto, you're welcome to