|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
(no subject)Hi,
I am trying to compile perl-qt with perl 5.10. Everything goes well including the install, but then when I generate an application (using puic or from the examples) I get the following error --- No method to call for : QApplication::new('Qt::Applic...', ARRAY(0x806a4a8)) at /usr/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi/Qt.pm line 469. Any ideas why? By the way, is perl-qt still being actively developed? thanks Zaher _______________________________________________ Kde-perl mailing list Kde-perl@... https://mail.kde.org/mailman/listinfo/kde-perl |
|
|
Re: (no subject)Hi:
On Wed, Aug 12, 2009 at 9:15 AM, Zaher Salman<zaher_salman@...> wrote: > Hi, > > I am trying to compile perl-qt with perl 5.10. Everything goes well including the install, but then when I generate an application (using puic or from the examples) I get the following error > > --- No method to call for : > QApplication::new('Qt::Applic...', ARRAY(0x806a4a8)) > at /usr/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi/Qt.pm line 469. > > Any ideas why? Perhaps you should be using: QApplication(...) -- ie, without using ::new like that. Though without knowing what version of the Qt bindings you're using, it's hard to tell if that's the correct syntax. Still, based on the PerlQt3 bindings, the constructors look like: Qt::Application(...) or Qt::Application->new(...) > > By the way, is perl-qt still being actively developed? It depends on which version of perlqt you're using. There are many, and many of them are abandoned. The most promising one and most actively maintained one right now is on Google Code: http://code.google.com/p/perlqt4/ and is a candidate for inclusion in the kdebindings package. > > thanks > Zaher > > > > > > _______________________________________________ > Kde-perl mailing list > Kde-perl@... > https://mail.kde.org/mailman/listinfo/kde-perl > Kde-perl mailing list Kde-perl@... https://mail.kde.org/mailman/listinfo/kde-perl |
|
|
Re: (no subject)On Wednesday 12 August 2009 06:45:00 am Jonathan Yu wrote:
> Hi: > > On Wed, Aug 12, 2009 at 9:15 AM, Zaher Salman<zaher_salman@...> wrote: > > Hi, > > > > I am trying to compile perl-qt with perl 5.10. Everything goes well > > including the install, but then when I generate an application (using > > puic or from the examples) I get the following error > > > > --- No method to call for : > > Â Â Â Â QApplication::new('Qt::Applic...', ARRAY(0x806a4a8)) > > at /usr/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi/Qt.pm line > > 469. > > > > Any ideas why? > > Perhaps you should be using: QApplication(...) -- ie, without using > > ::new like that. Though without knowing what version of the Qt > > bindings you're using, it's hard to tell if that's the correct syntax. > Still, based on the PerlQt3 bindings, the constructors look like: > > Qt::Application(...) > or > Qt::Application->new(...) > > > By the way, is perl-qt still being actively developed? > > It depends on which version of perlqt you're using. There are many, > and many of them are abandoned. > > The most promising one and most actively maintained one right now is > on Google Code: http://code.google.com/p/perlqt4/ and is a candidate > for inclusion in the kdebindings package. > > > thanks > > Zaher > > > > > > > > > > > > _______________________________________________ > > Kde-perl mailing list > > Kde-perl@... > > https://mail.kde.org/mailman/listinfo/kde-perl > > _______________________________________________ > Kde-perl mailing list > Kde-perl@... > https://mail.kde.org/mailman/listinfo/kde-perl longer actively maintained. At this point the 3.009b2 bindings have NOT been vetted for compile problems with 5.10, and likely won't be as PerlQt4 is the preferred direction for the project at this point (being that Qt3 is EOL). -- Gary L. Greene, Jr. Sent from: peorth.tolharadys.net 07:39:56 up 100 days, 6 min, 4 users, load average: 0.83, 0.77, 0.62 ========================================================================== Developer and Project Lead for the AltimatOS open source project Volunteer Developer for the KDE open source project See http://www.altimatos.com/ and http://www.kde.org/ for more information ========================================================================== Please avoid sending me Word or PowerPoint attachments. _______________________________________________ Kde-perl mailing list Kde-perl@... https://mail.kde.org/mailman/listinfo/kde-perl |
| Free embeddable forum powered by Nabble | Forum Help |