[Kde-perl] PerlQt-3.009 beta released

Ole Christensen Ole.Christensen at web.de
Sun Jul 10 07:58:05 CEST 2005


Ashley,

it seems like there is a syntax problem in configure.in. The shell on my 
box goes into an endless loop while running configure and spits out 
lines like

= no

Here is what I had to patch (the "test" is missing two times):

--- configure.in~	2005-07-06 06:25:46.000000000 +0200
+++ configure.in	2005-07-08 23:36:04.000000000 +0200
@@ -532,12 +532,12 @@

  compile_smoke="yes"
  if test "$HAVE_SMOKE" = "yes" && test "$kde_build_libsmoke" = "qt"; then
-    if "$kde_force_smoke" = "no"; then
+    if test "$kde_force_smoke" = "no"; then
          compile_smoke="no"
      fi
  fi
  if test "$HAVE_SMOKE_KDE" = "yes" && test "$HAVE_SMOKE" = "yes" && 
test "$kde_build_libsmoke" = "kde"; then
-    if "$kde_force_smoke" = "no"; then
+    if test "$kde_force_smoke" = "no"; then
          compile_smoke="no"
      fi
  fi

Unfortunately I did not have the chance to actually try the new release. 
I will try to do so in the next few days.

Cheers,
Ole.


Ashley Winters wrote:
> Howdy folks,
> 
> I scraped the latest gems out of PerlQt CVS and KDE SVN and got them to
> compile on my box, so I wanted to share. Germain has put alot of good
> patches into PerlQt since 3.008, and Richard's been doing good stuff to
> Kalyptus, and I just added the latest patches from the mailing-list.
> 
> http://prdownloads.sourceforge.net/perlqt/PerlQt-3.009-b1.tar.gz?download
> 
> I even got PerlKDE to compile, but I'm not sure my autotools voodoo is
> good enough to make it work for others, yet. If you have smokekde
> already installed, PerlKDE should (probably) compile for you.
> 
> IF YOU WANT TO REPORT BUGS/SUBMIT PATCHES FOR PERLQT, PLEASE HAVE THIS
> LATEST VERSION INSTALLED.
> 
> Enjoy,
> Ashley Winters
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> _______________________________________________
> 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