Update of /cvsroot/gtkpod/libgpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22560

Modified Files:
        ChangeLog Makefile.am INSTALL_CVS TROUBLESHOOTING 
Log Message:
        * INSTALL_CVS:
          TROUBLESHOOTING: short note about the python packages required to
          build the python bindings.

        * Makefile.am: added TROUBLESHOOTING to EXTRA_DIST



Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- ChangeLog   15 Jan 2007 14:46:52 -0000      1.184
+++ ChangeLog   15 Jan 2007 15:14:03 -0000      1.185
@@ -42,6 +42,12 @@
        * tests/test-photos.c: change "error" to "warning" in warning
          message.
 
+       * INSTALL_CVS:
+         TROUBLESHOOTING: short note about the python packages required to
+         build the python bindings.
+
+       * Makefile.am: added TROUBLESHOOTING to EXTRA_DIST
+
 2007-01-14  Jorg Schuler <jcsjcs at users.sourceforge.net>
 
        * tests/test-photos.c:

Index: Makefile.am
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.am 15 Jan 2007 02:15:06 -0000      1.5
+++ Makefile.am 15 Jan 2007 15:14:03 -0000      1.6
@@ -7,6 +7,7 @@
 pkgconfig_DATA = libgpod-1.0.pc
 
 EXTRA_DIST =                    \
+       TROUBLESHOOTING         \
         intltool-merge.in       \
         intltool-update.in      \
         intltool-extract.in     \

Index: INSTALL_CVS
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/INSTALL_CVS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- INSTALL_CVS 15 Jan 2007 02:33:31 -0000      1.6
+++ INSTALL_CVS 15 Jan 2007 15:14:03 -0000      1.7
@@ -16,3 +16,10 @@
 minor improvements over automake-1.7 in the py-compile script used to
 byte-compile the *.py files.  You may change REQUIRED_AUTOMAKE_VERSION
 to 1.9 in autogen.sh if you wish.
+
+In order to build the python bindings you will have to install the
+following packages:
+
+python (e.g. python2.4)
+python-dev (e.g. python2.4-dev)
+python-eye3D

Index: TROUBLESHOOTING
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/TROUBLESHOOTING,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- TROUBLESHOOTING     19 Oct 2005 14:44:12 -0000      1.4
+++ TROUBLESHOOTING     15 Jan 2007 15:14:03 -0000      1.5
@@ -32,7 +32,8 @@
 
 If you get this error, you are probably using automake >= 1.8.
 Automake 1.8 does no longer install the mkinstalldirs file, and
-gettext 0.14.4 does still depend on it...
+gettext 0.14.4 does still depend on it... (automake 1.9.6 seems
+to work fine, btw.)
 
 Do a 'locate gettext/mkinstalldirs' and copy it over, then run
 ./autogen.sh again for good measure.
@@ -57,5 +58,15 @@
 
 If you use a diferent prefix, replace '/opt/gnome' accordingly.
 
-Can someone send a patch how to automate all this?
-([EMAIL PROTECTED])
+Added on 2007/1/15: Note that I don't have any problems on my Debian
+4.1.1-13 system and won't have to do any of this.
+
+------------------------------------------------------------
+
+* Packages required to build python bindings
+
+On Debian the following packages are required:
+
+python (e.g. python2.4)
+python-dev (e.g. python2.4-dev)
+python-eye3D


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to