It was Wednesday, September 25, 2002 when Sherm Pendley took the soap box, saying: : On Wednesday, September 25, 2002, at 03:51 PM, Casey West wrote: : : >I've recompiled CamelBones for 5.8.0, which I installed over 5.6.0 in : >the default Apple locations. When I compiled the framework I used : >Apples instructions for making it able to be included in : >applications. : : Sounds to me like the "old" framework got copied into your app, instead : of your new one. Did you do one of the following? : : 1. Replace /Library/Frameworks/CamelBones.framework with your : newly-built version. : 2. Remove /Library/Frameworks/CamelBones.framework from your project, : and add the newly-built version instead.
I've done both of these. Then I started a brand new project and in the Perl code I put 'use Text::CSV_XS' and as soon as I did the program broke with the previously mentioned symbol errors. Any non-XS module usage and all is well. -- Casey West