Hi Andreas,
> could it simply be that your /etc/ld.so.conf setup does not include the
> needed paths to find SRFoundation framework or you didnt run ldconfig after
> installing/updating the shared library?
Yes, that can be. I have never done that (on MacOSX and GNUStep). And it worked
anyway in the past. I did it now
ldconfig
ls /usr/local/lib/
GNUstep libFaxServiceFoundation.so.1.0.0
libgnustep-gui.so.0.26.2 libSRAppKit.so.1.0.0 libSREnterprise.so.1.0.0
libSRInterface.so.1.0.0 libSRObjects.so.1.0.0
libESMFoundation.so libgnustep-base.so
libLOCommunication.so libSRDesign.so libSRFoundation.so
libSRMapKit.so libSRQuery.so
libESMFoundation.so.1 libgnustep-base.so.1.25
libLOCommunication.so.1 libSRDesign.so.1 libSRFoundation.so.1
libSRMapKit.so.1 libSRQuery.so.1
libESMFoundation.so.1.0.0 libgnustep-base.so.1.25.1
libLOCommunication.so.1.0.0 libSRDesign.so.1.0.0 libSRFoundation.so.1.0.0
libSRMapKit.so.1.0.0 libSRQuery.so.1.0.0
libFaxServiceFoundation.so libgnustep-gui.so libSRAppKit.so
libSREnterprise.so libSRInterface.so libSRObjects.so
python2.7
libFaxServiceFoundation.so.1 libgnustep-gui.so.0.26
libSRAppKit.so.1 libSREnterprise.so.1 libSRInterface.so.1
libSRObjects.so.1 python3.5
and see *.so for all my frameworks here.
I redid
make clean
make messages=yes install
for my TabTest application and get
find /usr/local -name TabTest
/usr/local/bin/TabTest
/usr/local/lib/GNUstep/Applications/TabTest.app/TabTest
and when starting the thing with
openapp TabTest
I get
NSInvalidArgumentException:NSString(class) does not recognize
stringByChaining:count:
But this method is implemented in SRFoundation:
+ (NSString *)stringByChaining:(NSString *)string count:(int)count
{
...
}
Thanks,
Andreas
_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep