[OGo-MacOSX] Bugs found in BasicAuthSession example

Philippe Laval macosx@opengroupware.org
Sun, 2 Apr 2006 17:40:49 +0200


>> <===== Bug : ClickCount does NOT display itself ! (variable not  
>> initialized)
>
> Most instance variable types are automatically initialized to 0 by  
> Objective-C (the object's memory is zeroed).
>
> This works for me (displays 0 and properly increases on clicks). Do  
> you use a special default configuration or keypath association?
>
> But I'm using a gstep-make build, not Xcode.
>
> Maybe Marcus can look into the thing and check whether he can  
> reproduce your issue in Xcode.

Yes I was using Marcus templates in XCode.

I do not use a special default configuration or keypath association.

G5:/etc/httpd philippe$ more BasicAuthSession.conf
#
# BasicAuthSession configurations
#

Alias /BasicAuthSession.sopex/WebServerResources/ /Users/philippe/ 
SOPE-4.5/sopex/Samples/BasicAuthSession/WebServerResources/

<LocationMatch "^/BasicAuthSession*">
SetHandler ngobjweb-adaptor
SetAppPort 24000
</LocationMatch>

================================

When I try to use gstep-make, I got most things failing. So I have to  
use XCode for now...

How shoud I configure my computer to use gstep-make correctly ?
Should I source someting ?
What are your environment variables ?