[PyKDE] Small change to acinclude.m4 for PyQt-2.5pre3

Greg Green gregory.p.green at boeing.com
Thu Jul 26 22:56:09 BST 2001


I successfully compiled PyQt-2.5pre3 on SGI Irix 6.5 n32. One small change was
required to acinclude.m4:

--- acinclude.m4.old    Thu Jul 26 13:52:41 2001
+++ acinclude.m4        Thu Jul 26 13:52:46 2001
@@ -253,7 +253,7 @@
        save_CXXFLAGS="$CXXFLAGS"
        CXXFLAGS="$CXXFLAGS -fno-exceptions"
  
-       AC_TRY_RUN([],[
+       AC_TRY_RUN([
                int i;
        ], works=yes,
           works=no)

I used the SGI Mipspro compiler, not gcc.

-- 

Greg Green
Advanced Design Systems
Math & Computing Technology
Boeing
(425) 865-2790





More information about the PyQt mailing list