At 3:23 am -0500 29/1/04, Sherm Pendley wrote:
There's a new Camel in town. ;-)
What is CamelBones?
In a nutshell, CamelBones is a Cocoa/Perl bridge. It allows you to write GUI applications that use Apple's Cocoa library in Perl.
Hello Sherm,
I followed the instructions at
<http://camelbones.sourceforge.net/getstarted/hello.php> as closely as I could using Xcode under 10.2.3. The instructions say "Expand the "Resources" group under the "Files" tab in Project Builder, and double-click "MainWindow.nib". I took this to mean MainMenu.nib and opened this in Interface Builder. There I double-clicked on MainWindow.nib and dragged a text label into the window
You then say "Save your work and exit Interface Builder. 3. Save, build, and run your application"
This I did and got the error below. Can you tell me what I did wrong or missed out?
Thanks.
JD
HelloWindowController.pm did not return a true value at /Users/jd/projects/Hello/build/Hello.app/Contents/Resources/Hello.pm line 10.
BEGIN failed--compilation aborted at /Users/jd/projects/Hello/build/Hello.app/Contents/Resources/Hello.pm line 10.
Compilation failed in require at (eval 11) line 8.
BEGIN failed--compilation aborted at (eval 11) line 8.
Hello has exited with status 255.