Index: fact/tools/pyscripts/doc/getting_started.rst
===================================================================
--- fact/tools/pyscripts/doc/getting_started.rst	(revision 13386)
+++ fact/tools/pyscripts/doc/getting_started.rst	(revision 13389)
@@ -102,4 +102,39 @@
   $g++ -o pyfits_h.so -shared my_dict.o
 
+
+In case one uses root 5.32 instead of root 5.28, one should do::
+
+    neise@isdc-viewer00:~/py/pyscripts/pyfact$ root -b
+      *******************************************
+      *                                         *
+      *        W E L C O M E  to  R O O T       *
+      *                                         *
+      *   Version   5.32/00   2 December 2011   *
+      *                                         *
+      *  You are welcome to visit our Web site  *
+      *          http://root.cern.ch            *
+      *                                         *
+      *******************************************
+
+    ROOT 5.32/00 (tags/v5-32-00@42375, Dec 02 2011, 12:42:25 on linuxx8664gcc)
+
+    CINT/ROOT C/C++ Interpreter version 5.18.00, July 2, 2010
+    Type ? for help. Commands must be C++ statements.
+    Enclose multiple statements between { }.
+    root [0] gSystem->Load("/usr/lib64/libz.so")
+    (int)0
+    root [1] .L pyfits.h++
+    Info in <TUnixSystem::ACLiC>: creating shared library /home_nfs/isdc/neise/py/pyscripts/pyfact/./pyfits_h.so
+    In file included from /home_nfs/isdc/neise/py/pyscripts/pyfact/pyfits_h_ACLiC_dict.h:34,
+                     from /home_nfs/isdc/neise/py/pyscripts/pyfact/pyfits_h_ACLiC_dict.cxx:17:
+    /home_nfs/isdc/neise/py/pyscripts/pyfact/./pyfits.h: In member function »size_t std::fits::Table::GetN(const std::string&) const«:
+    /home_nfs/isdc/neise/py/pyscripts/pyfact/./pyfits.h:442: Warnung: Deklaration von »it« überdeckt einen vorhergehenden lokalen Bezeichner
+    /home_nfs/isdc/neise/py/pyscripts/pyfact/./pyfits.h:437: Warnung: Verdeckte Deklaration ist hier
+    root [2] .q
+    neise@isdc-viewer00:~/py/pyscripts/pyfact$ ls pyfits*
+    pyfits.h  pyfits_h.d  pyfits_h.so
+
+
+
 Now you can check if the reading rawdata is working:
 
