Re: RISC-V Support for GNUstep

2021-10-07 Thread David Wetzel
Hi! Did I miss something regarding risc? I thought many companies are now looking to go to ARM? Also on their servers. Cheers, David Von meinem iPhone gesendet > Am 2021-10-07 um 12:53 schrieb lars.sonchocky-helld...@hamburg.de: > > Hi fellow GNUsteppers, > > > I am thinking about

Re: Building GNUstep for Windows using Clang

2020-12-02 Thread David Wetzel
Wouldn’t it be better to have a windows build on the website to download as a binary? Binaries in a repository are painful. David > Am 2020-12-02 um 11:08 schrieb Gregory Casamento : > >  > Just a suggestion. Could you commit the binary resulting from the build? > While David might

Re: libobjc2 on FreeBSD 12.1

2020-04-29 Thread David Wetzel
Thanks! That was it. > Am 29.04.2020 um 17:00 schrieb Johannes Brakensiek : > > git submodule update > >

libobjc2 on FreeBSD 12.1

2020-04-29 Thread David Wetzel
Hello! I tried to build libobjc2 (from GitHub) on FreeBSD. FreeBSD sina.turbocat.net 12.1-RELEASE-p3 FreeBSD 12.1-RELEASE-p3 GENERIC amd64 root@sina:/usr/home/dave/libobjc2 # cd Build root@sina:/usr/home/dave/libobjc2/Build # cmake .. -- The C compiler identification is Clang 8.0.1 -- The ASM

Re: Escape from the UK/Brexit ... update

2019-03-30 Thread David Wetzel
Best wishes from Canada. I know how moving feels. Dave Von meinem iPhone gesendet > Am 30.03.2019 um 06:02 schrieb Richard Frith-Macdonald : > > FYI > This week we emptied our house in Cornwall, putting things into storage in > Waterford, Ireland. > We are hoping to complete buying a much

HTTP/2 with GNUstep?

2018-06-12 Thread David Wetzel
Hi! Did anyone use GS for HTTP/2? Especially talking to Apple’s push servers? Thanks! Dave Von meinem iPhone gesendet ___ Gnustep-dev mailing list Gnustep-dev@gnu.org https://lists.gnu.org/mailman/listinfo/gnustep-dev

GNUstep base on MacOS High Sierra?

2017-12-29 Thread David Wetzel
Hi! Is anyone using a current GNUstep base on MacOS High Sierra? Any special instructions? I basically only want to use the base additions and build GSWeb. Thanks! David ___ Gnustep-dev mailing list Gnustep-dev@gnu.org

Re: GNUstep on FreeBSD / Re: FreeBSD directory locations

2017-12-28 Thread David Wetzel
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

FreeBSD directory locations

2017-12-26 Thread David Wetzel
Hi! Should -make from GitHub setup the paths the same way as the -make package from ports does? I think, it should unless you want to configure it differently. I did not dig into it, but it seems the git version does not detect pthread and lib dispatch either. What do you think? David

Re: NSBundle and Frameworks

2017-12-05 Thread David Wetzel
Hi! > Am 04.12.2017 um 18:05 schrieb Ivan Vučica : > > It feels wrong that you would need this. In which bundle is GSMime.plist > located? Is it in the WebObjects.framework? Yes. > What's the value of bundlePath on line 804? The framework is in

Is anyone interested in NeXT hardware?

2017-12-03 Thread David Wetzel
If you are interested go here: https://twitter.com/tapbot_paul/status/937465839888093184/photo/1 and contact Paul directly. David ___ Gnustep-dev mailing list Gnustep-dev@gnu.org https://lists.gnu.org/mailman/listinfo/gnustep-dev

lib dispatch on FreeBSD and Linux?

