Success: kde 3.1 cvs running on sgi IRIX!
    Waldo Bastian 
    bastian at kde.org
       
    Fri Aug 23 22:48:44 BST 2002
    
    
  
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Friday 23 August 2002 10:03 am, Jesse Barnes wrote:
> I just tried KDE CVS on my irix box and managed to get arts and
> kdelibs to compile.  I've attached the patches I had to apply for it
> to work, hopefully I'll be able to put one together for kdebase next
> week.  I mainly ran into the MIPSpro namespace handling bug, but I
> also had to fix some link order issues and other misc. stuff.
- From the kdelibs patch I have commited the misc stuff.
Issue 1.
=======
Can someone comment on the correctness of the following patch for
kdecore/Makefile.am:
- -libkdecore_la_LIBADD = malloc/libklmalloc.la ../dcop/libDCOP.la 
../libltdl/libltdlc.la $(LIB_XEXT) $(LIBRESOLV) $(LIBXINERAMA) $(LIB_DMALLOC) 
$(LIBART_LIBS) $(SVGICON_LIB)
+libkdecore_la_LIBADD = malloc/libklmalloc.la ../dcop/libDCOP.la 
../libltdl/libltdlc.la $(LIB_XEXT) $(LIBRESOLV) $(LIBXINERAMA) $(LIB_DMALLOC) 
$(SVGICON_LIB) $(LIBART_LIBS) $(LIB_QT)
Why does that need $(LIB_QT) ?
Issue 2.
=======
In kdeprint/cups/Makefile.am, instead of:
- -make_driver_db_cups_LDADD = -lz ../libdriverparse.a 
$(top_builddir)/kdecore/libkdefakes.la $(LIBDL)
+make_driver_db_cups_LDADD = ../libdriverparse.a 
$(top_builddir)/kdecore/libkdefakes.la $(LIBDL) -L/usr/local/lib -lz
Does the following patch work for you as well?
- -make_driver_db_cups_LDADD = -lz ../libdriverparse.a 
$(top_builddir)/kdecore/libkdefakes.la $(LIBDL)
+make_driver_db_cups_LDADD = ../libdriverparse.a 
$(top_builddir)/kdecore/libkdefakes.la $(LIBDL) $(LIBZ)
+make_driver_db_cups_LDFLAGS = $(all_libraries)
Issue 3.
=======
Can someone comment on the namespace issues?
- -- 
bastian at kde.org  |   SuSE Labs KDE Developer  |  bastian at suse.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9Zq29N4pvrENfboIRAmTQAJ9qMBPSWZUf/vra713M+qV6b1yQxQCfVxi/
lCTWrmHnDJvLqzOuodx0S6Q=
=6ZnN
-----END PGP SIGNATURE-----
    
    
More information about the kde-core-devel
mailing list