commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/docbook/HowTos GNUe-SuSE-HOWTO.sgml


From: Derek Neighbors
Subject: gnue/docbook/HowTos GNUe-SuSE-HOWTO.sgml
Date: Mon, 17 Feb 2003 23:45:54 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Derek Neighbors <address@hidden>        03/02/17 23:45:54

Modified files:
        docbook/HowTos : GNUe-SuSE-HOWTO.sgml 

Log message:
        After some feedback changed some stuff, Arjen Runsink provided
        these modifications.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/docbook/HowTos/GNUe-SuSE-HOWTO.sgml.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnue/docbook/HowTos/GNUe-SuSE-HOWTO.sgml
diff -c gnue/docbook/HowTos/GNUe-SuSE-HOWTO.sgml:1.2 
gnue/docbook/HowTos/GNUe-SuSE-HOWTO.sgml:1.3
*** gnue/docbook/HowTos/GNUe-SuSE-HOWTO.sgml:1.2        Thu Nov 14 01:38:45 2002
--- gnue/docbook/HowTos/GNUe-SuSE-HOWTO.sgml    Mon Feb 17 23:45:54 2003
***************
*** 3,9 ****
  <article><!-- LyX 1.2 created this file. For more info see 
http://www.lyx.org/ -->
  <title>GNUe-SuSE-mini-HOWTO
  </title><author>Arjen Runsink 
! </author><date>v0.04, 11 November 2002
  </date><abstract>This mini HOWTO describes how to get the GNUenterprise 
packages
   release 0.4.0 to work with the SuSE distribution version 8.0 and
   8.1 inc combination with for example PostgreSQL or MySQL. 
--- 3,9 ----
  <article><!-- LyX 1.2 created this file. For more info see 
http://www.lyx.org/ -->
  <title>GNUe-SuSE-mini-HOWTO
  </title><author>Arjen Runsink 
! </author><date>v0.06, 6-2-2003
  </date><abstract>This mini HOWTO describes how to get the GNUenterprise 
packages
   release 0.4.0 to work with the SuSE distribution version 8.0 and
   8.1 inc combination with for example PostgreSQL or MySQL. 
***************
*** 50,56 ****
  </p><p>There is a link to sourceforge there and make sure you get a
   file named like wxPythonSrc-x.x.x.tar.gz because this one contains
   it's own version of wxGTK which it will build nicely with. I used
!  wxPythonSrc-2.3.3.1.tar.gz
  </p><sect1>PySablot
  <p>PySablot is necessary for GNUe-Reports. You can get it at <url 
url="http://sourceforge.net/projects/pysablot/"; 
name="http://sourceforge.net/projects/pysablot/";>
  </p><p>By the time I got there the most recent package was just one:
--- 50,58 ----
  </p><p>There is a link to sourceforge there and make sure you get a
   file named like wxPythonSrc-x.x.x.tar.gz because this one contains
   it's own version of wxGTK which it will build nicely with. I used
!  wxPythonSrc-2.4.x.tar.gz. It appears that wxPython 2.4.x does not
!  use the string module, which may give you trouble with Designer.
!  See <url url="http://www.kerneltraffic.org/GNUe/gnue20030201_66.html#6"; 
name="here"> for a description and possible solution.
  </p><sect1>PySablot
  <p>PySablot is necessary for GNUe-Reports. You can get it at <url 
url="http://sourceforge.net/projects/pysablot/"; 
name="http://sourceforge.net/projects/pysablot/";>
  </p><p>By the time I got there the most recent package was just one:
***************
*** 64,70 ****
  </p><p><verb>yast -i flex yacc make gcc gpp cpp checkinstall &bsol; 
          m4 binutils autoconf automake glib-devel &bsol;
          glibc-devel gtk-devel python python-devel &bsol; 
!         postgresql-python sablot sablot-devel pyxml
  &num;for SuSE 8.1 add  python-egenix-mx-base
  
  </verb></p><p>This list may not be complete. Perhaps not all dependencies for
--- 66,73 ----
  </p><p><verb>yast -i flex yacc make gcc gpp cpp checkinstall &bsol; 
          m4 binutils autoconf automake glib-devel &bsol;
          glibc-devel gtk-devel python python-devel &bsol; 
!         postgresql-python sablot sablot-devel pyxml &bsol;
!         xdevel gcc-c++
  &num;for SuSE 8.1 add  python-egenix-mx-base
  
  </verb></p><p>This list may not be complete. Perhaps not all dependencies for
***************
*** 155,167 ****
  python setup.py build IN_CVS_TREE=1&bsol;
         WX_CONFIG=&dollar;WXPREF/bin/wx-config &bsol;
         BUILD_GLCANVAS=0 BUILD_XRC=1
! su -c &quot;checkinstall python setup.py install IN_CVS_TREE=1&bsol;
         WX_CONFIG=&dollar;WXPREF/bin/wx-config &bsol;
         BUILD_GLCANVAS=0 BUILD_XRC=1&quot;
! </verb></p><p>Afaik you can not use checkinstall (yet) to install wxPython.
!  The installation is done using distutils which comes with the current
!  Python versions. There should be a way to de-install it using those
!  tools, but at the moment I have no idea. Read the manuals.
  </p><sect1>PySablot
  <p>I had a hard time figuring this one out. Seems that it includes
   sablot.h and that one was build in some peculiar way. I think it
--- 158,174 ----
  python setup.py build IN_CVS_TREE=1&bsol;
         WX_CONFIG=&dollar;WXPREF/bin/wx-config &bsol;
         BUILD_GLCANVAS=0 BUILD_XRC=1
! su -c &quot;python setup.py install IN_CVS_TREE=1&bsol;
         WX_CONFIG=&dollar;WXPREF/bin/wx-config &bsol;
         BUILD_GLCANVAS=0 BUILD_XRC=1&quot;
! </verb></p><p>You can use checkinstall to install wxPython, but it creates
!  an rpm that is dependend on 2 libs that are provided by the previous
!  rpm we made, but not listes as such (they where specially build for
!  our wxPython version). The rpm will be installed by checkinstall,
!  but yast will nag you forever to deinstall it. The installation is
!  done using distutils which comes with the current Python versions.
!  There should be a way to de-install it using those tools, but at
!  the moment I have no idea. Read the manuals.
  </p><sect1>PySablot
  <p>I had a hard time figuring this one out. Seems that it includes
   sablot.h and that one was build in some peculiar way. I think it




reply via email to

[Prev in Thread] Current Thread [Next in Thread]