2017-12-02 Thread David Wetzel
Hi! how is the current state of those? I did not see anything in the GNUstep wiki. dispatch_async(dispatch_get_main_queue(), ^{ does not seem to do anything on FreeBSD. Is there any up-to-date info? Thanks! David ___

NSBundle and Frameworks

2017-12-02 Thread David Wetzel
Hi! I don't know if I shot my GNUstep installation by updating some FreeBSD ports, but I had to add this to make GSWeb find MIME.plist My frameworks are in /usr/local/GNUstep/Local/Library/Frameworks/ The lib in /usr/local/lib/libWebObjects.so.1 This was just a fast hack. I feel like we

Re: gnustep on FreeBSD and how to use the debugger

2017-09-02 Thread David Wetzel
Hi! The debug=yes works and for just stack up down and printing some vars to figure out what was wrong, it worked with gdb80 from ports. Just pushed my first code change to GitHub :-) David > Am 02.09.2017 um 06:02 schrieb David Chisnall : > > As Riccardo said, you

Re: gnustep on FreeBSD and how to use the debugger

2017-09-01 Thread David Wetzel
Hi! I gave gdb80 a try but it looks like we are not having the debug info? Do we need some additional flags when compiling the libs or app? Or is it just not working with the new runtime? Thanks! David #6 0x000800c734c0 in -[WOKeyValueAssociation valueInComponent:] () from

Re: gnustep on FreeBSD and how to use the debugger

2017-08-31 Thread David Wetzel
Hi! Trying gdb: #1 0x00080275764b in -[NSException raise] () from /usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so.1.25 (gdb) up #2 0x000800c33ac1 in +[WOAssociation valueInComponent:forKeyPath:] () from /usr/local/GNUstep/Local/Library/Libraries/libWebObjects.so.1

gnustep on FreeBSD and how to use the debugger

2017-08-31 Thread David Wetzel
Hi guys! I just installed the -base package from ports and it seems to work so far. Thanks David C.! I decided to give gsweb a try and tried debugging: (lldb) up frame #6: 0x000800c734c0 libWebObjects.so.1`_i_WOKeyValueAssociation__valueInComponent_ + 64

Re: gnustep-base on FreeBSD (from ports)

2017-05-17 Thread David Wetzel
Hi! I guess the FreeBSD ports are *seriously* outdated: root@sina:/usr/ports/lang/gnustep-base/work/gnustep-base-1.24.8 # more ChangeLog 2015-05-15 Richard Frith-Macdonald * Documentation/install.texi: * ANNOUNCE: * INSTALL: * NEWS: Final

gnustep-base on FreeBSD (from ports)

2017-05-17 Thread David Wetzel
Hi! It seems like sizeof(void*); is a gcc extension. Is anyone working on a patch? This is on 11.0-RELEASE-p2 amd64 Thanks! David ===> Building for gnustep-base-1.24.8_6 gmake[2]: Entering directory '/usr/ports/lang/gnustep-base/work/gnustep-base-1.24.8' This is gnustep-make 2.6.7. Type

base on OS X EL Capitan

2016-08-14 Thread David Wetzel
Hi! I just updated some of my sources from svn and tried to build base. But it seems like GS does not work with Apple's llvm without some tweaking. See below. What I want is to install only -base extensions and GSWeb. I need to finish the wotaskd to run some home automation stuff on my

Re: Error while compiling on FreeBSD

2015-01-08 Thread David Wetzel
Am 08.01.2015 um 13:27 schrieb Riccardo Mottola riccardo.mott...@libero.it: I have 10.1, but I also have 8.4, which is even still supported! from https://www.freebsd.org/security/index.html#sup Release Expected EoL

Re: NetBSD - failed test

2013-06-27 Thread David Wetzel
Hi Guys, did you look at this? http://www.gnustep.org/developers/testfarm.html that is a NetBSD 6.1 box that I am providing to the GNUstep project to do automated builds. Cheers, David ___ Gnustep-dev mailing list Gnustep-dev@gnu.org

Re: GNUstep WebServices in iOS app?

2013-06-25 Thread David Wetzel
Hi Guys, I think we should add a static link exception to the license to enable people use GNUstep code on iOS. This push more momentum to the project. As long as developers still publish their changes to the GNUstep code, I don't see a problem with it. Thanks! David

GNUstep WebServices in iOS app?

2013-06-24 Thread David Wetzel
Hi, did anybody use the GS WebServices in a iOS application? I would like to talk to a SOAP service from the iPhone without having to write too much ugly code ;-) Thanks! David ___ Gnustep-dev mailing list Gnustep-dev@gnu.org

