Re: [PHP-OBJC] failed to import
[email protected] (Adam Jacob Muller) Sun, 4 Nov 2007 15:43:58 -0500
| Newsgroups | php.objc |
|---|---|
| Message-ID | <[email protected]> |
Plugging around a bit the converter sample does work now. make-bundle needs some cleanup :) and some error checking, doing that now, shall send some diffs over later Also, im not really used to interface builder that much, how in the interface do you bind the "Convert" button to the "ConverterController::convert_" method? I see the binding in the interface but i'm unable to change it or modify it. Though I can readily delete it. -Adam On Nov 4, 2007, at 3:22 PM, Wez Furlong wrote: > That sample probably doesn't work any more; it's from the very early > days of the project. > Does the converter sample work? (see instructions in the INSTALL file) > > --Wez. > > On Nov 4, 2007, at 3:15 PM, Adam Jacob Muller wrote: > >> Hello, >> Just started playing around with PHP-objc, the hello_window.php is >> throwing the following error when I execute it: >> -=[~/Scripts/compile/php-objc/samples]=- -=[Sun Nov 04]=- - >> =[15:11:22]=- >> [adam@adam]$ php hello_window.php >> failed to import >> >> Fatal error: Call to undefined method >> NSResponder::initWithContentRect_styleMask_backing_defer_() in / >> Users/adam/Scripts/compile/php-objc/samples/hello_window.php on >> line 9 >> >> >> I am running a custom-compiled PHP 5.2.4 on 10.5.0. >> >> Any ideas what I am doing wrong? >> >> >> -Adam >> >> -- >> PHP Objective-C Bridge Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php >> >