[OGo-Developer] NXConstantString does not recognize...
Antony Gelberg
developer@opengroupware.org
Thu, 26 Apr 2007 00:17:28 +0100
I'm seeing something like
http://www.nabble.com/I-broke-my-OGo!-(upgrade-issue)-t2744059.html
except I've been building from SVN.
I'm using libfoundation-1.1 from
http://download.opengroupware.org/releases/unstable/ThirdParty/sarge/binary-i386/.
Apart from that, I've built and installed SOPE and OGo trunks.
However, none of the binaries run, I get:
myung:/home/antony# /usr/local/sbin/ogo-webui-1.1
Uncatched Objective-C exception:
exceptionClass <class ObjcRuntimeException>
Reason: Objective-C runtime error: error: NXConstantString (instance)
NXConstantString does not recognize cStringLength
UserInfo: no userinfo
### child 4443 (#1) exited with status 1 (#fails=1, uptime=0s).
...
myung:/home/antony# /usr/local/sbin/ogo-zidestore-1.5
Uncatched Objective-C exception:
exceptionClass <class ObjcRuntimeException>
Reason: Objective-C runtime error: error: NXConstantString (instance)
NXConstantString does not recognize autorelease
UserInfo: no userinfo
Antony