Re: CoreLocation clone

2013-06-03 Thread David Wetzel
Hi Guys, it could use the information from the wireless networks. The round button on http://maps.google.com locates me on about 10m. Greetings from Toronto David Wetzel On 3 Jun 2013, at 15:57, Gregory Casamento greg.casame...@gmail.com wrote: I wouldn't say it's useless on computers

libobjc2: clang not found?

2013-05-27 Thread David Wetzel
Hi dave@sinaclang --version clang version 3.2 (tags/RELEASE_32/final) Target: x86_64--netbsd Thread model: posix dave@sinawhich clang /usr/pkg/bin/clang dave@sinacd Build dave@sinacmake .. -- The C compiler identification is GNU 4.5.3 -- The CXX compiler identification is GNU 4.5.3 -- Check

Re: Oracle ?

2012-01-23 Thread David Wetzel
Hi How about http://en.m.wikipedia.org/wiki/OCILIB Dave Von meinem iPhone gesendet Am 24.01.2012 um 01:28 schrieb Pirmin Braun p...@seat-1.com: what's the best approach to talk to an Oracle DB in GNUStep? SQLClient with JDBC? ___ Gnustep-dev

OT: OPENSTEP on VirtualBox?

2011-08-16 Thread David Wetzel
Hi folks, which settings should I use for openstep on VirtualBox? It used to work on my old VMWare fusion but I would like to use it on VB on my lion machine :-) Thanks and greetings from Montreal :-) David ___ Gnustep-dev mailing list

Re: Moving the bug system to GNA....

2011-05-23 Thread David Wetzel
Am 23.05.2011 um 13:38 schrieb Fred Kiefer: Having the bulk of GNUstep in one place sounds like a nice idea. Very true. David ___ Gnustep-dev mailing list Gnustep-dev@gnu.org https://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: Base additions on iOS 4?

