Re: Call to stop contributing

2021-03-26 Thread Niels Grewe
Thank you for speaking up Johannes! I wholeheartedly support your position and would encourage everybody to consider it carefully. I am similarly appalled by the FSF's decision, which to me demonstrates that the FSF would rather foster a culture where abusive behaviours are tolerated and thus

Re: debug question

2020-09-15 Thread Niels Grewe
Hi Daniel, On 15.09.20 22:45, Daniel Boyd wrote: > > [Inferior 1 (process 29596) exited with code 03] > > (gdb) bt > > No stack. What's happening here is that the process you are debugging is spawning a different process and gdb stays in the parent process you can change this by calling > set

Re: md5 hashing on GNUstep

2020-04-01 Thread Niels Grewe
On 01.04.20 19:46, H. Nikolaus Schaller wrote: > >> Am 01.04.2020 um 19:43 schrieb Andreas Höschler : >> >> Hi all, >> >> I have the following NSString category >> >> @implementation NSString (NSStringJsonExtension) >> >> - (NSString *)md5 >> { >> #ifdef __APPLE__ >> const ch

Re: libobjc2 build issues (missing files)

2020-03-05 Thread niels . grewe
(Re-adding the list since I foobared the last mail) You could try forcing libobjc2 to be linked against libc++, if you’re not reliant on EH interop with C++ (I don’t have the cmake flag for that present, I‘m afraid). But you’re probably better off using libstdc++ for the time being. N -- Sent

Re: nm not finding __objc_class names Re: Loading bundle resources using GNUstep runtime 2.0

2020-02-24 Thread Niels Grewe
On 19.02.20 01:42, Matt Rice wrote: > On Mon, Feb 17, 2020 at 12:00 PM David Chisnall > wrote: >> >> Note that, if you want to enumerate all of the classes in a library, you >> can do so on ELF platforms by using dl_iterate_phdr to find the >> `__objc_classes` section in each loaded ELF image and

Re: ProjectCenter running or building

2019-12-29 Thread Niels Grewe
Hi Patryk, I'm not entirely sure, but it's possible that Fred meant to say "--GNU-Debug" instead of "--GNU-Default", which controls debug messages from NSDebugLog() and friends. Cheers, Niels On 29.12.19 18:10, Patryk Laurent wrote: > Hi Fred, > >> On Dec 29, 2019, at 05:16, Fred Kiefer wrote

Re: Improving GNUstep tooling with Clang

2019-11-28 Thread Niels Grewe
On 28.11.19 17:15, Frederik Seiffert wrote: > - Set up CI testing for the 2.0 runtime version, which currently doesn’t seem > to be tested with libs-base. > I have submitted a pull request for this > (https://github.com/gnustep/libs-base/pull/88). Unfortunately, when I tried to integrate that in

Re: NSDateFormatter issue

2017-03-13 Thread Niels Grewe
Hi David, just a small pointer wrt this: I vaguely recall having seen a similar phenomenon in the past, where it turned out that our NSDateFormatter implementation was sensitive to the order in which you called the setters. I was under the impression that that problem had been fixed -- but mayb

Re: Implementation of CommonCrypto?

2016-11-04 Thread Niels Grewe
Hi Amr! > Am 03.11.2016 um 00:57 schrieb Amr Aboelela : > > I tried IBM BlueCryptor which does what you said of using OpenSSL in Linux > and CommonCryptor in Apple OS, but the problem that it took 132 seconds to > run my unit test in Linux, while it took only 5 seconds in Mac OS. When I > used

Re: apparently JIGS not working

2016-09-08 Thread Niels Grewe
Hi, I tested that locally and it works for me™, but it’s really hard to tell what your problem might be with so little context. I think the most likely explanation would be that the JIGS wrapper is not in your classpath, so that would be the first thing I’d look at, but it would really help if

Re: Compiling under Ubuntu 16.04

2016-08-26 Thread Niels Grewe
> Am 26.08.2016 um 10:46 schrieb David Chisnall : > > In theory, the libdispatch0 package from Ubuntu ought to work, though I’ve > not tested it. In recent versions of Ubuntu/Debian it should work because libBlocksRuntime finally exports its symbols weakly so that libobjc2 can override them. B

Re: New GNUstep CI server on AWS...

2016-07-13 Thread Niels Grewe
Quite frankly, I believe running your own Jenkins instance is needless complexity unless you’re really using it to to build for different architectures/OS or to do something very customised. If you’re just looking for sanity checks on PRs, it’s much more convenient to just use travis-ci. I’ve j

Re: Implementation of CommonCrypto?

2016-06-14 Thread Niels Grewe
Hi Amr, > Am 11.06.2016 um 07:46 schrieb Amr Aboelela : > > Hi Nik > Yes I should have used NSUTF8StringEncoding > I just found the root of the problem though: > > CommonCrypto_for_GNUstep/Source/AESedp$ vim AESAssembly.h > > Change: > > // Select which implementation to use. > #if 1 >

Re: HiDPI Support

2016-05-18 Thread Niels Grewe
works is limited. >> >> srbaker@swirl:~$ defaults write GSScaleFactor 1.5 >> defaults write: domain is not a dictionary! >> srbaker@swirl:~$ defaults write GSScaleFactor 2 >> defaults write: domain is not a dictionary! >> >> Thanks! >> >> -St

Re: HiDPI Support

2016-05-17 Thread Niels Grewe
Hi Steven, you can play around with the GSScaleFactor default value (defaults write GSScaleFactor $SOMETHING) to control the scaling of the UI. Cheers, Niels Von:ste...@stevenrbaker.com Gesendet:18. Mai 2016 4:15 vorm. An:discuss-gnustep@gnu.org Betreff:HiDPI Support Heya folks, Thanks for

Re: NSPredicate test : build fail

2016-03-11 Thread Niels Grewe
Hi Bertrand! > Am 11.03.2016 um 12:16 schrieb Bertrand Dekoninck > : > > Hi everyone ! > > I tried this morning to recompile latest base and gui on debian-jessie > x86-32bit, with clang/objc2. > > Make check fails with several errors. > I've got a lot of network related failed tests because

Re: Install GNUstep on a fresh Debian Jessie (S1-E2)

2016-02-29 Thread Niels Grewe
Hi Tristan, > export LD_LIBRARY_PATH=/usr/loca/lib/ You clearly have a typo there (missing ’l’ for ’local’), but I’m not sure whether that’s the actual problem. Also, since you’re explicitly asking about Debian 8, let me shamelessly plug my own build scripts [0] that I use regularly to build

Re: libdispatch-gnustep/libdispatchgs-etoilé vs libdispatch0

2016-02-01 Thread Niels Grewe
> Am 01.02.2016 um 12:39 schrieb David Chisnall : > > On 31 Jan 2016, at 23:52, Gregory Casamento wrote: >> >> Indeed. Niels is correct. I thought at one point libdispatch was working >> without the need for a modified libBlocksRuntime, but after some testing it >> appears I'm incorrect. >

Re: Debian 8 (Not really SOLVED)

2016-01-28 Thread Niels Grewe
> Am 25.01.2016 um 16:29 schrieb David Chisnall : > > On 25 Jan 2016, at 15:12, Tristan Bellogi wrote: >> >> Debian clang.deb install libobjc4, Apple has libobjc4, Gunstep recommends >> its own libobjc2 ? > > Debian appends a version number to the GCC libobjc package. It supports the > same

Re: libdispatch-gnustep/libdispatchgs-etoilé vs libdispatch0 (0~svn197-3.2)

2016-01-27 Thread Niels Grewe
> Am 28.01.2016 um 02:27 schrieb Gregory Casamento : > > The libdispatch which comes with Debian has always worked for me I would be surprised if that were the case. The Debian libdispatch package links against libBlocksRuntime, which doesn't implement the block copy/release hooks in a way tha

Re: Savannah vs. Gitlab

2015-12-04 Thread Niels Grewe
> Am 04.12.2015 um 16:24 schrieb David Chisnall : > > On 4 Dec 2015, at 09:55, Ivan Vučica wrote: >> >> Primary hosting on Github? *shrug* there are no strong benefits, I think, >> and sufficient number of people would be happier if we hosted elsewhere. > > I strongly disagree with this. The

Re: Building on ubuntu 15.10 missing libgnutls-config

2015-12-03 Thread Niels Grewe
Hi Luis, > Am 02.12.2015 um 12:41 schrieb Luis Garcia Alanis : > > I do have it installed: > pkg-config --modversion gnutls > 3.3.15 > > And I use svn to get the code :( > > I am using ubuntu 15.10 I have a Ubuntu 14.04 LTS system here with gnutls 3.3.11 built from source. I checked that it d

Re: Building on ubuntu 15.10 missing libgnutls-config

2015-12-02 Thread Niels Grewe
> Am 02.12.2015 um 11:36 schrieb Luis Garcia Alanis : > > Hello guys, > > I am trying to build on ubuntu and I get the error that libgnutls-config is > missing. > > I did some research and that tool has been deprecated from libgnutls. > > A temporary workaround is to configure with --disable

Re: [FOSDEM] Desktops DevRoom 2016: Call for Participation

2015-12-01 Thread Niels Grewe
> Am 01.12.2015 um 13:48 schrieb David Chisnall : > > On 1 Dec 2015, at 12:14, Niels Grewe wrote: >> >> [0] Cf. https://github.com/SSheldon/rust-objc/pull/27#issuecomment-160052370 >> if you need an example. > > I’m going to completely ignore the rest of your

Re: [FOSDEM] Desktops DevRoom 2016: Call for Participation

2015-12-01 Thread Niels Grewe
> Am 01.12.2015 um 11:12 schrieb David Chisnall : > > It ought to be relatively easy to copy them for other platforms, assuming > that someone can convince the Debian clang package maintainer not to force > clang to depend on the GCC Objective-C runtime (using GNUstep on > Debian/Ubuntu is pai

Re: Problem with catching exceptions on ARM

2014-01-31 Thread Niels Grewe
Am 31.01.2014 um 14:44 schrieb Mathias Bauer : > Does this ring a bell for somebody? Yes, the EHABI on ARM has only been enabled by default very recently. See [0] for the bug report. Maybe you could retry with trunk? I’m a bit hazy on what flags you are supposed to use to enable it. Cheers,

Re: FHS filesystem layout issues [was: Re: Request for update and/or release of GDL2 and Renaissance]

2014-01-31 Thread Niels Grewe
Am 31.01.2014 um 00:34 schrieb Markus Hitter : > Am 30.01.2014 20:58, schrieb Niels Grewe: > >> There’s a well known phrase coined by the philosopher Neil Wilson >> called the ‘principle of charity’. It means that you should always >> assume the most favourable i

Re: FHS filesystem layout issues [was: Re: Request for update and/or release of GDL2 and Renaissance]

2014-01-30 Thread Niels Grewe
Am 30.01.2014 um 18:25 schrieb Markus Hitter : > Am 30.01.2014 15:42, schrieb Niels Grewe: > >> 1. I don’t understand why you are not reporting these problems to the >> list or the bug tracker. > > A couple of reasons: > > - Looking at this -make documentatio

Re: Request for update and/or release of GDL2 and Renaissance

2014-01-30 Thread Niels Grewe
Hi Riccardo, Am 30.01.2014 um 16:07 schrieb Riccardo Mottola : > Hi, > > Niels Grewe wrote: >> Sorry, but since I have worked a lot on integration between GNUstep and >> ‘foreign’ desktop environments in the past few years, I feel compelled to >> comment on this: I

FHS filesystem layout issues [was: Re: Request for update and/or release of GDL2 and Renaissance]

2014-01-30 Thread Niels Grewe
Am 30.01.2014 um 14:57 schrieb Markus Hitter : > Am 30.01.2014 14:44, schrieb David Chisnall: >> when someone posts inaccurate and insulting mischaracterisations of >> the project to the list. If you believe that it is a flame war when >> someone calls you out for posting nonsense > > Perhaps I

Re: Request for update and/or release of GDL2 and Renaissance

2014-01-30 Thread Niels Grewe
Am 30.01.2014 um 14:40 schrieb Markus Hitter : > Am 30.01.2014 14:06, schrieb Niels Grewe: >> we do in fact support a FHS compatible filesystem layout > > "We" don't. At least not in a usable state. Confirmed with many people > who tried to package. Please b

Re: Request for update and/or release of GDL2 and Renaissance

2014-01-30 Thread Niels Grewe
Hi Marcus, Am 30.01.2014 um 13:47 schrieb Markus Hitter : > - It isn't really packageable, because GNUstep insists on a > framework/bundle centric installation, while about all non-Mac-OS-X > unices insist on a FHS-type file layout. I personally prefer the ‘framework/bundle centric installation’

Re: Request for update and/or release of GDL2 and Renaissance

2014-01-30 Thread Niels Grewe
Am 30.01.2014 um 09:41 schrieb Riccardo Mottola : > Thanks for the kind words. It is nice to see somebody praising the "Bastion > of true OpenStep" while most people usually seek better GNOME or KDE > integration. You use no light works calling them "infesting" :) Lately the > world is infeste

Re: Right place to discuss probable issues in libobjc2?

2014-01-21 Thread Niels Grewe
Am 20.01.2014 um 18:29 schrieb David Chisnall : > will now use the anonymous shared memory regions on FreeBSD Just a note about this: It is possible that we can do something similar on Linux in the future, since the Linux kernel may be gaining an interface called ‘memfd’ for memory backed fil

Re: Missing implementations in NSScanner class

2014-01-16 Thread Niels Grewe
Am 16.01.2014 um 16:54 schrieb Niels Grewe : > Hi Mathias, > > first of all: Thanks for your patches! Unfortunately, this one is not correct > for 32bit systems. The reason is that NSInteger is pointer sized, so it’s a > 32bit quantity on 32bit platforms. On 32bit OS

Re: Missing implementations in NSScanner class

2014-01-16 Thread Niels Grewe
Hi Mathias, first of all: Thanks for your patches! Unfortunately, this one is not correct for 32bit systems. The reason is that NSInteger is pointer sized, so it’s a 32bit quantity on 32bit platforms. On 32bit OS X/iOS, calling -scanInteger: with a string representing a larger value (say „92233

Re: DBus Menu in Gtk theme

2014-01-01 Thread Niels Grewe
contained more useful code when it comes to > integrating glib version of libdbusmenu. > > And Enlightenment seems to contain code useful when talking directly over > DBus, without Canonical's wrapper. > > On Wednesday, November 14, 2012, Niels Grewe wrote: > Hi Ivan, >

Re: Basic HTTP Authentication with Objective-C

2013-08-13 Thread Niels Grewe
Am 13.08.2013 um 15:52 schrieb Andreas Höschler : > Hi all, > > I need an Objective-C (GNUstep) wrapper for accessing the OpenStreetMap API, > basically an Objective-C replacement for > > curl -v -H 'Authorization: Basic bXl1c2VybmFtZTpteXBhc3N3b3Jk' > 'http://api.openstreetmap.org/pat

Re: GNUstep Projects and Cambridge

2013-06-20 Thread Niels Grewe
Am 20.06.2013 um 19:10 schrieb David Chisnall : > The second is a Part II (third year) student who is interested in > implementing a DO-like system for communicating between Objective-C code on > the server and Objective-J (or Objective-C via my ObjC2JS translator) code on > the client. The g

Re: GSoC project for 2013: "Opal-backed rendering system for gnustep-gui in gnustep-back"

2013-05-03 Thread Niels Grewe
Hi Ivan, On Thu, May 02, 2013 at 05:02:39PM +0200, Ivan Vučica wrote: > Student application deadline is May 03 at 19:00 UTC, so if you'd like to > comment, scold, encourage, advise... do it now :-) I think it's a well written proposal, I really hope that it get's accepted. The only thing I notice

[ANNOUNCE] DBusKit 0.1.1 released

2013-04-16 Thread Niels Grewe
Hi guys, the 0.1 branch of DBusKit has suffered a bit of bit-rot since the last release and Sebastian has rightfully been poking me to fix that. To that end, I'm today releasing 0.1.1 which contains compatibility improvements and bug-fixes. Still, unless you're building packages, please stick to

Re: AlpenSTEP / Hacking Weekend

2013-03-01 Thread Niels Grewe
Hi Nikolaus, Am 01.03.2013 17:55, schrieb Dr. H. Nikolaus Schaller: > Hm. > > Can it be that I am the only one who is willing to invest a weekend to push > forward GNUstep by rolling up the sleeves and focussing on the most > important gaps (and some more bugs)? > I think the problem is rather t

Re: LSUIElement

2013-01-28 Thread Niels Grewe
On 28.01.2013 08:40, Abhi Beckert wrote: > I'm porting a simple mac app to GNUstep and am unsure how to imitate the > OS X Launch Services "LSUIElement" info.plist key. > > When set to true on an OS X app, launch services will not create a dock > icon, and will not show the menu bar (although the

Re: DBus Menu in Gtk theme

2012-11-14 Thread Niels Grewe
Hi Ivan, On 14.11.2012 19:17, Ivan Vučica wrote: > On Tue, May 22, 2012 at 3:57 PM, Niels Grewe <mailto:niels.gr...@halbordnung.de>> wrote: > > The problem is that DBusKit does not support exposing objects right now, > but since there is interest in this from somebo

Re: problem with base and non-fragile ABI

2012-09-24 Thread Niels Grewe
Am 24.09.2012 10:54, schrieb David Chisnall: > On 24 Sep 2012, at 09:32, Niels Grewe wrote: > >> This >> is not by any chance on a *BSD platform? I think David made clang >> default to the non-fragile ABI for some of them…) > > I believe the current release defa

Re: problem with base and non-fragile ABI

2012-09-24 Thread Niels Grewe
Am 24.09.2012 10:00, schrieb Riccardo Mottola: > Hi, > > Niels Grewe wrote: >> Hello Ricardo, >> I just re-enabled this line yesterday because it seemed to be commented >> out accidentally and does the sane thing (as in checking that the >> compiler will ac

Re: problem with base and non-fragile ABI

2012-09-24 Thread Niels Grewe
Hello Ricardo, Am 24.09.2012 09:22, schrieb Riccardo Mottola: > Hi, > > while building base, freshly reconfigured. I have clang 3.2 > > Making all for library libgnustep-base... > Compiling file GSLocale.m ... > In file included from GSLocale.m:25: > In file included from ././common.h:62: > In

Re: HOWTO: ARC (libobjc2) and libdispatch on Ubuntu 12.04 Server

2012-08-13 Thread Niels Grewe
Hi Thomas! Am 13.08.2012 10:29, schrieb Thomas Davie: > Note, you also don't need to do anything anywhere near as complex to get > libdispatch either. A simply sudo apt-get install libdispatch was enough for > me. The goal here is to use the GNUstep runtime (and libdispatch) for Objective-C co

Re: HOWTO: ARC (libobjc2) and libdispatch on Ubuntu 12.04 Server

2012-08-12 Thread Niels Grewe
Hi Patryk, Am 11.08.2012 18:52, schrieb Patryk Laurent: > Below are some step-by-step instructions on installing libobjc2 and > libdispatch on Ubuntu 12.04 server. Many thanks for the write-up. I didn't try it out, put from looking over it, it does seem like it should work ;-). I have two remark

Re: DBus Menu in Gtk theme

2012-06-11 Thread Niels Grewe
Hi Jamie, Am 11.06.2012 21:08, schrieb Jamie Ramone: > Just my 2 cents but wouldn't it be better to integrate DBus awareness > into the DO related classes (NSConnection, NSDistantObject, etc.) as > it's basically the same thing but written in C? I recently had to work > with DBus for the first tim

Re: Opal, NSFont, NSFontDescription and AppKit

2012-06-03 Thread Niels Grewe
Hi Ivan, Am 02.06.2012 19:13, schrieb Ivan Vučica: > Hi, > > Opal and AppKit both contain mutually incompatible NSFont > implementations. This means that my attempts to make use of Opal in an > AppKit app are failing miserably (and only at runtime). > > It may be wise if someone more experienced

Re: DBus Menu in Gtk theme

2012-05-23 Thread Niels Grewe
Hi Ivan, Am 23.05.2012 13:35, schrieb Ivan Vučica: > Hi, > > On Tue, May 22, 2012 at 3:57 PM, Niels Grewe <mailto:niels.gr...@halbordnung.de>> wrote: > > Hi Fred and Ivan, > > Am 22.05.2012 08:32, schrieb Fred Kiefer: > > I don't think t

Re: DBus Menu in Gtk theme

2012-05-22 Thread Niels Grewe
Hi Fred and Ivan, Am 22.05.2012 08:32, schrieb Fred Kiefer: > I don't think that libdbusmenu-glib is the way to go. We have a > excellent DBUS interface in GNUstep and should build on that when > implementing a theme that wants to handle menus that way. I second that, especially since the DBusMen

Re: Warning on first NSLog call

2012-04-05 Thread Niels Grewe
Am 05.04.2012 13:58, schrieb Rasmus Barringer: > I see. That sounds probable. But can gnustep not use the time zone > data of the OS? > > My "goal" is to create a minimal objective-c layer with the only > dependencies being libobjc.so.4 and libgnustep-base.so.1.24. These are > to be bundled with t

Re: GNUSTEP-BASE Compile Error, SVN of 3/26/2012, /Foundation/NSOperation.h line 154

2012-03-28 Thread Niels Grewe
Am 27.03.2012 um 03:04 schrieb Citizen Jimserac: > Compiling it on an Ubuntu 11.10 with xfce desktop... Got 2 errors, > same line, see below: > > In file included from ../Headers/Foundation/Foundation.h:92: > ../Headers/Foundation/NSOperation.h:154:1: error: expected parameter > declarator > DE

libobjc2 support for libdispatch

2012-03-11 Thread Niels Grewe
Hi guys, I just wanted to let you know that I committed a small tweak to libobjc2 that makes it really easy to use it as the blocks runtime for Apple's libdispatch [0] (aka Grand Central Dispatch). This still needs a tiny patch in libdispatch [1], but it works quite nicely. This means you can use

Re: Implementation of CommonCrypto?

2012-03-07 Thread Niels Grewe
Hi Jon, On Sat, Jun 25, 2011 at 11:32:02PM -0500, Jonathan Bartlett wrote: > Has anyone worked on getting an implementaiton of CommonCrypto for GNUstep? you've probably long forgotten about this, but in case you're still interested: I just got around cleaning up my work on making CommonCrypto wo

Re: Help - Clang can't find on Ubuntu

2012-02-25 Thread Niels Grewe
Am 25.02.2012 18:45, schrieb David Chisnall: > On 25 Feb 2012, at 17:42, Jens Alfke wrote: > >> * libobjc2 > > Please be aware that the package called libobjc2 in Debian / Ubuntu is not > libobjc2. Debian people seem to like giving packages random names. Well, not completely random. The pack

Re: NSXML* classes

2012-02-22 Thread Niels Grewe
Hi, Am 22.02.2012 19:46, schrieb Fred Kiefer: > Are there any more serious test cases for this code? I mean we have > excellent code to test the working of the basic operations on the NSXML* > classes, but is there any real world example available as well? DBusKit has some code that uses NSXML* c

Fwd: Recovery procedures...

2012-02-15 Thread Niels Grewe
Hi guys, I'm forwarding Greg's mail since I was too stupid to CC the list when replying to him. Sorry, Niels - Forwarded message from Gregory Casamento - Date: Wed, 15 Feb 2012 16:43:01 -0500 From: Gregory Casamento To: Niels Grewe Subject: Re: Recovery procedures... I ha

Re: NSLog options

2012-02-06 Thread Niels Grewe
Hi, Am 06.02.2012 15:32, schrieb Dick Seabrook: > Thanks. Based on advice from Mr Frith-Macdonald I solved the problem > by switching to fprintf(sysout,"..."). NSIntegers seem to work fine with > fprintf's %i format but for %s I had to unpack the string objects with > [ UTF8String ]. Output cam

Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-06 Thread Niels Grewe
Am 06.02.2012 15:15, schrieb Csanyi Pal: > Ivan Vučica writes: > >> On Sun, Feb 5, 2012 at 16:48, Csanyi Pal wrote: >> >> How can I start development applications, like ProjectManager, >> ProjectCenter, Gorm, and user applications? > >> GNUstep was built and installed into /usr/GNUstep.

Re: "openapp AppName.app" versus "openapp ./AppName.app"

2011-12-31 Thread Niels Grewe
Am 31.12.2011 20:05, schrieb Ivan Vučica: > Hi all, > > I find it rather annoying to have to type "openapp ./AppName.app". I > propose the following patch for openapp, in interest of easier use of > bash autocomplete. > > Index: openapp.in > ===

Re: building a self-contained deployable gnustep [cont]

2011-10-17 Thread Niels Grewe
Am 17.10.2011 14:09, schrieb Julian Mayer: >>> >>> Anyway, I've just spent some time trying to make things simpler by >>> providing templates for standalone deployment (will probably need further >>> tweaking, and I haven't documented it yet though) ... >>> >>> I >> I tried further testing with

Re: FOSDEM 2012 (Call for Devrooms)

2011-10-14 Thread Niels Grewe
Hi Lars, Am 13.10.2011 23:07, schrieb Lars Sonchocky-Helldorf: > I have three commitments at the moment. While it is great that all three of > you responded so quickly just three people are not sufficient to apply for a > Devroom. I hope strongly that other are willing to join in! First of all:

Re: GSMimeParser scanToken: and empty quoted strings

2011-10-08 Thread Niels Grewe
Am 07.10.2011 20:31, schrieb Richard Frith-Macdonald: > > On 7 Oct 2011, at 15:24, Niels Grewe wrote: > >> Hello, >> >> I just ran into a little problem with the GSMimeParser in conjunction >> with the authentication stuff in NSURL: >> GSMimeParser's -

GSMimeParser scanToken: and empty quoted strings

2011-10-07 Thread Niels Grewe
Hello, I just ran into a little problem with the GSMimeParser in conjunction with the authentication stuff in NSURL: GSMimeParser's -scanToken: method returns nil if it scans an empty quoted string, and this causes problems if a HTTP server announces an empty realm for authentication because the c

Re: Application Controller/ Notifications For Power Managment

2011-09-07 Thread Niels Grewe
Hi, Am 07.09.2011 19:17, schrieb BTS: > > Just some suggestions for app controller messages, it is written lasily in > pseudo code, my objective-c is pretty weak at the moment. > > AppController.m > > /*These methods are called if the system battery is low on laptops, or the > power has failed

Re: GSIMap and gcc 2.95

2011-08-16 Thread Niels Grewe
Am 16.08.2011 13:06, schrieb Riccardo Mottola: > Hi, > > what goes wrong here? > > > Compiling file GSObjCRuntime.m ... > In file included from GSObjCRuntime.m:727: > ../../Headers/GNUstepBase/GSIMap.h: In function `GSIMapFreeNode': > ../../Headers/GNUstepBase/GSIMap.h:465: cast to union type f

Re: Implementation of CommonCrypto?

2011-06-26 Thread Niels Grewe
On Sun, Jun 26, 2011 at 04:23:01PM +0100, David Chisnall wrote: > On 26 Jun 2011, at 05:32, Jonathan Bartlett wrote: > > > Has anyone worked on getting an implementaiton of CommonCrypto for GNUstep? > > > > As far as I am aware, there is no need. Apple released CommonCrpyto under a > BSD lic

Re: compile on ubuntu - core/base fails

2011-06-10 Thread Niels Grewe
On Fri, Jun 10, 2011 at 04:10:58PM +0200, nova wrote: > Hi, > > The config.log says over socket.h: > > In file included from /usr/include/sys/socket.h:40: > /usr/include/bits/socket.h:381:10: fatal error: 'asm/socket.h' file not > found #include > ^ > 1 error generated. > configure:6380

Re: failure to build base

2011-05-27 Thread Niels Grewe
Hello Riccardo, On Sat, May 28, 2011 at 12:10:16AM +0200, Riccardo Mottola wrote: > Hi, > > after the latest changes and after reconfiguring and cleaning: > > Linking tool autogsdoc ... > ../Source/./obj/libgnustep-base.so: undefined reference to > `__sync_add_and_fetch_4' > ../Source/./obj/li

Re: Obtaining a UUID NSString

2011-05-25 Thread Niels Grewe
Hello Austin, On Wed, May 25, 2011 at 11:23:52PM -0500, Austin Clow wrote: > On Mac OS X, I use the CoreFoundation functions to get UUIDs (that is the > only function of CF I really use directly), is there a way in GNUstep to > obtain a UUID as an NSString? > > I have tried searching thru the

Re: ANN: DBusKit 0.1

2011-05-17 Thread Niels Grewe
Hello Andreas, On Tue, May 17, 2011 at 01:31:19PM +0200, Andreas Schik wrote: > Unfortunately, I have already come across abug in DKNotificationCenter. > The interface name for the addObserver: family of selectors is > calculated wrongly (_signalForNotificationName:). The last character is > cut o

NSXMLNode and libxml

2011-05-14 Thread Niels Grewe
Hello all, I recently and quite obliviously started using NSXMLNode in DBusKit because I want it to emit D-Bus introspection data, which is XML. As it turns out, that was a bit hasty since we only have a stub for NSXMLNode in -base. There are some comments in the code that suggest that it should b

Re: [ANNOUNCE] SimpleAgenda 0.42

2011-05-14 Thread Niels Grewe
On Sat, May 14, 2011 at 11:02:53PM +0200, Niels Grewe wrote: > On Sat, May 14, 2011 at 11:37:51AM +0200, Philippe Roussel wrote: > > You can test notifications with 'notify-send' which comes with > > libnotify-bin package on my ubuntu system. > > > > You

Re: [ANNOUNCE] SimpleAgenda 0.42

2011-05-14 Thread Niels Grewe
On Sat, May 14, 2011 at 11:37:51AM +0200, Philippe Roussel wrote: > You can test notifications with 'notify-send' which comes with > libnotify-bin package on my ubuntu system. > > You should also be able to test it with a 'dbus-send' command but I > can't get it working : > http://ubuntuforums.org

Re: [ANNOUNCE] SimpleAgenda 0.42

2011-04-30 Thread Niels Grewe
Hi Sebastian, On Sat, Apr 30, 2011 at 01:50:33PM +0200, Sebastian Reitenbach wrote: > With system dbus daemon started, and kde 3.5.10 knotify running, I get > the following when starting simpleagenda: Hmm, have no idea whether KDE 3 supports fdo notifications already, I only know that for sure fo

Re: [ANNOUNCE] SimpleAgenda 0.42

2011-04-28 Thread Niels Grewe
Hello Sebastian, On Thu, Apr 28, 2011 at 09:05:23AM +0200, Sebastian Reitenbach wrote: > When I start up simpleagenda, then I see those messages on the console: > > 2011-04-28 08:48:04.290 SimpleAgenda[28617] File DKEndpointManager.m: > 409. In -[DKEndpointManager endpointForWellKnownBus:] Could

ANN: DBusKit 0.1

2011-04-15 Thread Niels Grewe
Hello guys, Now that the core release is out of the door, a initial release of DBusKit seemed only fitting, so here it is: 1 GNUstep DBusKit Framework 0.1 *** This is the first public release of DBusKit, the GNUstep D-Bus bindings framework. The framework allows Objec

Re: building dbuskit fails with llvm/clang

2011-04-11 Thread Niels Grewe
Hello Sebastian! Thanks for catching these errors, they should now be resolved in svn. On Sat, Apr 09, 2011 at 12:01:38PM +0200, Sebastian Reitenbach wrote: > On 04/09/11 11:39, David Chisnall wrote: > > I'm not sure why this code is using GSStackTrace, since the useful > > functionality of this

Re: UIKit bridging for AppKit: Chameleon

2011-03-24 Thread Niels Grewe
Hi, On Wed, Mar 23, 2011 at 02:47:58PM -0500, Matt Campbell wrote: > So Chameleon would not work at all on GNUstep unless Core Animation > were first implemented. If you can bear the gross oversimplification, I'd say that basic CoreAnimation support is not a terribly hard problem. Opal renders to

DBusKit 0.1, third release candidate

2011-03-14 Thread Niels Grewe
Hello all, for interested parties: I just tagged a new release candiate [0] for DBusKit, the D-Bus bindings framework for Objective-C/GNUstep. It only contains a few portability and documentation improvements, though. Cheers, Niels [0] svn://svn.gna.org/svn/gnustep/libs/dbuskit/tags/0.1rc3 _

DBusKit release candidate

2011-02-22 Thread Niels Grewe
Hello all, I've been busy fixing bugs and completing missing functionality in DBusKit and I'm now more confident that it might be in a state that is fit for release. Consequentially, I did started branching a release candidate, promptly found another bug and can now announce rc2 [0]. Naturally, I

Test results for gui on ARM [Was: Re: Adopt a platform today!]

2011-02-18 Thread Niels Grewe
On Fri, Feb 18, 2011 at 09:07:53AM +0100, Niels Grewe wrote: > PS: I've just started setting up a chroot to compile GNUstep on an > rather underpowered armv5tel machine. I'll let you know how things work > out there. And these [0] are the results for gui. I obtained those

Test results for base on ARM [Was: Re: Adopt a platform today!]

2011-02-18 Thread Niels Grewe
On Fri, Feb 18, 2011 at 09:07:53AM +0100, Niels Grewe wrote: > PS: I've just started setting up a chroot to compile GNUstep on an > rather underpowered armv5tel machine. I'll let you know how things work > out there. And the first results are in [0]. I get a few failu

Re: Adopt a platform today!

2011-02-18 Thread Niels Grewe
On Thu, Feb 17, 2011 at 06:24:23PM +, David Chisnall wrote: > Some time around the last release, there was an idea that we should document > the platforms that we actually care about in the next release. If you care > about a platform, then you should: I also think this would be a pretty go

Re: question about low availability of Mac OS X applications that has GnuStep edition

2011-01-25 Thread Niels Grewe
On Tue, Jan 25, 2011 at 10:02:25AM +, Richard Frith-Macdonald wrote: > > GNUstep has NSNetServices (Bonjour), but for sure there are things it does > not have. We welcome contributions to fill in any gaps. However, the fact > that there are and always will be gaps does not mean that the va

Re: Associating bundle directories with app

2011-01-21 Thread Niels Grewe
On Fri, Jan 21, 2011 at 12:05:05PM +, David Chisnall wrote: > On 20 Jan 2011, at 13:42, Niels Grewe wrote: > > > Also, it is worth noting that there is a freedesktop.org spec > > [0] for associating mime-types with applications. Maybe we should > > consider support

Re: Associating bundle directories with app

2011-01-21 Thread Niels Grewe
On Fri, Jan 21, 2011 at 12:14:01PM +, Richard Frith-Macdonald wrote: > > On 20 Jan 2011, at 13:42, Niels Grewe wrote: > > > I think it would be a good idea to have a kind of system wide (or per > > installation domain?) mechanism for storing settings. > > We al

Re: Associating bundle directories with app

2011-01-21 Thread Niels Grewe
Hi, On Thu, Jan 20, 2011 at 10:08:55AM +0100, Sebastian Reitenbach wrote: > With the make_services available right_now, it has to be run as the user, > since the cache used is stored in the users GNUstep directory in the > .GNUstepServices file. > > Maybe it would make sense to have a global se

Re: FOSDEM Arrangements

2010-12-13 Thread Niels Grewe
Hi, On Mon, Dec 13, 2010 at 05:41:18PM +, David Chisnall wrote: > On 13 Dec 2010, at 15:24, Quentin Mathé wrote: > > >> I poked DBUSKit a bit and it definitely looks like a thing that's worth > >> advertising and some demos. If Niels doesn't want to give a long talk, > >> maybe we could ha

Re: FOSDEM Arrangements

2010-12-12 Thread Niels Grewe
Hi, On Sat, Dec 11, 2010 at 05:17:08PM +, David Chisnall wrote: > Getting in on Friday morning would require me to leave in the middle of the > night, so I probably won't do that. I could probably get there around 4pm, > so time for a bit of hacking, an early dinner, and then a lot of beer.

Re: Filter array using NSPredicate

2010-10-04 Thread Niels Grewe
On Tue, Oct 05, 2010 at 12:07:33AM +0800, Koh Nyap-Hong wrote: > Yes, basically what I want to do with NSPredicate can actually achieved using > the traditionally way of while/for loop. However I was recently impressed by > functional programming way of filtering array/list, I would like to try the

Re: GSoC Roundup [DBusKit]

2010-08-23 Thread Niels Grewe
On Fri, Aug 20, 2010 at 09:32:24PM +0100, David Chisnall wrote: > I wonder if Eric and Niels could provide the list with a little summary of > what was done over the summer? No problem: My project was creating D-Bus bindings for GNUstep and I think that I've been pretty successful, though I didn'

Re: Problem building base with libobjc2

2010-07-03 Thread Niels Grewe
Hi Truls, On Sat, Jul 03, 2010 at 07:35:41PM +0200, Truls Becken wrote: > I get errors when building gnustep trunk r30916, using libobjc2 from > the same revision. This does not happen with the gcc runtime because > the problematic code is then skipped by an #ifndef. > > Making all for library li

Re: Vindaloo - open a PDF from the command line

2010-04-15 Thread Niels Grewe
On Thu, Apr 15, 2010 at 10:35:53AM +0100, David Chisnall wrote: > Is there a reason that it's called gopen instead of open? I'd been > using GNUstep and complaining about the lack of an open command for > over a year before I found it... I think it's the usual reason: There is a slighly less usef

Re: GSoC application

2010-03-12 Thread Niels Grewe
On Fri, Mar 12, 2010 at 08:51:09AM -0700, Adam Fedor wrote: > Here's the application currently. Anymore comments before I send it in? I have a little suggestion for the "Why is your organization applying to participate in GSoC 2010?"-section. Right now, it focuses on enabling present contributors

Re: FOSDEM and beyond (next stable release of base)

2010-02-15 Thread Niels Grewe
On Mon, Feb 15, 2010 at 05:23:03PM +, Richard Frith-Macdonald wrote: > On 14 Feb 2010, at 14:53, David Chisnall wrote: > > Do we have a list somewhere of what is still to do towards this > > goal? I'm not a huge fan of the concept of feature-parity releases, > > because I'd rather have classes

Re: things and stuff to bring for our FOSDEM devroom

2010-02-04 Thread Niels Grewe
On Thu, Feb 04, 2010 at 01:04:58PM +0100, Lars Sonchocky-Helldorf wrote: > >- a clip microphone to record the speaker would increase the sound > >quality of the recorded speech by a magnitude > > Niels, you offered to bring a microphone. Is this offer still valid? Yes, I will bring one. But pleas

  1   2   >