[Kde-perl] 3.009-b1 build error....

Ole Christensen Ole.Christensen at web.de
Sun Jul 17 14:39:04 CEST 2005


Ashley,

again me...

V3.009-b2 does not fix the problem with Qt::ToolTip::maybeTip. The patch 
I sent only works with plain 3.008. mapObject() actually isn't called 
any more in versions>3.008.

The one below does the same when applied to 3.009-b2:

--- handlers.cpp~       2004-01-16 19:52:59.000000000 +0100
+++ handlers.cpp        2005-07-17 14:29:34.000000000 +0200
@@ -492,7 +492,7 @@
                 mg->mg_virtual = &vtbl_smoke;
                 sv_setsv_mg(m->var(), obj);
                 SmokeClass sc( m->type() );
-               if( sc.hasVirtual() )
+//             if( sc.hasVirtual() )
                     mapPointer(obj, &o, pointer_map, o.classId, 0);
                 SvREFCNT_dec(obj);
             }

I am sorry for the inconvenience. My fault. But that's why we call beta 
beta.

Cheers,
Ole.


Ashley Winters wrote:
> --- Gary Greene <greeneg at phoenuxos.com> wrote:
> 
> 
>>`/home/greeneg/Documents/KDE-Apps/Development/PerlQt-3.009/PerlKDE'
>>make[2]: *** No rule to make target `all'.  Stop.
>>make[2]: Leaving directory 
>>`/home/greeneg/Documents/KDE-Apps/Development/PerlQt-3.009/PerlKDE'
>>make[1]: *** [all-recursive] Error 1
>>make[1]: Leaving directory 
>>`/home/greeneg/Documents/KDE-Apps/Development/PerlQt-3.009'
>>make: *** [all] Error 2
> 
> 
> Sorry, b1 was missing required files for PerlKDE. Please try again with
> beta-2.
> 
> Thanks,
> Ashley Winters
> 
> 
> 
> 		
> __________________________________ 
> Do you Yahoo!? 
> Read only the mail you want - Yahoo! Mail SpamGuard. 
> http://promotions.yahoo.com/new_mail 
> _______________________________________________
> Kde-perl mailing list
> Kde-perl at kde.org
> https://mail.kde.org/mailman/listinfo/kde-perl


More information about the Kde-perl mailing list