2011-02-08 Thread David Wetzel
Am 08.02.2011 um 02:13 schrieb Richard Frith-Macdonald: I looked at your example, and the first thing I noticed (since it's near the start) was the +initialize method. I understand that NSMapTable is not available in iOS (though looking at the OSX10.6 documentation I don't see where it's

Re: Base additions on iOS 4?

2011-02-07 Thread David Wetzel
Hi, I made it work and would like to know if I should just commit the per file changes back to trunk? The XCode project (with modified source files) is at http://www.turbocat.net/GNUstepBase.zip A example diff is attached. Dave GSXML.m.diff Description: Binary data

Base additions on iOS 4?

2011-02-06 Thread David Wetzel
Hi, has somebody tried to make the base additions run on the iPhone platform? I need to parse some broken HTML pages and have code that does that using gs-base. Cheers, David ___ Gnustep-dev mailing list Gnustep-dev@gnu.org

problems with string encoding

2010-11-09 Thread David Wetzel
Hi, when parsing web pages I need to figure out the encoding. What I am currently doing is, getting the start of the page as string buffer. look for a substring like charset=iso-8859-1 and then I have the encoding. The problem is that if that fails: encStr = [[NSString alloc]

how to track down GNUstep leaks on non-Apple platforms?

2010-10-24 Thread David Wetzel
Hi folks, I have an GSWeb application that does not leak on OS X (using Apple's Foundation and -base-add). I uses GDL2 and is heavily tested with Apple's instruments. But on my NetBSD machine it seems to leak. How can I track this down? Is there anything like instruments? David

failing GSXML parsing

2010-10-05 Thread David Wetzel
Hi, HTML code like: OPTION VALUE=unknown SELECTED fails: (gdb) p key $3 = (class NSString *) 0x7f7ff9006470 (gdb) po key selected (gdb) p obj $4 = (class NSString *) 0x0 [dict setObject: obj forKey: key]; -- will raise My current local fix is: static void startElementFunction(void *ctx,

testcases seem to be a fail

2010-07-07 Thread David Wetzel
Hi guys, I was testing the test cases on my Snow Leopard machine. In theory they should be fine right? But they are not. See below. David d...@atlantiscd base ../runtests.sh . d...@atlantis../runtests.sh . --- Running tests in . --- ./Functions/NSPathUtilities.m: COMPILEFAIL:

Try EOModelEditor

2010-06-23 Thread David Wetzel
Hey guys, I just committed revision 30842 in gdl which includes writing of all files in OPENSTEP format even on OSX. Actually, the work is done in base-additions, but it is still cool :-) Cheers, David ___ Gnustep-dev mailing list

GS_ATTRIB_DEPRECATED breaks code

2010-06-22 Thread David Wetzel
Hi, I was thinking the use of GS_ATTRIB_DEPRECATED is save, but it breaks my code on Ubuntu 10.04 and NetBSD 5.0.1 (gcc (GCC) 4.1.3 20080704 prerelease (NetBSD nb2 20081120)) Making all for framework WebObjects... Compiling file GSWConstants.m ... In file included from GSWeb.h:173,

GNUmakefile question

2010-06-17 Thread David Wetzel
Hi, my makefile contains this currently and it works, but I am curious if there is a variable I could use. PLATFORM = $(shell uname) ifeq ($(findstring NetBSD,$(PLATFORM)), NetBSD) ADDITIONAL_TOOL_LIBS += -lcrypt endif Thanks, David ___

problems with NSDoubleNumber

2010-06-12 Thread David Wetzel
decimalNumberWithString:locale: what is the currently best way to do this with a '.' separator? This is a web app so the user settings might become irrelevant. Thanks! David Wetzel ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo

Re: Testing for drawing fixes r30523

2010-06-12 Thread David Wetzel
% 13,9 % Windows Vista 8,4 % 14,1 % Mac OS 8,2 % 7,7 % Other/Unk. 3,6 % 2,4 % Windows 20001,4 % 3,0 % Windows .NET1,4 % 1,6 % UNIX0,6 % - David Wetzel ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http

Re: problems with NSDoubleNumber

2010-06-12 Thread David Wetzel
Am 12.06.2010 um 02:07 schrieb David Wetzel: Hi, this code has been working before and is working on OS, but this is current (svn) -base: // string is @6.69 price = (NSDecimalNumber*) [NSDecimalNumber numberWithDouble:[myString doubleValue]]; price = (NSDecimalNumber*) [price

Re: test: revision 30611

2010-06-07 Thread David Wetzel
. David Wetzel ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

KVC triggers Key-value access using _setKey: is deprecated

2010-06-05 Thread David Wetzel
Hi Folks, - (void)setValue:(id)value forKeyPath:(NSString *)keyPath triggers GSOnceFLog(@Key-value access using _setKey: is deprecated:); on GNUstep base. setValue: forKeyPath: is not depricated, so base must be wrong somewhere... David ___

Re: make gui

2010-06-05 Thread David Wetzel
http://en.wikipedia.org/wiki/Configure_(computing) Am 05.06.2010 um 19:10 schrieb Elim Qiu: I see many things missing when make gui. Please let me know how to make them up. Thanks e...@workbook:~/Projects/Gnu/modules/core/gui$ ./configure David Wetzel

Re: Bug in software index?

2010-06-01 Thread David Wetzel
/gsapps.tgz (about 62k) See: http://wiki.gnustep.org/index.php/User:IOOI/GNUstepSoftwareIndex The wiki is down. I mailed the guys already. David Wetzel ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: from Sgnustep-startup-0.25.0

2010-06-01 Thread David Wetzel
Hi, you should install -base and gsweb from svn. if you want to use a database, you need to install gdl2 from svn too. After you installed that, you can try gsweb/trunk/Examples/hello David Wetzel Am 01.06.2010 um 10:43 schrieb Elim Qiu: My main interests are GSWeb. Now I have

Re: make hello

2010-06-01 Thread David Wetzel
Hi, make sure, you source (csh) or '.' the Makefiles/GNUstep.csh (or .sh) before building. make sure you install the frameworks before you try other things for the other mail: http://wiki.gnustep.org/index.php/Apache2Adaptor Am 01.06.2010 um 14:02 schrieb Elim Qiu: Looks like gsw

Re: GDL / GSWeb (utf8 database char encoding)

2010-05-31 Thread David Wetzel
New Answer: YES it is in SVN for PostgreSQL. David Am 28.05.2010 um 22:16 schrieb David Wetzel: Am 28.05.2010 um 16:18 schrieb Elim Qiu: Does GDL support utf8 database char encoding? That depends on the Adaptor. The one we once wrote for PostgreSQL / EOF does. I will merge

Re: writing NSPropertyListOpenStepFormat files on all platforms

2010-05-28 Thread David Wetzel
Hi, I was thinking something like that. David Wetzel Am 28.05.2010 um 02:44 schrieb David Chisnall: NSPropertyListSerialization that does it and use that in both places. Maybe we could move it to a category in Additions? ___ Gnustep-dev

writing NSPropertyListOpenStepFormat files on all platforms

2010-05-27 Thread David Wetzel
Hi, I need to write NSPropertyListOpenStepFormat property files on all platforms. (GNUstep and OS X). Has anybody done that before? What is the best way to implement it? (With creating the whole plist by hand, I have done that before...) Thanks, David

Re: open recent in renaissance?

2010-05-11 Thread David Wetzel
Hi, it works now, it was the plist. David EOModelEditorInfo.plist Description: Binary data ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

open recent in renaissance?

2010-05-10 Thread David Wetzel
Hi, I am writing an NSDocument based application using renaissance, but my recent documents menu never gets any entries. Thats is in my GSMarkupDocument subclass: - (BOOL)readFromURL:(NSURL *)absoluteURL ofType:(NSString *)typeName error:(NSError **)outError { ASSIGN(_eomodel, [EOModel

Re: open recent in renaissance?

2010-05-10 Thread David Wetzel
Am 10.05.2010 um 12:28 schrieb Fred Kiefer: Recent documents get handled at a higher level. The NSDocumentController Yes that is what the documentation says. :-) is in charge of this. If you are using one and the document loading operates via that and you still don't see documents being

how to port gorm files to renaissance?

2010-04-26 Thread David Wetzel
Hi folks, I would like to be able to use the inspector on GDL's DBModeler on OS X. But those inspector interfaces are made with gorm. How can I convert them to use renaissance without having gorm? Thanks! David Wetzel ___ Gnustep-dev mailing list

GDL2 Mac port status

2010-04-25 Thread David Wetzel
Hi folks, I am currently porting GDL2 to Snow Leopard. It runs (sort of) on my machine [TM]. It seems that OS X is a lot more fragile than NetBSD/amd64 when it comes to int -- NS*Integer differences. I am changing the code to fit into Apple's pattern. Using Instruments (1) I found and fixed

Re: What happened to the code freeze?

2010-04-20 Thread David Wetzel
probably need quite a few weeks of feature freeze / bug fixing to get a good release. :-) True. Cheers, David Wetzel ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

NSFileHandle Additions on Snow Leo?

2010-04-19 Thread David Wetzel
Anybody seen that before? I want to run a malloc debug and shark on GSWeb... Cheers, David Wetzel ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

Somebody working on NSDateFormatter and Time Zones?

2010-04-08 Thread David Wetzel
Hi, Apple's NSDateFormatter has: - (NSTimeZone *)timeZone; - (void)setTimeZone:(NSTimeZone *)tz; Is somebody working on those? Thanks! David ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

GNUstep and IPv6?

2010-01-26 Thread David Wetzel
Hi folks, is -base ipv6 ready? From what I was seeing I doubt it. We should support v6... http://inetcore.com/project/ipv4ec/index_en.html David ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

anybody working on gnustep on snow leo?

2009-12-04 Thread David Wetzel
Hi guys, has anybody gotten -base-additions to work on Mac OS snow leopard? I could give temporary ssh access to a snow leo machine, if that would help. Thanks! David ___ Gnustep-dev mailing list Gnustep-dev@gnu.org

Best method for converting NSDates into different time zones?

2009-11-18 Thread David Wetzel
Hi guys, I have a database with dates in CET and would like to preset them in the local time of the users. It is a web app. This is the only way I was able to convert between time zones, but that should be possible with DateFormatters too, right? NSCalendarDate * date = [NSDate date]; //

Base on Snow Leopard?

2009-11-09 Thread David Wetzel
Hi Folks, I tried to build base as on http://wiki.gnustep.org/index.php/Platform:BSD#Mac_OS_X (paths on the wiki don't seem to be right any more) cd make/trunk/ ./configure --with-library-combo=apple-apple-apple sudo make install source /Library/GNUstep/Makefiles/GNUstep.csh cd

gdb on NetBSD with tcsh does not work

2009-11-08 Thread David Wetzel
Hi Folks, it seems like gdb debugging on NetBSD 64 bit does not work. It does not seem to start the executable. If I change my login shell to /bin/sh it works as expected. Would u please try on your boxes? Thanks! David ___ Gnustep-dev mailing list

Re: NSSound Reimplementation

2009-06-11 Thread David Wetzel
Am 11.06.2009 um 23:13 schrieb Stefan Bidigaray: CHOOSING INPUT/OUTPUT DEVICE This is a pretty reasonable request, specially since it's part of the API (check -setPlaybackDeviceIdentifier:), the problem here is that I'm not sure what to expect! I don't have a Mac, and the API only

test suite base

2009-03-05 Thread David Wetzel
Hi folks, I tried the test suite on a NetBSD amd64 VM: runtests.sh base --- Running tests in base --- base/NSBundle/general.m: FAIL: -classNamed returns the correct class FAIL: -executablePath returns an executable path (gnustep bundle) base/NSConnection/connection.m: FAIL: NSConnection can

NSPropertyListSerialization fails with OpenStepFormat on OSX

2008-10-26 Thread David Wetzel
[+NSPropertyListSerialization dataFromPropertyList:format:errorDescription:] to base-additions, call the Apple implementation if format != NSPropertyListOpenStepFormat if code runs on Apple. What do you think? -- David Wetzel ___ Gnustep-dev mailing

Re: NSPropertyListSerialization fails with OpenStepFormat on OSX

2008-10-26 Thread David Wetzel
David Wetzel wrote: add [+NSPropertyListSerialization dataFromPropertyList:format:errorDescription:] to base-additions, call the Apple implementation if format != NSPropertyListOpenStepFormat if code runs on Apple. What I cannot understand is your proposed solution to this problem

Re: too slow -- replaceOccurrencesOfString: withString: options: range:

2008-07-15 Thread David Wetzel
Am 15.07.2008 um 00:04 schrieb David Wetzel [EMAIL PROTECTED] NEWbaseStringByConvertingToHTML took 0.031764 sec stringByEscapingHTMLAttributeValue took 0.072553 sec Morning, I should sleep more, but still, there is room to make it faster. Maybe in rangeOfString if one is looking for many

too slow -- replaceOccurrencesOfString: withString: options: range:

2008-07-14 Thread David Wetzel
classes are just too slow: NEWbaseStringByConvertingToHTML took 0.031764 sec stringByEscapingHTMLAttributeValue took 0.072553 sec Later, David Wetzel ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

corrent base does not build

2008-06-28 Thread David Wetzel
Compiling file GSFFIInvocation.m ... GSFFIInvocation.m: In function '-[GSMMapBuffer initWithSize:]': GSFFIInvocation.m:80: error: 'MAP_ANONYMOUS' undeclared (first use in this function) GSFFIInvocation.m:80: error: (Each undeclared identifier is reported only once GSFFIInvocation.m:80: error:

Re: SIGSEGV at Unicode.m:1564

2008-06-13 Thread David Wetzel
Am 13.06.2008 um 07:07 schrieb Richard Frith-Macdonald: Thanks ... should be fixed by a change I just made in svn ... please try it and let me know. Program received signal SIGSEGV, Segmentation fault. 0xbd8f4e09 in GSFromUnicode (dst=0x202c223e, size=0x2e753c22, src=0x80b0e673,

SIGSEGV at Unicode.m:1564

2008-06-12 Thread David Wetzel
any ideas? Program received signal SIGSEGV, Segmentation fault. 0xbd8f51fc in GSFromUnicode (dst=0x0, size=0xbfbfc838, src=0x9453018, slen=34814, enc=NSUTF8StringEncoding, zone=0x0, options=4) at Unicode.m:1564 1564 ptr[dpos++] = u 0x7f; Current language: auto;

Renaissance on windows?

2008-04-24 Thread David Wetzel
hi, does Renaissance work on windows? Any screenshots? Thanks! -- David Wetzel ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

guessing file or data encoding

2008-03-16 Thread David Wetzel
this? http://developer.apple.com/documentation/Cocoa/Conceptual/Strings/Articles/readingFiles.html -- David Wetzel ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

gsweb on amd64

2008-03-03 Thread David Wetzel
(my original CC: did not work) Hi folks, I just compiled one of my web apps for NetBSD 4.0/amd64 Everything seems to work so far :) I did not try gdl2, but my own simple DB layer just works... Dave ___ Gnustep-dev mailing list Gnustep-dev@gnu.org

custom install dir for bundles?

2008-02-17 Thread David Wetzel
Hi folks, I would like to install a bundle in /usr/GNUstep/Local/Library/Bundles/CustomXXX/ how can I do that? (Both relative to the GNUstep Local Library path or GS root or just a totally different dir) Is that in the make doc? Thanks! Dave

Re: rawMimeDataPreservingCase seems to be broken

2008-02-17 Thread David Wetzel
Hi, Am 16.02.2008 um 10:31 schrieb Richard Frith-Macdonald: Thanks for spotting that ... I added some fixes to svn That works. Thank you! Is there a way of parsing only mail headers from a email file? That should be much faster if one is only interested in he headers Dave

segfault on 64bit

2008-02-08 Thread David Wetzel
Hi, has anybody seen this before? dave [EMAIL PROTECTED]gdb ./obj/benchmark GNU gdb 6.5 Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions.

Need help building mod_gsw on Leopard

2008-01-24 Thread David Wetzel
Hi folks, the apache22 on Apple seems to be different. It is FAT(universal) too... Do you know how to make it work? Thanks! David Von meinem iPod gesendet ___ Gnustep-dev mailing list Gnustep-dev@gnu.org

base on apple leopard

2008-01-15 Thread David Wetzel
Hi I tested the diningPhilosophers which seem to work after I added a #include stdio.h in the .m file. I think that include should be somewhere else? PS: --with-library-combo=apple-apple-apple -- David Wetzel ___ Gnustep-dev mailing list

Objective C threads on NetBSD 4.0 i386

2008-01-06 Thread David Wetzel
Hi, objc_thread_detach (@selector(hash), o, nil); returns NULL on all boxes. Also on NetBSD 3.1 where NSThread is working with GNUstep. Any Ideas? Dave ___ Gnustep-dev mailing list Gnustep-dev@gnu.org

Re: gnustep base on NetBSD 4.0 i386

2008-01-06 Thread David Wetzel
Richard Frith-Macdonald wrote: That's an odd error message... I changed the code to clear errno immediately before detaching the thread, so as to be sure we don't have a value hanging round form an earlier call. (gdb) r Starting program:

Re: gnustep base on NetBSD 4.0 i386

2008-01-05 Thread David Wetzel
Matt Rice wrote: adding -pthread on the gcc command line seems to fix it Neither -lpthread nor -pthread works for me on intel... Dave [EMAIL PROTECTED]gmake diningPhilosophers messages=yes This is gnustep-make 2.0.3. Type 'make print-gnustep-make-help' for help. Making all for test_tool

gnustep base on NetBSD 4.0 i386

2008-01-04 Thread David Wetzel
I get this on NetBSD 4.0 i386 it seems like GNUstep/objc threads are broken on NetBSD 4.0 (gdb) r Starting program: /Users/dave/projects/gnustep-testfarm/core/base/Testing/obj/diningPhilosophers /Users/dave/projects/gnustep-testfarm/core/base/Testing/obj/diningPhilosophers: Uncaught

some testing of base on sparc 64

2008-01-02 Thread David Wetzel
Hi, I did some testing on a Sparc64 running NetBSD 4.0 It seems like threads are not working here. We should have some automated test script that runs this in the test farm script. -- David Wetzel Starting program: /Net/alice/Users/dave/projects/testfarm/core/base/Testing/obj/thread gstep

Re: testing malloc / free behaviour

2007-12-17 Thread David Wetzel
David Ayers wrote: http://www.gnu.org/software/libc/manual/html_node/Freeing-after-Malloc.html#Free ing-after-Malloc [http://tinyurl.com/yqh6n4] Occasionally, free can actually return memory to the operating system and make the process smaller. Usually, all it can do is allow a later call

testing malloc / free behaviour

2007-12-16 Thread David Wetzel
Hi, just run this and a top in a different terminal. If the memory use of the process goes down after the freeing... message, all is fine. It works as expected on Mac OS X Leopard and NetBSD 3.1 You might set your limits to unlimited before running this. Dave

Re: GNUstep Testfarm Results

2007-12-12 Thread David Wetzel
Adam Fedor wrote: Tiger (10.4). David Wetzel has Leopard, which he might start the testsuite on. Done. (on PPC) I can do Intel tomorrow. Dave ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: GNUstep Testfarm Results

2007-12-11 Thread David Wetzel
Hi Fail Compile powerpc-apple-darwin8.11.0-apple BTW: Is this Leopard or Tiger? (I'm asking as I'm wondering whether we are dealing with the ObjC 2.0 runtime or not.) Leopard is: Darwin sina.lan 9.1.0 Darwin Kernel Version 9.1.0: Wed Oct 31 17:48:21 PDT 2007; root:xnu-

Exception in takeValue:forKey:

2007-11-28 Thread David Wetzel
Hi folks, why is this raise there? I should only raise if the key is null as far as I can see. - (void) takeValue: (id)anObject forKey: (NSString*)aKey { SEL sel = 0; const char*type = 0; int off; unsigned size = [aKey length] * 8; char

Re: NSThread OS X 10.5 compatibility

2007-11-24 Thread David Wetzel
hi, that is my frist -- not jet tested -- code. just to avoid double work... Index: Source/NSThread.m === --- Source/NSThread.m (revision 25604) +++ Source/NSThread.m (working copy) @@ -797,6 +797,34 @@ return

NSThread OS X 10.5 compatibility

2007-11-22 Thread David Wetzel
Hi folks, Apple has updated the NSThread API http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSThread_Class/Ref erence/Reference.html Who is currently hacking on NSThread? I would like to do this: _t = [[NSThread alloc] initWithTarget:self

RE: GNUstep Testfarm Results

2007-02-15 Thread David Wetzel
Aprint_unique_pathlist.sh U . Updated to revision 24589. Adam: could you please check? I am not familiar with your autobuild system... Dave -- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 Phone +49

Re: WebObjects Dev tools (Re: some GSWeb wiki pages updated / added)

2007-01-03 Thread David Wetzel
preferences. Sure. Syntax highlightning and formatting is very important. How about bindings? Is it able to parse header files? Will you have the methods/instance variables in a list to connect them to the component/dynamic element? Dave -- _ _ _(_)(_)_ David Wetzel, Turbocat's Development

some GSWeb wiki pages updated / added

2007-01-02 Thread David Wetzel
Hi, I added the following page: http://wiki.gnustep.org/index.php/GSWComponent This still needs some more text: http://wiki.gnustep.org/index.php/Creating_A_Simple_GSWeb_Application any comments/hints? dave -- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster

Re: Win32 Cairo backend : strange behavior...

2006-12-22 Thread David Wetzel
tool. dave -- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 Phone +49 33056 82834 (__) http://www.turbocat.de/ ___ Gnustep-dev mailing

Re: Plans for change....

2006-12-17 Thread David Wetzel
is also very important. I see no real reason to use hardcoded Y/X values like done in NIB files. Dave -- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 Phone +49 33056 82834 (__) http

simple base installation on MacOS

2006-10-24 Thread David Wetzel
did this before, but no luck with the SVN version today :-S Dave -- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 Phone +49 33056 82834 (__) http://www.turbocat.de

Re: GSEncodingName

2006-10-12 Thread David Wetzel
-- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 Phone +49 33056 82834 (__) http://www.turbocat.de/ ___ Gnustep-dev mailing list Gnustep

  1   2   >