Hi!

When I try to run the UnitKit tests I wrote, ukrun stops with the error that the RSSFeed class had not been linked against RSSKit (see below), although I explicitely demanded for it in the GNUmakefile that belongs to the test bundle. Has somebody of you had similar experiences? How do I fix this?

-Günther

[EMAIL PROTECTED] ls
GNUmakefile             RSSKitTests.bundle      createResourcesList.sh
RDFTests.h              RSSKitTests.h           obj
RDFTests.m              RSSKitTests.m           shared_obj
README.txt              Resources
[EMAIL PROTECTED] gmake clean
rm -rf ./*~ ./obj
(cd .; \
rm -rf shared_obj   \
       RSSKitTests.bundle)
[EMAIL PROTECTED] gmake
Making all for bundle RSSKitTests...
Creating RSSKitTests.bundle/....
Compiling file RSSKitTests.m ...
Compiling file RDFTests.m ...
Linking bundle RSSKitTests ...
Creating RSSKitTests.bundle/Resources...
Creating RSSKitTests.bundle/Resources/Info-gnustep.plist...
Copying resources into the bundle wrapper...
[EMAIL PROTECTED] ukrun RSSKitTests.bundle
2006-05-26 22:27:23.096 ukrun[3001] Loading 1 user defined AppKit bundles 2006-05-26 22:27:23.115 ukrun[3001] Loaded '/opt/GNUstep/Local/ Library/Bundles/EtoileMenus.bundle' 2006-05-26 22:27:23.182 ukrun[3001] Warning - mouse/pointer seems to have more than 5 buttons - just using one to five
ukrun version 1.1
2006-05-26 22:27:23.245 ukrun[3001] bundle path: RSSKitTests.bundle
looking for bundle at path: /usr/home/guenther/Etoile-SVN/etoile/ Etoile/Frameworks/RSSKit/Tests/RSSKitTests.bundle Error (objc-load):/usr/home/guenther/Etoile-SVN/etoile/Etoile/ Frameworks/RSSKit/Tests/RSSKitTests.bundle/./RSSKitTests: Undefined symbol "__objc_class_name_RSSFeed"
Test bundle could not be loaded
[EMAIL PROTECTED] exit
_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

Reply via email to