Changeset 13389
- Timestamp:
- 04/19/12 11:23:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/doc/getting_started.rst
r13377 r13389 102 102 $g++ -o pyfits_h.so -shared my_dict.o 103 103 104 105 In case one uses root 5.32 instead of root 5.28, one should do:: 106 107 neise@isdc-viewer00:~/py/pyscripts/pyfact$ root -b 108 ******************************************* 109 * * 110 * W E L C O M E to R O O T * 111 * * 112 * Version 5.32/00 2 December 2011 * 113 * * 114 * You are welcome to visit our Web site * 115 * http://root.cern.ch * 116 * * 117 ******************************************* 118 119 ROOT 5.32/00 (tags/v5-32-00@42375, Dec 02 2011, 12:42:25 on linuxx8664gcc) 120 121 CINT/ROOT C/C++ Interpreter version 5.18.00, July 2, 2010 122 Type ? for help. Commands must be C++ statements. 123 Enclose multiple statements between { }. 124 root [0] gSystem->Load("/usr/lib64/libz.so") 125 (int)0 126 root [1] .L pyfits.h++ 127 Info in <TUnixSystem::ACLiC>: creating shared library /home_nfs/isdc/neise/py/pyscripts/pyfact/./pyfits_h.so 128 In file included from /home_nfs/isdc/neise/py/pyscripts/pyfact/pyfits_h_ACLiC_dict.h:34, 129 from /home_nfs/isdc/neise/py/pyscripts/pyfact/pyfits_h_ACLiC_dict.cxx:17: 130 /home_nfs/isdc/neise/py/pyscripts/pyfact/./pyfits.h: In member function »size_t std::fits::Table::GetN(const std::string&) const«: 131 /home_nfs/isdc/neise/py/pyscripts/pyfact/./pyfits.h:442: Warnung: Deklaration von »it« überdeckt einen vorhergehenden lokalen Bezeichner 132 /home_nfs/isdc/neise/py/pyscripts/pyfact/./pyfits.h:437: Warnung: Verdeckte Deklaration ist hier 133 root [2] .q 134 neise@isdc-viewer00:~/py/pyscripts/pyfact$ ls pyfits* 135 pyfits.h pyfits_h.d pyfits_h.so 136 137 138 104 139 Now you can check if the reading rawdata is working: 105 140
Note:
See TracChangeset
for help on using the changeset viewer.