1 | $ make install
|
---|
2 | make -C atomic_cpp
|
---|
3 | make[1]: Entering directory '/home/goddard/chimerax/src/bundles/atomic/atomic_cpp'
|
---|
4 | mkdir lib
|
---|
5 | mkdir include
|
---|
6 | mkdir include/atomic
|
---|
7 | cp ctypes_pyinst.h include/atomic
|
---|
8 | mkdir data
|
---|
9 | make install
|
---|
10 | make[2]: Entering directory '/home/goddard/chimerax/src/bundles/atomic/atomic_cpp'
|
---|
11 | make -C pyinstance_cpp install
|
---|
12 | make[3]: Entering directory '/home/goddard/chimerax/src/bundles/atomic/atomic_cpp/pyinstance_cpp'
|
---|
13 | sed -e 's/LIBNAME/PYINSTANCE/' < /home/goddard/chimerax/build/include/imex.i > imex.h
|
---|
14 | sed -e 's/PYINSTANCE/PYINSTANCE_MAP/' < imex.h > imex.map.h
|
---|
15 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' /c PythonInstance.cpp
|
---|
16 | PythonInstance.cpp
|
---|
17 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 /LD /Felibpyinstance.dll PythonInstance.obj /link /LIBPATH:'C:/cygwin64/home/goddard/chimerax/build/lib' python37.lib; if [ -e libpyinstance.dll.manifest ]; then mt -nologo -manifest libpyinstance.dll.manifest -outputresource:libpyinstance.dll\;2 ; fi
|
---|
18 | Creating library libpyinstance.lib and object libpyinstance.exp
|
---|
19 | /home/goddard/chimerax/build/bin/rsync.convert -rlptWv libpyinstance.dll ../lib
|
---|
20 | sending incremental file list
|
---|
21 | libpyinstance.dll
|
---|
22 |
|
---|
23 | sent 15,460 bytes received 35 bytes 30,990.00 bytes/sec
|
---|
24 | total size is 15,360 speedup is 0.99
|
---|
25 | /home/goddard/chimerax/build/bin/rsync.convert -rlptWv libpyinstance.lib ../lib
|
---|
26 | sending incremental file list
|
---|
27 | libpyinstance.lib
|
---|
28 |
|
---|
29 | sent 3,256 bytes received 35 bytes 6,582.00 bytes/sec
|
---|
30 | total size is 3,156 speedup is 0.96
|
---|
31 | /home/goddard/chimerax/build/bin/rsync.convert -rlptWv imex.h imex.map.h PythonInstance.instantiate.h PythonInstance.declare.h ../include/pyinstance/
|
---|
32 | sending incremental file list
|
---|
33 | created directory ../include/pyinstance
|
---|
34 | PythonInstance.declare.h
|
---|
35 | PythonInstance.instantiate.h
|
---|
36 | imex.h
|
---|
37 | imex.map.h
|
---|
38 |
|
---|
39 | sent 12,079 bytes received 136 bytes 24,430.00 bytes/sec
|
---|
40 | total size is 11,772 speedup is 0.96
|
---|
41 | make[3]: Leaving directory '/home/goddard/chimerax/src/bundles/atomic/atomic_cpp/pyinstance_cpp'
|
---|
42 | make -C element_cpp install
|
---|
43 | make[3]: Entering directory '/home/goddard/chimerax/src/bundles/atomic/atomic_cpp/element_cpp'
|
---|
44 | sed -e 's/LIBNAME/ELEMENT/' < /home/goddard/chimerax/build/include/imex.i > imex.h
|
---|
45 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' /c Element.cpp
|
---|
46 | Element.cpp
|
---|
47 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 /LD /Felibelement.dll Element.obj /link /LIBPATH:'C:/cygwin64/home/goddard/chimerax/build/lib' python37.lib /LIBPATH:../lib libpyinstance.lib python37.lib; if [ -e libelement.dll.manifest ]; then mt -nologo -manifest libelement.dll.manifest -outputresource:libelement.dll\;2 ; fi
|
---|
48 | Creating library libelement.lib and object libelement.exp
|
---|
49 | /home/goddard/chimerax/build/bin/rsync.convert -rlptWv libelement.dll ../lib
|
---|
50 | sending incremental file list
|
---|
51 | libelement.dll
|
---|
52 |
|
---|
53 | sent 73,326 bytes received 35 bytes 146,722.00 bytes/sec
|
---|
54 | total size is 73,216 speedup is 1.00
|
---|
55 | /home/goddard/chimerax/build/bin/rsync.convert -rlptWv libelement.lib ../lib
|
---|
56 | sending incremental file list
|
---|
57 | libelement.lib
|
---|
58 |
|
---|
59 | sent 28,680 bytes received 35 bytes 57,430.00 bytes/sec
|
---|
60 | total size is 28,582 speedup is 1.00
|
---|
61 | /home/goddard/chimerax/build/bin/rsync.convert -rlptWv imex.h Element.h ../include/element/
|
---|
62 | sending incremental file list
|
---|
63 | created directory ../include/element
|
---|
64 | Element.h
|
---|
65 | imex.h
|
---|
66 |
|
---|
67 | sent 4,653 bytes received 95 bytes 9,496.00 bytes/sec
|
---|
68 | total size is 4,492 speedup is 0.95
|
---|
69 | make[3]: Leaving directory '/home/goddard/chimerax/src/bundles/atomic/atomic_cpp/element_cpp'
|
---|
70 | make -C atomstruct_cpp install
|
---|
71 | make[3]: Entering directory '/home/goddard/chimerax/src/bundles/atomic/atomic_cpp/atomstruct_cpp'
|
---|
72 | sed -e 's/LIBNAME/ATOMSTRUCT/' < /home/goddard/chimerax/build/include/imex.i > imex.h
|
---|
73 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c Chain.cpp
|
---|
74 | Chain.cpp
|
---|
75 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c CompSS.cpp
|
---|
76 | CompSS.cpp
|
---|
77 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\Connection.h(60): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
78 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c Bond.cpp
|
---|
79 | Bond.cpp
|
---|
80 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\Connection.h(60): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
81 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\PBGroup.h(66): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
82 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c Structure.cpp
|
---|
83 | Structure.cpp
|
---|
84 | C:/cygwin64/home/goddard/chimerax/build/include\pysupport/convert.h(252): warning C4244: 'return': conversion from 'double' to 'long', possible loss of data
|
---|
85 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\Connection.h(60): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
86 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\PBGroup.h(66): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
87 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c seq_assoc.cpp
|
---|
88 | seq_assoc.cpp
|
---|
89 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\Connection.h(60): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
90 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\seq_assoc.h(74): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'atomstruct::SA_AssocFailure'
|
---|
91 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
92 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\seq_assoc.h(74): note: see declaration of 'atomstruct::SA_AssocFailure'
|
---|
93 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c StructureSeq.cpp
|
---|
94 | StructureSeq.cpp
|
---|
95 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\Connection.h(60): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
96 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c Ring.cpp
|
---|
97 | Ring.cpp
|
---|
98 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\Connection.h(60): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
99 | Ring.cpp(220): warning C4311: 'reinterpret_cast': pointer truncation from 'atomstruct::Bond *' to 'long'
|
---|
100 | Ring.cpp(220): warning C4302: 'reinterpret_cast': truncation from 'atomstruct::Bond *' to 'long'
|
---|
101 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c AtomTypes.cpp
|
---|
102 | AtomTypes.cpp
|
---|
103 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\Connection.h(60): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
104 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\PBGroup.h(66): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
105 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl/TAexcept.h(25): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
---|
106 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
107 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl/TAexcept.h(25): note: see declaration of 'tmpl::TA_exception'
|
---|
108 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c PBManager.cpp
|
---|
109 | PBManager.cpp
|
---|
110 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\PBGroup.h(66): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
111 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\Connection.h(60): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
112 | C:/cygwin64/home/goddard/chimerax/build/include\pysupport/convert.h(252): warning C4244: 'return': conversion from 'double' to 'long', possible loss of data
|
---|
113 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c Atom.cpp
|
---|
114 | Atom.cpp
|
---|
115 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\Connection.h(60): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
116 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\PBGroup.h(66): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
117 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
---|
118 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
119 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): note: see declaration of 'tmpl::TA_exception'
|
---|
120 | C:/cygwin64/home/goddard/chimerax/build/include\pysupport/convert.h(252): warning C4244: 'return': conversion from 'double' to 'long', possible loss of data
|
---|
121 | Atom.cpp(262): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
122 | Atom.cpp(269): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
123 | Atom.cpp(273): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
124 | Atom.cpp(276): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
125 | Atom.cpp(279): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
126 | Atom.cpp(282): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
127 | Atom.cpp(285): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
128 | Atom.cpp(288): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
129 | Atom.cpp(302): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
130 | Atom.cpp(304): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
131 | Atom.cpp(305): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
132 | Atom.cpp(310): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
133 | Atom.cpp(311): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
134 | Atom.cpp(315): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
135 | Atom.cpp(317): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
136 | Atom.cpp(320): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
137 | Atom.cpp(322): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
138 | Atom.cpp(325): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
139 | Atom.cpp(329): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
140 | Atom.cpp(330): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
141 | Atom.cpp(335): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
142 | Atom.cpp(341): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
143 | Atom.cpp(343): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
144 | Atom.cpp(345): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
145 | Atom.cpp(347): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
146 | Atom.cpp(348): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
147 | Atom.cpp(353): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
148 | Atom.cpp(355): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
149 | Atom.cpp(356): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
150 | Atom.cpp(361): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
151 | Atom.cpp(363): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
152 | Atom.cpp(364): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
153 | Atom.cpp(368): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
154 | Atom.cpp(371): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
155 | Atom.cpp(375): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
156 | Atom.cpp(381): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
157 | Atom.cpp(383): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
158 | Atom.cpp(385): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
159 | Atom.cpp(386): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
160 | Atom.cpp(391): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
161 | Atom.cpp(393): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
162 | Atom.cpp(395): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
163 | Atom.cpp(401): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
164 | Atom.cpp(405): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
165 | Atom.cpp(408): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
166 | Atom.cpp(411): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
167 | Atom.cpp(416): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
168 | Atom.cpp(418): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
169 | Atom.cpp(419): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
170 | Atom.cpp(424): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
171 | Atom.cpp(426): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
172 | Atom.cpp(427): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
173 | Atom.cpp(432): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
174 | Atom.cpp(434): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
175 | Atom.cpp(435): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
176 | Atom.cpp(440): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
177 | Atom.cpp(441): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
178 | Atom.cpp(446): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
179 | Atom.cpp(447): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
180 | Atom.cpp(452): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
181 | Atom.cpp(454): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
182 | Atom.cpp(455): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
183 | Atom.cpp(460): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
184 | Atom.cpp(461): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
185 | Atom.cpp(464): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
186 | Atom.cpp(467): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
187 | Atom.cpp(474): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
188 | Atom.cpp(480): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
189 | Atom.cpp(482): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
190 | Atom.cpp(484): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
191 | Atom.cpp(485): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
192 | Atom.cpp(490): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
193 | Atom.cpp(492): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
194 | Atom.cpp(494): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
195 | Atom.cpp(495): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
196 | Atom.cpp(500): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
197 | Atom.cpp(502): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
198 | Atom.cpp(503): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
199 | Atom.cpp(508): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
200 | Atom.cpp(510): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
201 | Atom.cpp(512): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
202 | Atom.cpp(513): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
203 | Atom.cpp(518): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
204 | Atom.cpp(519): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
205 | Atom.cpp(522): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
206 | Atom.cpp(525): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
207 | Atom.cpp(528): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
208 | Atom.cpp(531): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
209 | Atom.cpp(536): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
210 | Atom.cpp(537): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
211 | Atom.cpp(542): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
212 | Atom.cpp(543): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
213 | Atom.cpp(548): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
214 | Atom.cpp(550): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
215 | Atom.cpp(552): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
216 | Atom.cpp(553): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
217 | Atom.cpp(558): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
218 | Atom.cpp(559): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
219 | Atom.cpp(564): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
220 | Atom.cpp(566): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
221 | Atom.cpp(567): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
222 | Atom.cpp(570): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
223 | Atom.cpp(575): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
224 | Atom.cpp(576): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
225 | Atom.cpp(580): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
226 | Atom.cpp(586): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
227 | Atom.cpp(588): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
228 | Atom.cpp(590): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
229 | Atom.cpp(591): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
230 | Atom.cpp(596): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
231 | Atom.cpp(598): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
232 | Atom.cpp(599): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
233 | Atom.cpp(604): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
234 | Atom.cpp(606): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
235 | Atom.cpp(608): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
236 | Atom.cpp(609): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
237 | Atom.cpp(614): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
238 | Atom.cpp(618): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
239 | Atom.cpp(619): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
240 | Atom.cpp(624): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
241 | Atom.cpp(625): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
242 | Atom.cpp(630): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
243 | Atom.cpp(632): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
244 | Atom.cpp(634): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
245 | Atom.cpp(635): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
246 | Atom.cpp(640): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
247 | Atom.cpp(641): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
248 | Atom.cpp(646): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
249 | Atom.cpp(647): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
250 | Atom.cpp(652): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
251 | Atom.cpp(655): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
252 | Atom.cpp(660): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
253 | Atom.cpp(661): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
254 | Atom.cpp(666): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
255 | Atom.cpp(667): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
256 | Atom.cpp(672): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
257 | Atom.cpp(673): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
258 | Atom.cpp(676): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
259 | Atom.cpp(682): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
260 | Atom.cpp(687): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
261 | Atom.cpp(688): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
262 | Atom.cpp(693): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
263 | Atom.cpp(694): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
264 | Atom.cpp(699): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
265 | Atom.cpp(700): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
266 | Atom.cpp(705): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
267 | Atom.cpp(707): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
268 | Atom.cpp(708): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
269 | Atom.cpp(711): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
270 | Atom.cpp(714): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
271 | Atom.cpp(717): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
272 | Atom.cpp(720): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
273 | Atom.cpp(723): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
274 | Atom.cpp(728): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
275 | Atom.cpp(729): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
276 | Atom.cpp(732): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
277 | Atom.cpp(737): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
278 | Atom.cpp(739): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
279 | Atom.cpp(741): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
280 | Atom.cpp(742): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
281 | Atom.cpp(747): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
282 | Atom.cpp(749): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
283 | Atom.cpp(755): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
284 | Atom.cpp(757): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
285 | Atom.cpp(759): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
286 | Atom.cpp(760): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
287 | Atom.cpp(765): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
288 | Atom.cpp(767): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
289 | Atom.cpp(768): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
290 | Atom.cpp(771): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
291 | Atom.cpp(774): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
292 | Atom.cpp(779): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
293 | Atom.cpp(780): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
294 | Atom.cpp(783): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
295 | Atom.cpp(788): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
296 | Atom.cpp(790): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
297 | Atom.cpp(792): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
298 | Atom.cpp(793): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
299 | Atom.cpp(796): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
300 | Atom.cpp(799): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
301 | Atom.cpp(802): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
302 | Atom.cpp(810): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
303 | Atom.cpp(811): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
304 | Atom.cpp(814): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
305 | Atom.cpp(817): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
306 | Atom.cpp(820): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
307 | Atom.cpp(823): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
308 | Atom.cpp(829): warning C4305: 'return': truncation from 'double' to 'float'
|
---|
309 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c Residue.cpp
|
---|
310 | Residue.cpp
|
---|
311 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\Connection.h(60): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
312 | Residue.cpp(416): warning C4503: 'std::_Compressed_pair<std::less<_Kty>,std::_Compressed_pair<std::_Wrap_alloc<std::allocator<_Other>>,std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>,true>,true>::_Get_second': decorated name length exceeded, name was truncated
|
---|
313 | with
|
---|
314 | [
|
---|
315 | _Kty=std::string,
|
---|
316 | _Other=std::_Tree_node<std::pair<const std::string,tmpl::TemplateCache::ResMap>,void *>,
|
---|
317 | _Ty=tmpl::TemplateCache::ResMap
|
---|
318 | ]
|
---|
319 | Residue.cpp(416): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::erase': decorated name length exceeded, name was truncated
|
---|
320 | with
|
---|
321 | [
|
---|
322 | _Kty=std::string,
|
---|
323 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
324 | _Pr=std::less<std::string>,
|
---|
325 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
326 | ]
|
---|
327 | Residue.cpp(416): warning C4503: 'std::_Tree_comp_alloc<_Traits>::_Myval': decorated name length exceeded, name was truncated
|
---|
328 | with
|
---|
329 | [
|
---|
330 | _Traits=std::_Tmap_traits<std::string,tmpl::TemplateCache::ResMap,std::less<std::string>,std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>,false>
|
---|
331 | ]
|
---|
332 | Residue.cpp(416): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Tree': decorated name length exceeded, name was truncated
|
---|
333 | with
|
---|
334 | [
|
---|
335 | _Kty=std::string,
|
---|
336 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
337 | _Pr=std::less<std::string>,
|
---|
338 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
339 | ]
|
---|
340 | Residue.cpp(416): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Copy': decorated name length exceeded, name was truncated
|
---|
341 | with
|
---|
342 | [
|
---|
343 | _Kty=std::string,
|
---|
344 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
345 | _Pr=std::less<std::string>,
|
---|
346 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
347 | ]
|
---|
348 | Residue.cpp(416): warning C4503: 'std::_Tree_comp_alloc<_Traits>::_Tree_comp_alloc': decorated name length exceeded, name was truncated
|
---|
349 | with
|
---|
350 | [
|
---|
351 | _Traits=std::_Tmap_traits<std::string,tmpl::TemplateCache::ResMap,std::less<std::string>,std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>,false>
|
---|
352 | ]
|
---|
353 | Residue.cpp(416): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Copy_nodes': decorated name length exceeded, name was truncated
|
---|
354 | with
|
---|
355 | [
|
---|
356 | _Kty=std::string,
|
---|
357 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
358 | _Pr=std::less<std::string>,
|
---|
359 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
360 | ]
|
---|
361 | Residue.cpp(416): warning C4503: 'std::allocator_traits<_Alloc>::destroy': decorated name length exceeded, name was truncated
|
---|
362 | with
|
---|
363 | [
|
---|
364 | _Alloc=std::allocator<std::_Tree_node<std::pair<const std::string,tmpl::TemplateCache::ResMap>,void *>>
|
---|
365 | ]
|
---|
366 | Residue.cpp(416): warning C4503: 'std::allocator_traits<_Alloc>::construct': decorated name length exceeded, name was truncated
|
---|
367 | with
|
---|
368 | [
|
---|
369 | _Alloc=std::allocator<std::_Tree_node<std::pair<const std::string,tmpl::TemplateCache::ResMap>,void *>>
|
---|
370 | ]
|
---|
371 | Residue.cpp(416): warning C4503: 'std::_Compressed_pair<std::less<_Kty>,std::_Compressed_pair<std::_Wrap_alloc<std::allocator<_Other>>,std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>,true>,true>::_Compressed_pair': decorated name length exceeded, name was truncated
|
---|
372 | with
|
---|
373 | [
|
---|
374 | _Kty=std::string,
|
---|
375 | _Other=std::_Tree_node<std::pair<const std::string,tmpl::TemplateCache::ResMap>,void *>,
|
---|
376 | _Ty=tmpl::TemplateCache::ResMap
|
---|
377 | ]
|
---|
378 | Residue.cpp(416): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Copy_or_move': decorated name length exceeded, name was truncated
|
---|
379 | with
|
---|
380 | [
|
---|
381 | _Kty=std::string,
|
---|
382 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
383 | _Pr=std::less<std::string>,
|
---|
384 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
385 | ]
|
---|
386 | Residue.cpp(416): warning C4503: 'std::_Compressed_pair<std::_Wrap_alloc<std::allocator<_Other>>,std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>,true>::_Compressed_pair': decorated name length exceeded, name was truncated
|
---|
387 | with
|
---|
388 | [
|
---|
389 | _Other=std::_Tree_node<std::pair<const std::string,tmpl::TemplateCache::ResMap>,void *>,
|
---|
390 | _Kty=std::string,
|
---|
391 | _Ty=tmpl::TemplateCache::ResMap
|
---|
392 | ]
|
---|
393 | Residue.cpp(416): warning C4503: 'std::_Tree_comp_alloc<_Traits>::_Buynode': decorated name length exceeded, name was truncated
|
---|
394 | with
|
---|
395 | [
|
---|
396 | _Traits=std::_Tmap_traits<std::string,tmpl::TemplateCache::ResMap,std::less<std::string>,std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>,false>
|
---|
397 | ]
|
---|
398 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c AtomicStructure.cpp
|
---|
399 | AtomicStructure.cpp
|
---|
400 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\Connection.h(60): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
401 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\PBGroup.h(66): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
402 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\seq_assoc.h(74): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'atomstruct::SA_AssocFailure'
|
---|
403 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
404 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\seq_assoc.h(74): note: see declaration of 'atomstruct::SA_AssocFailure'
|
---|
405 | C:/cygwin64/home/goddard/chimerax/build/include\pysupport/convert.h(252): warning C4244: 'return': conversion from 'double' to 'long', possible loss of data
|
---|
406 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c RingCalc.cpp
|
---|
407 | RingCalc.cpp
|
---|
408 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\Connection.h(60): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
409 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c RibbonXSection.cpp
|
---|
410 | RibbonXSection.cpp
|
---|
411 | RibbonXSection.cpp(88): warning C4003: not enough actual parameters for macro 'import_array1'
|
---|
412 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c MolResId.cpp
|
---|
413 | MolResId.cpp
|
---|
414 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\Connection.h(60): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
415 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c CoordSet.cpp
|
---|
416 | CoordSet.cpp
|
---|
417 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c ChangeTracker.cpp
|
---|
418 | ChangeTracker.cpp
|
---|
419 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c PBGroup.cpp
|
---|
420 | PBGroup.cpp
|
---|
421 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\PBGroup.h(66): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
422 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\Connection.h(60): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
423 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c Sequence.cpp
|
---|
424 | Sequence.cpp
|
---|
425 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\utility(172): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
---|
426 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory0(737): note: see reference to function template instantiation 'std::pair<int,int>::pair<std::_Ty,__int64,void,0>(_Other1 &&,_Other2 &&) noexcept' being compiled
|
---|
427 | with
|
---|
428 | [
|
---|
429 | _Ty=unsigned __int64,
|
---|
430 | _Other1=unsigned __int64,
|
---|
431 | _Other2=__int64
|
---|
432 | ]
|
---|
433 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory0(737): note: see reference to function template instantiation 'std::pair<int,int>::pair<std::_Ty,__int64,void,0>(_Other1 &&,_Other2 &&) noexcept' being compiled
|
---|
434 | with
|
---|
435 | [
|
---|
436 | _Ty=unsigned __int64,
|
---|
437 | _Other1=unsigned __int64,
|
---|
438 | _Other2=__int64
|
---|
439 | ]
|
---|
440 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,unsigned __int64,__int64>(_Objty *,unsigned __int64 &&,__int64 &&)' being compiled
|
---|
441 | with
|
---|
442 | [
|
---|
443 | _Ty=std::pair<int,int>,
|
---|
444 | _Objty=std::pair<int,int>
|
---|
445 | ]
|
---|
446 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,unsigned __int64,__int64>(_Objty *,unsigned __int64 &&,__int64 &&)' being compiled
|
---|
447 | with
|
---|
448 | [
|
---|
449 | _Ty=std::pair<int,int>,
|
---|
450 | _Objty=std::pair<int,int>
|
---|
451 | ]
|
---|
452 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory0(996): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,unsigned __int64,__int64>(std::allocator<_Ty> &,_Objty *,unsigned __int64 &&,__int64 &&)' being compiled
|
---|
453 | with
|
---|
454 | [
|
---|
455 | _Alloc=std::allocator<std::pair<int,int>>,
|
---|
456 | _Ty=std::pair<int,int>,
|
---|
457 | _Objty=std::pair<int,int>
|
---|
458 | ]
|
---|
459 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory0(995): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,unsigned __int64,__int64>(std::allocator<_Ty> &,_Objty *,unsigned __int64 &&,__int64 &&)' being compiled
|
---|
460 | with
|
---|
461 | [
|
---|
462 | _Alloc=std::allocator<std::pair<int,int>>,
|
---|
463 | _Ty=std::pair<int,int>,
|
---|
464 | _Objty=std::pair<int,int>
|
---|
465 | ]
|
---|
466 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vector(930): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,unsigned __int64,__int64>(_Ty *,unsigned __int64 &&,__int64 &&)' being compiled
|
---|
467 | with
|
---|
468 | [
|
---|
469 | _Ty=std::pair<int,int>
|
---|
470 | ]
|
---|
471 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vector(929): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,unsigned __int64,__int64>(_Ty *,unsigned __int64 &&,__int64 &&)' being compiled
|
---|
472 | with
|
---|
473 | [
|
---|
474 | _Ty=std::pair<int,int>
|
---|
475 | ]
|
---|
476 | Sequence.cpp(209): note: see reference to function template instantiation 'void std::vector<std::pair<int,int>,std::allocator<_Ty>>::emplace_back<unsigned __int64,__int64>(unsigned __int64 &&,__int64 &&)' being compiled
|
---|
477 | with
|
---|
478 | [
|
---|
479 | _Ty=std::pair<int,int>
|
---|
480 | ]
|
---|
481 | Sequence.cpp(209): note: see reference to function template instantiation 'void std::vector<std::pair<int,int>,std::allocator<_Ty>>::emplace_back<unsigned __int64,__int64>(unsigned __int64 &&,__int64 &&)' being compiled
|
---|
482 | with
|
---|
483 | [
|
---|
484 | _Ty=std::pair<int,int>
|
---|
485 | ]
|
---|
486 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\utility(172): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
|
---|
487 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c destruct.cpp
|
---|
488 | destruct.cpp
|
---|
489 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c Point.cpp
|
---|
490 | Point.cpp
|
---|
491 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I../include -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" /c Pseudobond.cpp
|
---|
492 | Pseudobond.cpp
|
---|
493 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\PBGroup.h(66): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
494 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\Connection.h(60): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
495 | Pseudobond.cpp(32): warning C4305: '=': truncation from 'double' to 'float'
|
---|
496 | make -C tmpl install
|
---|
497 | make[4]: Entering directory '/home/goddard/chimerax/src/bundles/atomic/atomic_cpp/atomstruct_cpp/tmpl'
|
---|
498 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I/home/goddard/chimerax/build/include -I../../include /c findres.cpp
|
---|
499 | findres.cpp
|
---|
500 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
---|
501 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
502 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): note: see declaration of 'tmpl::TA_exception'
|
---|
503 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I/home/goddard/chimerax/build/include -I../../include /c namino.cpp
|
---|
504 | namino.cpp
|
---|
505 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
---|
506 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
507 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): note: see declaration of 'tmpl::TA_exception'
|
---|
508 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I/home/goddard/chimerax/build/include -I../../include /c Bond.cpp
|
---|
509 | Bond.cpp
|
---|
510 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
---|
511 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
512 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): note: see declaration of 'tmpl::TA_exception'
|
---|
513 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I/home/goddard/chimerax/build/include -I../../include /c ions.cpp
|
---|
514 | ions.cpp
|
---|
515 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
---|
516 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
517 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): note: see declaration of 'tmpl::TA_exception'
|
---|
518 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I/home/goddard/chimerax/build/include -I../../include /c amino.cpp
|
---|
519 | amino.cpp
|
---|
520 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
---|
521 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
522 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): note: see declaration of 'tmpl::TA_exception'
|
---|
523 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I/home/goddard/chimerax/build/include -I../../include /c Molecule.cpp
|
---|
524 | Molecule.cpp
|
---|
525 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
---|
526 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
527 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): note: see declaration of 'tmpl::TA_exception'
|
---|
528 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I/home/goddard/chimerax/build/include -I../../include /c Residue.cpp
|
---|
529 | Residue.cpp
|
---|
530 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
---|
531 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
532 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): note: see declaration of 'tmpl::TA_exception'
|
---|
533 | Residue.cpp(169): warning C4503: 'std::_Compressed_pair<std::less<_Kty>,std::_Compressed_pair<std::_Wrap_alloc<std::allocator<_Other>>,std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>,true>,true>::_Get_second': decorated name length exceeded, name was truncated
|
---|
534 | with
|
---|
535 | [
|
---|
536 | _Kty=std::string,
|
---|
537 | _Other=std::_Tree_node<std::pair<const std::string,tmpl::TemplateCache::ResMap>,void *>,
|
---|
538 | _Ty=tmpl::TemplateCache::ResMap
|
---|
539 | ]
|
---|
540 | Residue.cpp(169): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::erase': decorated name length exceeded, name was truncated
|
---|
541 | with
|
---|
542 | [
|
---|
543 | _Kty=std::string,
|
---|
544 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
545 | _Pr=std::less<std::string>,
|
---|
546 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
547 | ]
|
---|
548 | Residue.cpp(169): warning C4503: 'std::_Tree_comp_alloc<_Traits>::_Myval': decorated name length exceeded, name was truncated
|
---|
549 | with
|
---|
550 | [
|
---|
551 | _Traits=std::_Tmap_traits<std::string,tmpl::TemplateCache::ResMap,std::less<std::string>,std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>,false>
|
---|
552 | ]
|
---|
553 | Residue.cpp(169): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Tree': decorated name length exceeded, name was truncated
|
---|
554 | with
|
---|
555 | [
|
---|
556 | _Kty=std::string,
|
---|
557 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
558 | _Pr=std::less<std::string>,
|
---|
559 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
560 | ]
|
---|
561 | Residue.cpp(169): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Copy': decorated name length exceeded, name was truncated
|
---|
562 | with
|
---|
563 | [
|
---|
564 | _Kty=std::string,
|
---|
565 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
566 | _Pr=std::less<std::string>,
|
---|
567 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
568 | ]
|
---|
569 | Residue.cpp(169): warning C4503: 'std::_Tree_comp_alloc<_Traits>::_Tree_comp_alloc': decorated name length exceeded, name was truncated
|
---|
570 | with
|
---|
571 | [
|
---|
572 | _Traits=std::_Tmap_traits<std::string,tmpl::TemplateCache::ResMap,std::less<std::string>,std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>,false>
|
---|
573 | ]
|
---|
574 | Residue.cpp(169): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Copy_nodes': decorated name length exceeded, name was truncated
|
---|
575 | with
|
---|
576 | [
|
---|
577 | _Kty=std::string,
|
---|
578 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
579 | _Pr=std::less<std::string>,
|
---|
580 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
581 | ]
|
---|
582 | Residue.cpp(169): warning C4503: 'std::allocator_traits<_Alloc>::destroy': decorated name length exceeded, name was truncated
|
---|
583 | with
|
---|
584 | [
|
---|
585 | _Alloc=std::allocator<std::_Tree_node<std::pair<const std::string,tmpl::TemplateCache::ResMap>,void *>>
|
---|
586 | ]
|
---|
587 | Residue.cpp(169): warning C4503: 'std::allocator_traits<_Alloc>::construct': decorated name length exceeded, name was truncated
|
---|
588 | with
|
---|
589 | [
|
---|
590 | _Alloc=std::allocator<std::_Tree_node<std::pair<const std::string,tmpl::TemplateCache::ResMap>,void *>>
|
---|
591 | ]
|
---|
592 | Residue.cpp(169): warning C4503: 'std::_Compressed_pair<std::less<_Kty>,std::_Compressed_pair<std::_Wrap_alloc<std::allocator<_Other>>,std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>,true>,true>::_Compressed_pair': decorated name length exceeded, name was truncated
|
---|
593 | with
|
---|
594 | [
|
---|
595 | _Kty=std::string,
|
---|
596 | _Other=std::_Tree_node<std::pair<const std::string,tmpl::TemplateCache::ResMap>,void *>,
|
---|
597 | _Ty=tmpl::TemplateCache::ResMap
|
---|
598 | ]
|
---|
599 | Residue.cpp(169): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Copy_or_move': decorated name length exceeded, name was truncated
|
---|
600 | with
|
---|
601 | [
|
---|
602 | _Kty=std::string,
|
---|
603 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
604 | _Pr=std::less<std::string>,
|
---|
605 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
606 | ]
|
---|
607 | Residue.cpp(169): warning C4503: 'std::_Compressed_pair<std::_Wrap_alloc<std::allocator<_Other>>,std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>,true>::_Compressed_pair': decorated name length exceeded, name was truncated
|
---|
608 | with
|
---|
609 | [
|
---|
610 | _Other=std::_Tree_node<std::pair<const std::string,tmpl::TemplateCache::ResMap>,void *>,
|
---|
611 | _Kty=std::string,
|
---|
612 | _Ty=tmpl::TemplateCache::ResMap
|
---|
613 | ]
|
---|
614 | Residue.cpp(169): warning C4503: 'std::_Tree_comp_alloc<_Traits>::_Buynode': decorated name length exceeded, name was truncated
|
---|
615 | with
|
---|
616 | [
|
---|
617 | _Traits=std::_Tmap_traits<std::string,tmpl::TemplateCache::ResMap,std::less<std::string>,std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>,false>
|
---|
618 | ]
|
---|
619 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I/home/goddard/chimerax/build/include -I../../include /c TemplateCache.cpp
|
---|
620 | TemplateCache.cpp
|
---|
621 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
---|
622 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
623 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): note: see declaration of 'tmpl::TA_exception'
|
---|
624 | TemplateCache.cpp(243): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::find': decorated name length exceeded, name was truncated
|
---|
625 | with
|
---|
626 | [
|
---|
627 | _Kty=std::string,
|
---|
628 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
629 | _Pr=std::less<atomstruct::ResName>,
|
---|
630 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
631 | ]
|
---|
632 | TemplateCache.cpp(243): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::lower_bound': decorated name length exceeded, name was truncated
|
---|
633 | with
|
---|
634 | [
|
---|
635 | _Kty=std::string,
|
---|
636 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
637 | _Pr=std::less<atomstruct::ResName>,
|
---|
638 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
639 | ]
|
---|
640 | TemplateCache.cpp(243): warning C4503: 'std::_Compressed_pair<std::less<_Kty>,std::_Compressed_pair<std::_Wrap_alloc<std::allocator<_Other>>,std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>,true>,true>::_Get_second': decorated name length exceeded, name was truncated
|
---|
641 | with
|
---|
642 | [
|
---|
643 | _Kty=atomstruct::ResName,
|
---|
644 | _Other=std::_Tree_node<std::pair<const std::string,tmpl::TemplateCache::ResMap>,void *>,
|
---|
645 | _Ty=tmpl::TemplateCache::ResMap
|
---|
646 | ]
|
---|
647 | TemplateCache.cpp(243): warning C4503: 'std::_Tree_comp_alloc<_Traits>::_Myval': decorated name length exceeded, name was truncated
|
---|
648 | with
|
---|
649 | [
|
---|
650 | _Traits=std::_Tmap_traits<std::string,tmpl::TemplateCache::ResMap,std::less<atomstruct::ResName>,std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>,false>
|
---|
651 | ]
|
---|
652 | TemplateCache.cpp(243): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::erase': decorated name length exceeded, name was truncated
|
---|
653 | with
|
---|
654 | [
|
---|
655 | _Kty=std::string,
|
---|
656 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
657 | _Pr=std::less<atomstruct::ResName>,
|
---|
658 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
659 | ]
|
---|
660 | TemplateCache.cpp(243): warning C4503: 'std::map<std::string,tmpl::TemplateCache::ResMap,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::try_emplace': decorated name length exceeded, name was truncated
|
---|
661 | with
|
---|
662 | [
|
---|
663 | _Kty=atomstruct::ResName,
|
---|
664 | _Ty=tmpl::TemplateCache::ResMap
|
---|
665 | ]
|
---|
666 | TemplateCache.cpp(243): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Tree': decorated name length exceeded, name was truncated
|
---|
667 | with
|
---|
668 | [
|
---|
669 | _Kty=std::string,
|
---|
670 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
671 | _Pr=std::less<atomstruct::ResName>,
|
---|
672 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
673 | ]
|
---|
674 | TemplateCache.cpp(243): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Lbound': decorated name length exceeded, name was truncated
|
---|
675 | with
|
---|
676 | [
|
---|
677 | _Kty=std::string,
|
---|
678 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
679 | _Pr=std::less<atomstruct::ResName>,
|
---|
680 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
681 | ]
|
---|
682 | TemplateCache.cpp(243): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Copy': decorated name length exceeded, name was truncated
|
---|
683 | with
|
---|
684 | [
|
---|
685 | _Kty=std::string,
|
---|
686 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
687 | _Pr=std::less<atomstruct::ResName>,
|
---|
688 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
689 | ]
|
---|
690 | TemplateCache.cpp(243): warning C4503: 'std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>::_Kfn': decorated name length exceeded, name was truncated
|
---|
691 | with
|
---|
692 | [
|
---|
693 | _Kty=std::string,
|
---|
694 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
695 | _Pr=std::less<atomstruct::ResName>,
|
---|
696 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
697 | ]
|
---|
698 | TemplateCache.cpp(243): warning C4503: 'std::map<std::string,tmpl::TemplateCache::ResMap,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Try_emplace': decorated name length exceeded, name was truncated
|
---|
699 | with
|
---|
700 | [
|
---|
701 | _Kty=atomstruct::ResName,
|
---|
702 | _Ty=tmpl::TemplateCache::ResMap
|
---|
703 | ]
|
---|
704 | TemplateCache.cpp(243): warning C4503: 'std::_Tree_comp_alloc<_Traits>::_Tree_comp_alloc': decorated name length exceeded, name was truncated
|
---|
705 | with
|
---|
706 | [
|
---|
707 | _Traits=std::_Tmap_traits<std::string,tmpl::TemplateCache::ResMap,std::less<atomstruct::ResName>,std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>,false>
|
---|
708 | ]
|
---|
709 | TemplateCache.cpp(243): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Copy_nodes': decorated name length exceeded, name was truncated
|
---|
710 | with
|
---|
711 | [
|
---|
712 | _Kty=std::string,
|
---|
713 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
714 | _Pr=std::less<atomstruct::ResName>,
|
---|
715 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
716 | ]
|
---|
717 | TemplateCache.cpp(243): warning C4503: 'std::allocator_traits<_Alloc>::destroy': decorated name length exceeded, name was truncated
|
---|
718 | with
|
---|
719 | [
|
---|
720 | _Alloc=std::allocator<std::_Tree_node<std::pair<const std::string,tmpl::TemplateCache::ResMap>,void *>>
|
---|
721 | ]
|
---|
722 | TemplateCache.cpp(243): warning C4503: 'std::allocator_traits<_Alloc>::construct': decorated name length exceeded, name was truncated
|
---|
723 | with
|
---|
724 | [
|
---|
725 | _Alloc=std::allocator<std::_Tree_node<std::pair<const std::string,tmpl::TemplateCache::ResMap>,void *>>
|
---|
726 | ]
|
---|
727 | TemplateCache.cpp(243): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint': decorated name length exceeded, name was truncated
|
---|
728 | with
|
---|
729 | [
|
---|
730 | _Kty=std::string,
|
---|
731 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
732 | _Pr=std::less<atomstruct::ResName>,
|
---|
733 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
734 | ]
|
---|
735 | TemplateCache.cpp(243): warning C4503: 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool>::pair': decorated name length exceeded, name was truncated
|
---|
736 | with
|
---|
737 | [
|
---|
738 | _Kty=std::string,
|
---|
739 | _Ty=tmpl::TemplateCache::ResMap
|
---|
740 | ]
|
---|
741 | TemplateCache.cpp(243): warning C4503: 'std::_Compressed_pair<std::less<_Kty>,std::_Compressed_pair<std::_Wrap_alloc<std::allocator<_Other>>,std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>,true>,true>::_Compressed_pair': decorated name length exceeded, name was truncated
|
---|
742 | with
|
---|
743 | [
|
---|
744 | _Kty=atomstruct::ResName,
|
---|
745 | _Other=std::_Tree_node<std::pair<const std::string,tmpl::TemplateCache::ResMap>,void *>,
|
---|
746 | _Ty=tmpl::TemplateCache::ResMap
|
---|
747 | ]
|
---|
748 | TemplateCache.cpp(243): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Copy_or_move': decorated name length exceeded, name was truncated
|
---|
749 | with
|
---|
750 | [
|
---|
751 | _Kty=std::string,
|
---|
752 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
753 | _Pr=std::less<atomstruct::ResName>,
|
---|
754 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
755 | ]
|
---|
756 | TemplateCache.cpp(243): warning C4503: 'std::_Tree_comp_alloc<_Traits>::_Buynode': decorated name length exceeded, name was truncated
|
---|
757 | with
|
---|
758 | [
|
---|
759 | _Traits=std::_Tmap_traits<std::string,tmpl::TemplateCache::ResMap,std::less<atomstruct::ResName>,std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>,false>
|
---|
760 | ]
|
---|
761 | TemplateCache.cpp(243): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint': decorated name length exceeded, name was truncated
|
---|
762 | with
|
---|
763 | [
|
---|
764 | _Kty=std::string,
|
---|
765 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
766 | _Pr=std::less<atomstruct::ResName>,
|
---|
767 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
768 | ]
|
---|
769 | TemplateCache.cpp(243): warning C4503: 'std::_Compressed_pair<std::_Wrap_alloc<std::allocator<_Other>>,std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>,true>::_Compressed_pair': decorated name length exceeded, name was truncated
|
---|
770 | with
|
---|
771 | [
|
---|
772 | _Other=std::_Tree_node<std::pair<const std::string,tmpl::TemplateCache::ResMap>,void *>,
|
---|
773 | _Kty=std::string,
|
---|
774 | _Ty=tmpl::TemplateCache::ResMap
|
---|
775 | ]
|
---|
776 | TemplateCache.cpp(243): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint': decorated name length exceeded, name was truncated
|
---|
777 | with
|
---|
778 | [
|
---|
779 | _Kty=atomstruct::ResName,
|
---|
780 | _Ty=tmpl::TemplateCache::AtomMap,
|
---|
781 | _Pr=std::less<atomstruct::ResName>,
|
---|
782 | _Alloc=std::allocator<std::pair<const atomstruct::ResName,tmpl::TemplateCache::AtomMap>>
|
---|
783 | ]
|
---|
784 | TemplateCache.cpp(243): warning C4503: 'std::_Wrap_alloc<std::allocator<_Other>>::construct': decorated name length exceeded, name was truncated
|
---|
785 | with
|
---|
786 | [
|
---|
787 | _Other=std::_Tree_node<std::pair<const std::string,tmpl::TemplateCache::ResMap>,void *>
|
---|
788 | ]
|
---|
789 | TemplateCache.cpp(243): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_at': decorated name length exceeded, name was truncated
|
---|
790 | with
|
---|
791 | [
|
---|
792 | _Kty=std::string,
|
---|
793 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
794 | _Pr=std::less<atomstruct::ResName>,
|
---|
795 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
796 | ]
|
---|
797 | TemplateCache.cpp(243): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint': decorated name length exceeded, name was truncated
|
---|
798 | with
|
---|
799 | [
|
---|
800 | _Kty=std::string,
|
---|
801 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
802 | _Pr=std::less<atomstruct::ResName>,
|
---|
803 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
804 | ]
|
---|
805 | TemplateCache.cpp(243): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_at': decorated name length exceeded, name was truncated
|
---|
806 | with
|
---|
807 | [
|
---|
808 | _Kty=atomstruct::ResName,
|
---|
809 | _Ty=tmpl::TemplateCache::AtomMap,
|
---|
810 | _Pr=std::less<atomstruct::ResName>,
|
---|
811 | _Alloc=std::allocator<std::pair<const atomstruct::ResName,tmpl::TemplateCache::AtomMap>>
|
---|
812 | ]
|
---|
813 | TemplateCache.cpp(243): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint': decorated name length exceeded, name was truncated
|
---|
814 | with
|
---|
815 | [
|
---|
816 | _Kty=atomstruct::ResName,
|
---|
817 | _Ty=tmpl::TemplateCache::AtomMap,
|
---|
818 | _Pr=std::less<atomstruct::ResName>,
|
---|
819 | _Alloc=std::allocator<std::pair<const atomstruct::ResName,tmpl::TemplateCache::AtomMap>>
|
---|
820 | ]
|
---|
821 | TemplateCache.cpp(243): warning C4503: 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Buynode_if_nil': decorated name length exceeded, name was truncated
|
---|
822 | with
|
---|
823 | [
|
---|
824 | _Kty=std::string,
|
---|
825 | _Ty=tmpl::TemplateCache::ResMap,
|
---|
826 | _Pr=std::less<atomstruct::ResName>,
|
---|
827 | _Alloc=std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>
|
---|
828 | ]
|
---|
829 | TemplateCache.cpp(243): warning C4503: 'std::allocator<_Other>::construct': decorated name length exceeded, name was truncated
|
---|
830 | with
|
---|
831 | [
|
---|
832 | _Other=std::_Tree_node<std::pair<const std::string,tmpl::TemplateCache::ResMap>,void *>
|
---|
833 | ]
|
---|
834 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I/home/goddard/chimerax/build/include -I../../include /c Atom.cpp
|
---|
835 | Atom.cpp
|
---|
836 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
---|
837 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
838 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): note: see declaration of 'tmpl::TA_exception'
|
---|
839 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I/home/goddard/chimerax/build/include -I../../include /c general.cpp
|
---|
840 | general.cpp
|
---|
841 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
---|
842 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
843 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): note: see declaration of 'tmpl::TA_exception'
|
---|
844 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I/home/goddard/chimerax/build/include -I../../include /c CoordSet.cpp
|
---|
845 | CoordSet.cpp
|
---|
846 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
---|
847 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
848 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): note: see declaration of 'tmpl::TA_exception'
|
---|
849 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I/home/goddard/chimerax/build/include -I../../include /c nucleic.cpp
|
---|
850 | nucleic.cpp
|
---|
851 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
---|
852 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
853 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): note: see declaration of 'tmpl::TA_exception'
|
---|
854 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I/home/goddard/chimerax/build/include -I../../include /c camino.cpp
|
---|
855 | camino.cpp
|
---|
856 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
---|
857 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
858 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(25): note: see declaration of 'tmpl::TA_exception'
|
---|
859 | make -C idatm install
|
---|
860 | make[5]: Entering directory '/home/goddard/chimerax/src/bundles/atomic/atomic_cpp/atomstruct_cpp/tmpl/idatm'
|
---|
861 | mkdir -p ../../../data/idatm/templates
|
---|
862 | /home/goddard/chimerax/build/bin/rsync.convert -rlptWv templates/FORMAT templates/*.idatmres ../../../data/idatm/templates
|
---|
863 | sending incremental file list
|
---|
864 | A.idatmres
|
---|
865 | ACE.idatmres
|
---|
866 | ALA.idatmres
|
---|
867 | ARG.idatmres
|
---|
868 | ASN.idatmres
|
---|
869 | ASP.idatmres
|
---|
870 | C.idatmres
|
---|
871 | CYS.idatmres
|
---|
872 | DA.idatmres
|
---|
873 | DC.idatmres
|
---|
874 | DG.idatmres
|
---|
875 | DT.idatmres
|
---|
876 | FORMAT
|
---|
877 | G.idatmres
|
---|
878 | GLN.idatmres
|
---|
879 | GLU.idatmres
|
---|
880 | GLY.idatmres
|
---|
881 | HID.idatmres
|
---|
882 | HIE.idatmres
|
---|
883 | HIP.idatmres
|
---|
884 | HIS.idatmres
|
---|
885 | HOH.idatmres
|
---|
886 | HYP.idatmres
|
---|
887 | ILE.idatmres
|
---|
888 | LEU.idatmres
|
---|
889 | LYS.idatmres
|
---|
890 | MET.idatmres
|
---|
891 | MSE.idatmres
|
---|
892 | PHE.idatmres
|
---|
893 | PRO.idatmres
|
---|
894 | SER.idatmres
|
---|
895 | T.idatmres
|
---|
896 | THR.idatmres
|
---|
897 | TRP.idatmres
|
---|
898 | TYR.idatmres
|
---|
899 | U.idatmres
|
---|
900 | VAL.idatmres
|
---|
901 |
|
---|
902 | sent 8,561 bytes received 719 bytes 6,186.67 bytes/sec
|
---|
903 | total size is 6,152 speedup is 0.66
|
---|
904 | make[5]: Leaving directory '/home/goddard/chimerax/src/bundles/atomic/atomic_cpp/atomstruct_cpp/tmpl/idatm'
|
---|
905 | mkdir -p ../../include/atomstruct/tmpl
|
---|
906 | /home/goddard/chimerax/build/bin/rsync.convert -rlptWv Residue.h CoordSet.h resinternal.h residues.h resDescrip.h Coord.h Bond.h restmpl.h Molecule.h TemplateCache.h Atom.h TAexcept.h ../../include/atomstruct/tmpl
|
---|
907 | sending incremental file list
|
---|
908 | Atom.h
|
---|
909 | Bond.h
|
---|
910 | Coord.h
|
---|
911 | CoordSet.h
|
---|
912 | Molecule.h
|
---|
913 | Residue.h
|
---|
914 | TAexcept.h
|
---|
915 | TemplateCache.h
|
---|
916 | resDescrip.h
|
---|
917 | residues.h
|
---|
918 | resinternal.h
|
---|
919 | restmpl.h
|
---|
920 |
|
---|
921 | sent 20,066 bytes received 244 bytes 40,620.00 bytes/sec
|
---|
922 | total size is 19,253 speedup is 0.95
|
---|
923 | make[4]: Leaving directory '/home/goddard/chimerax/src/bundles/atomic/atomic_cpp/atomstruct_cpp/tmpl'
|
---|
924 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 /LD /Felibatomstruct.dll Chain.obj CompSS.obj Bond.obj Structure.obj seq_assoc.obj StructureSeq.obj Ring.obj AtomTypes.obj PBManager.obj Atom.obj Residue.obj AtomicStructure.obj RingCalc.obj RibbonXSection.obj MolResId.obj CoordSet.obj ChangeTracker.obj PBGroup.obj Sequence.obj destruct.obj Point.obj Pseudobond.obj /link /LIBPATH:'C:/cygwin64/home/goddard/chimerax/build/lib' tmpl/*.obj /LIBPATH:../lib libelement.lib libpyinstance.lib libioutil.lib libchutil.lib libappdirs.lib liblogger.lib libarrays.lib python37.lib; if [ -e libatomstruct.dll.manifest ]; then mt -nologo -manifest libatomstruct.dll.manifest -outputresource:libatomstruct.dll\;2 ; fi
|
---|
925 | Creating library libatomstruct.lib and object libatomstruct.exp
|
---|
926 | ions.obj : warning LNK4217: locally defined symbol ??1?$PythonInstance@VMolecule@tmpl@@@pyinstance@@UEAA@XZ (public: virtual __cdecl pyinstance::PythonInstance<class tmpl::Molecule>::~PythonInstance<class tmpl::Molecule>(void)) imported in function "int `public: __cdecl tmpl::Molecule::Molecule(class Molecule::dtor$7 const &)'::`1'::dtor$7" (?dtor$7@?0???0Molecule@tmpl@@QEAA@AEBV01@@Z@4HA)
|
---|
927 | namino.obj : warning LNK4217: locally defined symbol ??1?$PythonInstance@VMolecule@tmpl@@@pyinstance@@UEAA@XZ (public: virtual __cdecl pyinstance::PythonInstance<class tmpl::Molecule>::~PythonInstance<class tmpl::Molecule>(void)) imported in function "int `public: __cdecl tmpl::Molecule::Molecule(class Molecule::dtor$0 const &)'::`1'::dtor$0" (?dtor$0@?0???0Molecule@tmpl@@QEAA@AEBV01@@Z@4HA)
|
---|
928 | nucleic.obj : warning LNK4217: locally defined symbol ??1?$PythonInstance@VMolecule@tmpl@@@pyinstance@@UEAA@XZ (public: virtual __cdecl pyinstance::PythonInstance<class tmpl::Molecule>::~PythonInstance<class tmpl::Molecule>(void)) imported in function "int `public: __cdecl tmpl::Molecule::Molecule(class Molecule::dtor$0 const &)'::`1'::dtor$0" (?dtor$0@?0???0Molecule@tmpl@@QEAA@AEBV01@@Z@4HA)
|
---|
929 | amino.obj : warning LNK4217: locally defined symbol ??1?$PythonInstance@VMolecule@tmpl@@@pyinstance@@UEAA@XZ (public: virtual __cdecl pyinstance::PythonInstance<class tmpl::Molecule>::~PythonInstance<class tmpl::Molecule>(void)) imported in function "int `public: __cdecl tmpl::Molecule::Molecule(class Molecule::dtor$0 const &)'::`1'::dtor$0" (?dtor$0@?0???0Molecule@tmpl@@QEAA@AEBV01@@Z@4HA)
|
---|
930 | camino.obj : warning LNK4217: locally defined symbol ??1?$PythonInstance@VMolecule@tmpl@@@pyinstance@@UEAA@XZ (public: virtual __cdecl pyinstance::PythonInstance<class tmpl::Molecule>::~PythonInstance<class tmpl::Molecule>(void)) imported in function "int `public: __cdecl tmpl::Molecule::Molecule(class Molecule::dtor$0 const &)'::`1'::dtor$0" (?dtor$0@?0???0Molecule@tmpl@@QEAA@AEBV01@@Z@4HA)
|
---|
931 | findres.obj : warning LNK4217: locally defined symbol ??1?$PythonInstance@VMolecule@tmpl@@@pyinstance@@UEAA@XZ (public: virtual __cdecl pyinstance::PythonInstance<class tmpl::Molecule>::~PythonInstance<class tmpl::Molecule>(void)) imported in function "class tmpl::Residue const * __cdecl tmpl::find_template_residue(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool,bool)" (?find_template_residue@tmpl@@YAPEBVResidue@1@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N1@Z)
|
---|
932 | general.obj : warning LNK4217: locally defined symbol ??1?$PythonInstance@VMolecule@tmpl@@@pyinstance@@UEAA@XZ (public: virtual __cdecl pyinstance::PythonInstance<class tmpl::Molecule>::~PythonInstance<class tmpl::Molecule>(void)) imported in function "public: class std::_Tree_iterator<class std::_Tree_val<struct std::_Tree_simple_types<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class tmpl::Residue *> > > > __cdecl std::_Tree<class std::_Tmap_traits<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class tmpl::Residue *,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class tmpl::Residue *> >,0> >::erase(class std::_Tree_const_iterator<class std::_Tree_val<struct std::_Tree_simple_types<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class tmpl::Residue *> > > >)" (?erase@?$_Tree@V?$_Tmap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAVResidue@tmpl@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAVResidue@tmpl@@@std@@@2@$0A@@std@@@std@@QEAA?AV?$_Tree_iterator@V?$_Tree_val@U?$_Tree_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAVResidue@tmpl@@@std@@@std@@@std@@@2@V?$_Tree_const_iterator@V?$_Tree_val@U?$_Tree_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAVResidue@tmpl@@@std@@@std@@@std@@@2@@Z)
|
---|
933 | ions.obj : warning LNK4049: locally defined symbol ??_7?$PythonInstance@VMolecule@tmpl@@@pyinstance@@6B@ (const pyinstance::PythonInstance<class tmpl::Molecule>::`vftable') imported
|
---|
934 | namino.obj : warning LNK4217: locally defined symbol ??_7?$PythonInstance@VMolecule@tmpl@@@pyinstance@@6B@ (const pyinstance::PythonInstance<class tmpl::Molecule>::`vftable') imported in function "class tmpl::Residue * __cdecl tmpl::init_NALA(class tmpl::Molecule *)" (?init_NALA@tmpl@@YAPEAVResidue@1@PEAVMolecule@1@@Z)
|
---|
935 | nucleic.obj : warning LNK4217: locally defined symbol ??_7?$PythonInstance@VMolecule@tmpl@@@pyinstance@@6B@ (const pyinstance::PythonInstance<class tmpl::Molecule>::`vftable') imported in function "class tmpl::Residue * __cdecl tmpl::init_DA3(class tmpl::Molecule *)" (?init_DA3@tmpl@@YAPEAVResidue@1@PEAVMolecule@1@@Z)
|
---|
936 | amino.obj : warning LNK4217: locally defined symbol ??_7?$PythonInstance@VMolecule@tmpl@@@pyinstance@@6B@ (const pyinstance::PythonInstance<class tmpl::Molecule>::`vftable') imported in function "public: __cdecl tmpl::Molecule::Molecule(class tmpl::Molecule const &)" (??0Molecule@tmpl@@QEAA@AEBV01@@Z)
|
---|
937 | camino.obj : warning LNK4217: locally defined symbol ??_7?$PythonInstance@VMolecule@tmpl@@@pyinstance@@6B@ (const pyinstance::PythonInstance<class tmpl::Molecule>::`vftable') imported in function "class tmpl::Residue * __cdecl tmpl::init_CALA(class tmpl::Molecule *)" (?init_CALA@tmpl@@YAPEAVResidue@1@PEAVMolecule@1@@Z)
|
---|
938 | findres.obj : warning LNK4049: locally defined symbol ??_7?$PythonInstance@VMolecule@tmpl@@@pyinstance@@6B@ (const pyinstance::PythonInstance<class tmpl::Molecule>::`vftable') imported
|
---|
939 | general.obj : warning LNK4049: locally defined symbol ??_7?$PythonInstance@VMolecule@tmpl@@@pyinstance@@6B@ (const pyinstance::PythonInstance<class tmpl::Molecule>::`vftable') imported
|
---|
940 | MolResId.obj : warning LNK4217: locally defined symbol ??1?$PythonInstance@VChangeTracker@atomstruct@@@pyinstance@@UEAA@XZ (public: virtual __cdecl pyinstance::PythonInstance<class atomstruct::ChangeTracker>::~PythonInstance<class atomstruct::ChangeTracker>(void)) imported in function "int `public: __cdecl atomstruct::ChangeTracker::ChangeTracker(class ChangeTracker::dtor$0 const &)'::`1'::dtor$0" (?dtor$0@?0???0ChangeTracker@atomstruct@@QEAA@AEBV01@@Z@4HA)
|
---|
941 | MolResId.obj : warning LNK4217: locally defined symbol ??1?$PythonInstance@VResidue@atomstruct@@@pyinstance@@UEAA@XZ (public: virtual __cdecl pyinstance::PythonInstance<class atomstruct::Residue>::~PythonInstance<class atomstruct::Residue>(void)) imported in function "int `public: __cdecl atomstruct::Residue::Residue(class Residue::dtor$0 const &)'::`1'::dtor$0" (?dtor$0@?0???0Residue@atomstruct@@QEAA@AEBV01@@Z@4HA)
|
---|
942 | MolResId.obj : warning LNK4217: locally defined symbol ??1?$PythonInstance@VSequence@atomstruct@@@pyinstance@@UEAA@XZ (public: virtual __cdecl pyinstance::PythonInstance<class atomstruct::Sequence>::~PythonInstance<class atomstruct::Sequence>(void)) imported in function "int `public: __cdecl atomstruct::Sequence::Sequence(class Sequence::dtor$0 const &)'::`1'::dtor$0" (?dtor$0@?0???0Sequence@atomstruct@@QEAA@AEBV01@@Z@4HA)
|
---|
943 | MolResId.obj : warning LNK4217: locally defined symbol ?py_instance@?$PythonInstance@VSequence@atomstruct@@@pyinstance@@QEBAPEAU_object@@_N@Z (public: struct _object * __cdecl pyinstance::PythonInstance<class atomstruct::Sequence>::py_instance(bool)const ) imported in function "public: struct _object * __cdecl atomstruct::StructureSeq::py_instance(bool)" (?py_instance@StructureSeq@atomstruct@@QEAAPEAU_object@@_N@Z)
|
---|
944 | MolResId.obj : warning LNK4217: locally defined symbol ??1?$PythonInstance@VBaseManager@atomstruct@@@pyinstance@@UEAA@XZ (public: virtual __cdecl pyinstance::PythonInstance<class atomstruct::BaseManager>::~PythonInstance<class atomstruct::BaseManager>(void)) imported in function "int `public: __cdecl atomstruct::BaseManager::BaseManager(class BaseManager::dtor$0 const &)'::`1'::dtor$0" (?dtor$0@?0???0BaseManager@atomstruct@@QEAA@AEBV01@@Z@4HA)
|
---|
945 | MolResId.obj : warning LNK4217: locally defined symbol ??1?$PythonInstance@VRing@atomstruct@@@pyinstance@@UEAA@XZ (public: virtual __cdecl pyinstance::PythonInstance<class atomstruct::Ring>::~PythonInstance<class atomstruct::Ring>(void)) imported in function "int `public: __cdecl atomstruct::Ring::Ring(class Ring::dtor$0 const &)'::`1'::dtor$0" (?dtor$0@?0???0Ring@atomstruct@@QEAA@AEBV01@@Z@4HA)
|
---|
946 | MolResId.obj : warning LNK4217: locally defined symbol ??1?$PythonInstance@VStructure@atomstruct@@@pyinstance@@UEAA@XZ (public: virtual __cdecl pyinstance::PythonInstance<class atomstruct::Structure>::~PythonInstance<class atomstruct::Structure>(void)) imported in function "int `public: __cdecl atomstruct::Structure::Structure(class Structure::dtor$1 const &)'::`1'::dtor$1" (?dtor$1@?0???0Structure@atomstruct@@QEAA@AEBV01@@Z@4HA)
|
---|
947 | MolResId.obj : warning LNK4217: locally defined symbol ??1?$PythonInstance@VCoordSet@atomstruct@@@pyinstance@@UEAA@XZ (public: virtual __cdecl pyinstance::PythonInstance<class atomstruct::CoordSet>::~PythonInstance<class atomstruct::CoordSet>(void)) imported in function "int `public: __cdecl atomstruct::CoordSet::CoordSet(class CoordSet::dtor$0 const &)'::`1'::dtor$0" (?dtor$0@?0???0CoordSet@atomstruct@@QEAA@AEBV01@@Z@4HA)
|
---|
948 | MolResId.obj : warning LNK4217: locally defined symbol ??1?$PythonInstance@VAtom@atomstruct@@@pyinstance@@UEAA@XZ (public: virtual __cdecl pyinstance::PythonInstance<class atomstruct::Atom>::~PythonInstance<class atomstruct::Atom>(void)) imported in function "int `public: __cdecl atomstruct::Atom::Atom(class Atom::dtor$0 const &)'::`1'::dtor$0" (?dtor$0@?0???0Atom@atomstruct@@QEAA@AEBV01@@Z@4HA)
|
---|
949 | MolResId.obj : warning LNK4217: locally defined symbol ??1?$PythonInstance@VBond@atomstruct@@@pyinstance@@UEAA@XZ (public: virtual __cdecl pyinstance::PythonInstance<class atomstruct::Bond>::~PythonInstance<class atomstruct::Bond>(void)) imported in function "int `public: __cdecl atomstruct::Bond::Bond(class Bond::dtor$3 const &)'::`1'::dtor$3" (?dtor$3@?0???0Bond@atomstruct@@QEAA@AEBV01@@Z@4HA)
|
---|
950 | MolResId.obj : warning LNK4217: locally defined symbol ??_7?$PythonInstance@VChangeTracker@atomstruct@@@pyinstance@@6B@ (const pyinstance::PythonInstance<class atomstruct::ChangeTracker>::`vftable') imported in function "public: __cdecl atomstruct::ChangeTracker::ChangeTracker(class atomstruct::ChangeTracker const &)" (??0ChangeTracker@atomstruct@@QEAA@AEBV01@@Z)
|
---|
951 | MolResId.obj : warning LNK4217: locally defined symbol ??_7?$PythonInstance@VResidue@atomstruct@@@pyinstance@@6B@ (const pyinstance::PythonInstance<class atomstruct::Residue>::`vftable') imported in function "public: __cdecl atomstruct::Residue::Residue(class atomstruct::Residue const &)" (??0Residue@atomstruct@@QEAA@AEBV01@@Z)
|
---|
952 | MolResId.obj : warning LNK4217: locally defined symbol ??_7?$PythonInstance@VSequence@atomstruct@@@pyinstance@@6B@ (const pyinstance::PythonInstance<class atomstruct::Sequence>::`vftable') imported in function "public: __cdecl atomstruct::Sequence::Sequence(class atomstruct::Sequence const &)" (??0Sequence@atomstruct@@QEAA@AEBV01@@Z)
|
---|
953 | MolResId.obj : warning LNK4217: locally defined symbol ??_7?$PythonInstance@VBaseManager@atomstruct@@@pyinstance@@6B@ (const pyinstance::PythonInstance<class atomstruct::BaseManager>::`vftable') imported in function "public: __cdecl atomstruct::BaseManager::BaseManager(class atomstruct::BaseManager const &)" (??0BaseManager@atomstruct@@QEAA@AEBV01@@Z)
|
---|
954 | MolResId.obj : warning LNK4217: locally defined symbol ??_7?$PythonInstance@VRing@atomstruct@@@pyinstance@@6B@ (const pyinstance::PythonInstance<class atomstruct::Ring>::`vftable') imported in function "public: __cdecl atomstruct::Ring::Ring(class atomstruct::Ring const &)" (??0Ring@atomstruct@@QEAA@AEBV01@@Z)
|
---|
955 | MolResId.obj : warning LNK4217: locally defined symbol ??_7?$PythonInstance@VStructure@atomstruct@@@pyinstance@@6B@ (const pyinstance::PythonInstance<class atomstruct::Structure>::`vftable') imported in function "public: __cdecl atomstruct::Structure::Structure(class atomstruct::Structure const &)" (??0Structure@atomstruct@@QEAA@AEBV01@@Z)
|
---|
956 | MolResId.obj : warning LNK4217: locally defined symbol ??_7?$PythonInstance@VCoordSet@atomstruct@@@pyinstance@@6B@ (const pyinstance::PythonInstance<class atomstruct::CoordSet>::`vftable') imported in function "public: __cdecl atomstruct::CoordSet::CoordSet(class atomstruct::CoordSet const &)" (??0CoordSet@atomstruct@@QEAA@AEBV01@@Z)
|
---|
957 | MolResId.obj : warning LNK4217: locally defined symbol ??_7?$PythonInstance@VAtom@atomstruct@@@pyinstance@@6B@ (const pyinstance::PythonInstance<class atomstruct::Atom>::`vftable') imported in function "public: __cdecl atomstruct::Atom::Atom(class atomstruct::Atom const &)" (??0Atom@atomstruct@@QEAA@AEBV01@@Z)
|
---|
958 | MolResId.obj : warning LNK4217: locally defined symbol ??_7?$PythonInstance@VBond@atomstruct@@@pyinstance@@6B@ (const pyinstance::PythonInstance<class atomstruct::Bond>::`vftable') imported in function "public: __cdecl atomstruct::Bond::Bond(class atomstruct::Bond const &)" (??0Bond@atomstruct@@QEAA@AEBV01@@Z)
|
---|
959 | /home/goddard/chimerax/build/bin/rsync.convert -rlptWv libatomstruct.dll ../lib
|
---|
960 | sending incremental file list
|
---|
961 | libatomstruct.dll
|
---|
962 |
|
---|
963 | sent 1,741,833 bytes received 35 bytes 3,483,736.00 bytes/sec
|
---|
964 | total size is 1,741,312 speedup is 1.00
|
---|
965 | /home/goddard/chimerax/build/bin/rsync.convert -rlptWv libatomstruct.lib ../lib
|
---|
966 | sending incremental file list
|
---|
967 | libatomstruct.lib
|
---|
968 |
|
---|
969 | sent 724,175 bytes received 35 bytes 1,448,420.00 bytes/sec
|
---|
970 | total size is 723,902 speedup is 1.00
|
---|
971 | /home/goddard/chimerax/build/bin/rsync.convert -rlptWv imex.h Connection.h AtomicStructure.h session.h RibbonXSection.h MolResId.h PBManager.h CoordSet.h Structure.h ChangeTracker.h PBGroup.h polymer.h backbone.h Sequence.h Real.h destruct.h Chain.h seq_assoc.h Coord.h Bond.h Pseudobond.h Residue.h StructureSeq.h Ring.h Point.h Atom.h string_types.h Rgba.h ../include/atomstruct/
|
---|
972 | sending incremental file list
|
---|
973 | Atom.h
|
---|
974 | AtomicStructure.h
|
---|
975 | Bond.h
|
---|
976 | Chain.h
|
---|
977 | ChangeTracker.h
|
---|
978 | Connection.h
|
---|
979 | Coord.h
|
---|
980 | CoordSet.h
|
---|
981 | MolResId.h
|
---|
982 | PBGroup.h
|
---|
983 | PBManager.h
|
---|
984 | Point.h
|
---|
985 | Pseudobond.h
|
---|
986 | Real.h
|
---|
987 | Residue.h
|
---|
988 | Rgba.h
|
---|
989 | RibbonXSection.h
|
---|
990 | Ring.h
|
---|
991 | Sequence.h
|
---|
992 | Structure.h
|
---|
993 | StructureSeq.h
|
---|
994 | backbone.h
|
---|
995 | destruct.h
|
---|
996 | imex.h
|
---|
997 | polymer.h
|
---|
998 | seq_assoc.h
|
---|
999 | session.h
|
---|
1000 | string_types.h
|
---|
1001 |
|
---|
1002 | sent 143,331 bytes received 548 bytes 95,919.33 bytes/sec
|
---|
1003 | total size is 141,429 speedup is 0.98
|
---|
1004 | make[3]: Leaving directory '/home/goddard/chimerax/src/bundles/atomic/atomic_cpp/atomstruct_cpp'
|
---|
1005 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 -I'C:/cygwin64/home/goddard/chimerax/build/include' -I'C:/cygwin64/home/goddard/chimerax/build/include/python3.7m' -I"C:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include" -Iinclude /c molc.cpp
|
---|
1006 | molc.cpp
|
---|
1007 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Connection.h(60): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
1008 | include\atomstruct/PBGroup.h(66): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
1009 | include\atomstruct/seq_assoc.h(74): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'atomstruct::SA_AssocFailure'
|
---|
1010 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
1011 | include\atomstruct/seq_assoc.h(74): note: see declaration of 'atomstruct::SA_AssocFailure'
|
---|
1012 | C:/cygwin64/home/goddard/chimerax/build/include\pysupport/convert.h(252): warning C4244: 'return': conversion from 'double' to 'long', possible loss of data
|
---|
1013 | cl /nologo /EHa /GR /GF /MD /Zc:inline,rvalueCast,strictStrings /wd4251 /Ox /W2 /LD /Felibmolc.dll molc.obj /link /LIBPATH:'C:/cygwin64/home/goddard/chimerax/build/lib' /LIBPATH:lib libatomstruct.lib libelement.lib libpyinstance.lib libarrays.lib liblogger.lib libappdirs.lib python37.lib; if [ -e libmolc.dll.manifest ]; then mt -nologo -manifest libmolc.dll.manifest -outputresource:libmolc.dll\;2 ; fi
|
---|
1014 | Creating library libmolc.lib and object libmolc.exp
|
---|
1015 | LDFLAGS="-L." /home/goddard/chimerax/build/bin/python.exe setup-cymol.py build_ext -i
|
---|
1016 | Please put "# distutils: language=c++" in your .pyx or .pxd file(s)
|
---|
1017 | Compiling cymol.pyx because it changed.
|
---|
1018 | [1/1] Cythonizing cymol.pyx
|
---|
1019 | running build_ext
|
---|
1020 | building 'chimerax.atomic.cymol' extension
|
---|
1021 | creating build
|
---|
1022 | creating build\temp.win-amd64-3.7
|
---|
1023 | creating build\temp.win-amd64-3.7\Release
|
---|
1024 | C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Iinclude -IC:\cygwin64\home\goddard\chimerax\build\include -IC:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include -IC:\cygwin64\home\goddard\chimerax\build\bin\include -IC:\cygwin64\home\goddard\chimerax\build\bin\include "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.10586.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.10586.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.10586.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.10586.0\winrt" /EHsc /Tpcymol.cpp /Fobuild\temp.win-amd64-3.7\Release\cymol.obj
|
---|
1025 | cymol.cpp
|
---|
1026 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<C>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<C>'
|
---|
1027 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1028 | include\pyinstance/PythonInstance.declare.h(93): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
---|
1029 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<element::Element>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<element::Element>'
|
---|
1030 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1031 | include\element/Element.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
---|
1032 | include\element/Element.h(65): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
---|
1033 | with
|
---|
1034 | [
|
---|
1035 | _Kty=int
|
---|
1036 | ]
|
---|
1037 | include\element/Element.h(65): note: see declaration of 'std::set<int,std::less<int>,std::allocator<_Kty>>'
|
---|
1038 | with
|
---|
1039 | [
|
---|
1040 | _Kty=int
|
---|
1041 | ]
|
---|
1042 | include\element/Element.h(66): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
---|
1043 | with
|
---|
1044 | [
|
---|
1045 | _Kty=int,
|
---|
1046 | _Ty=const element::Element *
|
---|
1047 | ]
|
---|
1048 | include\element/Element.h(66): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1049 | with
|
---|
1050 | [
|
---|
1051 | _Kty=int,
|
---|
1052 | _Ty=const element::Element *
|
---|
1053 | ]
|
---|
1054 | include\element/Element.h(67): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
---|
1055 | with
|
---|
1056 | [
|
---|
1057 | _Kty=int
|
---|
1058 | ]
|
---|
1059 | include\element/Element.h(65): note: see declaration of 'std::set<int,std::less<int>,std::allocator<_Kty>>'
|
---|
1060 | with
|
---|
1061 | [
|
---|
1062 | _Kty=int
|
---|
1063 | ]
|
---|
1064 | include\element/Element.h(68): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
---|
1065 | with
|
---|
1066 | [
|
---|
1067 | _Kty=std::string
|
---|
1068 | ]
|
---|
1069 | include\element/Element.h(68): note: see declaration of 'std::set<std::string,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1070 | with
|
---|
1071 | [
|
---|
1072 | _Kty=std::string
|
---|
1073 | ]
|
---|
1074 | include\element/Element.h(69): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
---|
1075 | with
|
---|
1076 | [
|
---|
1077 | _Kty=int
|
---|
1078 | ]
|
---|
1079 | include\element/Element.h(65): note: see declaration of 'std::set<int,std::less<int>,std::allocator<_Kty>>'
|
---|
1080 | with
|
---|
1081 | [
|
---|
1082 | _Kty=int
|
---|
1083 | ]
|
---|
1084 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(48): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
---|
1085 | with
|
---|
1086 | [
|
---|
1087 | _Kty=const void *
|
---|
1088 | ]
|
---|
1089 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(48): note: see declaration of 'std::set<const void *,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1090 | with
|
---|
1091 | [
|
---|
1092 | _Kty=const void *
|
---|
1093 | ]
|
---|
1094 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(49): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
---|
1095 | with
|
---|
1096 | [
|
---|
1097 | _Kty=const void *
|
---|
1098 | ]
|
---|
1099 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(48): note: see declaration of 'std::set<const void *,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1100 | with
|
---|
1101 | [
|
---|
1102 | _Kty=const void *
|
---|
1103 | ]
|
---|
1104 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(50): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
---|
1105 | with
|
---|
1106 | [
|
---|
1107 | _Kty=std::string
|
---|
1108 | ]
|
---|
1109 | include\element/Element.h(68): note: see declaration of 'std::set<std::string,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1110 | with
|
---|
1111 | [
|
---|
1112 | _Kty=std::string
|
---|
1113 | ]
|
---|
1114 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<atomstruct::ChangeTracker>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<atomstruct::ChangeTracker>'
|
---|
1115 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1116 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
---|
1117 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(71): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1118 | with
|
---|
1119 | [
|
---|
1120 | _Kty=atomstruct::Structure *,
|
---|
1121 | _Ty=atomstruct::ChangeTracker::ChangesArray
|
---|
1122 | ]
|
---|
1123 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(71): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1124 | with
|
---|
1125 | [
|
---|
1126 | _Kty=atomstruct::Structure *,
|
---|
1127 | _Ty=atomstruct::ChangeTracker::ChangesArray
|
---|
1128 | ]
|
---|
1129 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(72): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1130 | with
|
---|
1131 | [
|
---|
1132 | _Kty=atomstruct::Structure *
|
---|
1133 | ]
|
---|
1134 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(72): note: see declaration of 'std::set<atomstruct::Structure *,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1135 | with
|
---|
1136 | [
|
---|
1137 | _Kty=atomstruct::Structure *
|
---|
1138 | ]
|
---|
1139 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(81): warning C4251: 'atomstruct::ChangeTracker::REASON_ACTIVE_COORD_SET': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1140 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1141 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOC': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1142 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1143 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::REASON_ANISO_U': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1144 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1145 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(84): warning C4251: 'atomstruct::ChangeTracker::REASON_BALL_SCALE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1146 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1147 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(85): warning C4251: 'atomstruct::ChangeTracker::REASON_BFACTOR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1148 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1149 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(86): warning C4251: 'atomstruct::ChangeTracker::REASON_COLOR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1150 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1151 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(87): warning C4251: 'atomstruct::ChangeTracker::REASON_COORD': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1152 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1153 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(88): warning C4251: 'atomstruct::ChangeTracker::REASON_COORDSET': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1154 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1155 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(89): warning C4251: 'atomstruct::ChangeTracker::REASON_DISPLAY': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1156 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1157 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(90): warning C4251: 'atomstruct::ChangeTracker::REASON_DRAW_MODE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1158 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1159 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(91): warning C4251: 'atomstruct::ChangeTracker::REASON_HALFBOND': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1160 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1161 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(92): warning C4251: 'atomstruct::ChangeTracker::REASON_HIDE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1162 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1163 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(93): warning C4251: 'atomstruct::ChangeTracker::REASON_IDATM_TYPE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1164 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1165 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_IS_BACKBONE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1166 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1167 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(95): warning C4251: 'atomstruct::ChangeTracker::REASON_NAME': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1168 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1169 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(96): warning C4251: 'atomstruct::ChangeTracker::REASON_OCCUPANCY': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1170 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1171 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(97): warning C4251: 'atomstruct::ChangeTracker::REASON_RADIUS': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1172 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1173 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_RESIDUES': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1174 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1175 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(99): warning C4251: 'atomstruct::ChangeTracker::REASON_RIBBON_ADJUST': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1176 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1177 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(100): warning C4251: 'atomstruct::ChangeTracker::REASON_RIBBON_COLOR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1178 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1179 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(101): warning C4251: 'atomstruct::ChangeTracker::REASON_RIBBON_DISPLAY': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1180 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1181 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(102): warning C4251: 'atomstruct::ChangeTracker::REASON_RIBBON_HIDE_BACKBONE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1182 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1183 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(103): warning C4251: 'atomstruct::ChangeTracker::REASON_RIBBON_TETHER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1184 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1185 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_RIBBON_ORIENTATION': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1186 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1187 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(105): warning C4251: 'atomstruct::ChangeTracker::REASON_RIBBON_MODE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1188 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1189 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(106): warning C4251: 'atomstruct::ChangeTracker::REASON_RING_COLOR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1190 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1191 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(107): warning C4251: 'atomstruct::ChangeTracker::REASON_RING_DISPLAY': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1192 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1193 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_RING_MODE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1194 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1195 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(109): warning C4251: 'atomstruct::ChangeTracker::REASON_SCENE_COORD': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1196 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1197 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_SELECTED': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1198 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1199 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(111): warning C4251: 'atomstruct::ChangeTracker::REASON_SEQUENCE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1200 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1201 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(112): warning C4251: 'atomstruct::ChangeTracker::REASON_SERIAL_NUMBER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1202 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1203 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(113): warning C4251: 'atomstruct::ChangeTracker::REASON_STRUCTURE_CATEGORY': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1204 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1205 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(114): warning C4251: 'atomstruct::ChangeTracker::REASON_SS_ID': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1206 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1207 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(115): warning C4251: 'atomstruct::ChangeTracker::REASON_SS_TYPE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1208 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1209 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(288): warning C4251: 'atomstruct::ChangeTracker::python_class_names': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1210 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1211 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\destruct.h(42): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
---|
1212 | with
|
---|
1213 | [
|
---|
1214 | _Kty=atomstruct::DestructionObserver *
|
---|
1215 | ]
|
---|
1216 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1217 | with
|
---|
1218 | [
|
---|
1219 | _Kty=atomstruct::DestructionObserver *
|
---|
1220 | ]
|
---|
1221 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\destruct.h(43): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
---|
1222 | with
|
---|
1223 | [
|
---|
1224 | _Kty=void *
|
---|
1225 | ]
|
---|
1226 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\destruct.h(31): note: see declaration of 'std::set<void *,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1227 | with
|
---|
1228 | [
|
---|
1229 | _Kty=void *
|
---|
1230 | ]
|
---|
1231 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<atomstruct::Sequence>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<atomstruct::Sequence>'
|
---|
1232 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1233 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(45): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
---|
1234 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(51): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
---|
1235 | with
|
---|
1236 | [
|
---|
1237 | _Kty=std::string,
|
---|
1238 | _Ty=char
|
---|
1239 | ]
|
---|
1240 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(49): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1241 | with
|
---|
1242 | [
|
---|
1243 | _Kty=std::string,
|
---|
1244 | _Ty=char
|
---|
1245 | ]
|
---|
1246 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(52): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
---|
1247 | with
|
---|
1248 | [
|
---|
1249 | _Kty=std::string,
|
---|
1250 | _Ty=char
|
---|
1251 | ]
|
---|
1252 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(49): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1253 | with
|
---|
1254 | [
|
---|
1255 | _Kty=std::string,
|
---|
1256 | _Ty=char
|
---|
1257 | ]
|
---|
1258 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(53): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
---|
1259 | with
|
---|
1260 | [
|
---|
1261 | _Kty=std::string,
|
---|
1262 | _Ty=char
|
---|
1263 | ]
|
---|
1264 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(49): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1265 | with
|
---|
1266 | [
|
---|
1267 | _Kty=std::string,
|
---|
1268 | _Ty=char
|
---|
1269 | ]
|
---|
1270 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(55): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
---|
1271 | with
|
---|
1272 | [
|
---|
1273 | _Kty=unsigned int,
|
---|
1274 | _Ty=unsigned int
|
---|
1275 | ]
|
---|
1276 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(55): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1277 | with
|
---|
1278 | [
|
---|
1279 | _Kty=unsigned int,
|
---|
1280 | _Ty=unsigned int
|
---|
1281 | ]
|
---|
1282 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(56): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
---|
1283 | with
|
---|
1284 | [
|
---|
1285 | _Kty=unsigned int,
|
---|
1286 | _Ty=unsigned int
|
---|
1287 | ]
|
---|
1288 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(55): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1289 | with
|
---|
1290 | [
|
---|
1291 | _Kty=unsigned int,
|
---|
1292 | _Ty=unsigned int
|
---|
1293 | ]
|
---|
1294 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(57): warning C4251: 'atomstruct::Sequence::_cache_ungapped': class 'std::vector<char,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
---|
1295 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(47): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
---|
1296 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(62): warning C4251: 'atomstruct::Sequence::_contents': class 'std::vector<char,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
---|
1297 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(47): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
---|
1298 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
---|
1299 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1300 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(127): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
---|
1301 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\StructureSeq.h(50): warning C4251: 'atomstruct::StructureSeq::_chain_id': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
---|
1302 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1303 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\StructureSeq.h(53): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::std::SeqPos,std::less<_Kty>,std::allocator<std::pair<const _Kty,std::_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
---|
1304 | with
|
---|
1305 | [
|
---|
1306 | _Kty=atomstruct::Residue *,
|
---|
1307 | _Ty=atomstruct::StructureSeq::std::SeqPos
|
---|
1308 | ]
|
---|
1309 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\StructureSeq.h(40): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::std::SeqPos,std::less<_Kty>,std::allocator<std::pair<const _Kty,std::_Ty>>>'
|
---|
1310 | with
|
---|
1311 | [
|
---|
1312 | _Kty=atomstruct::Residue *,
|
---|
1313 | _Ty=atomstruct::StructureSeq::std::SeqPos
|
---|
1314 | ]
|
---|
1315 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\StructureSeq.h(54): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
---|
1316 | with
|
---|
1317 | [
|
---|
1318 | _Ty=atomstruct::Residue *
|
---|
1319 | ]
|
---|
1320 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\StructureSeq.h(39): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<_Ty>>'
|
---|
1321 | with
|
---|
1322 | [
|
---|
1323 | _Ty=atomstruct::Residue *
|
---|
1324 | ]
|
---|
1325 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\StructureSeq.h(106): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
---|
1326 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<atomstruct::BaseManager>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<atomstruct::BaseManager>'
|
---|
1327 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1328 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\PBManager.h(42): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
---|
1329 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\PBManager.h(52): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
---|
1330 | with
|
---|
1331 | [
|
---|
1332 | _Kty=std::string,
|
---|
1333 | _Ty=atomstruct::Proxy_PBGroup *
|
---|
1334 | ]
|
---|
1335 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\PBManager.h(47): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1336 | with
|
---|
1337 | [
|
---|
1338 | _Kty=std::string,
|
---|
1339 | _Ty=atomstruct::Proxy_PBGroup *
|
---|
1340 | ]
|
---|
1341 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<atomstruct::Ring>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<atomstruct::Ring>'
|
---|
1342 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1343 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(26): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
---|
1344 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(31): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
---|
1345 | with
|
---|
1346 | [
|
---|
1347 | _Kty=atomstruct::Bond *
|
---|
1348 | ]
|
---|
1349 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(29): note: see declaration of 'std::set<atomstruct::Bond *,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1350 | with
|
---|
1351 | [
|
---|
1352 | _Kty=atomstruct::Bond *
|
---|
1353 | ]
|
---|
1354 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(32): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
---|
1355 | with
|
---|
1356 | [
|
---|
1357 | _Kty=atomstruct::Atom *
|
---|
1358 | ]
|
---|
1359 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(28): note: see declaration of 'std::set<atomstruct::Atom *,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1360 | with
|
---|
1361 | [
|
---|
1362 | _Kty=atomstruct::Atom *
|
---|
1363 | ]
|
---|
1364 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<atomstruct::Structure>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<atomstruct::Structure>'
|
---|
1365 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1366 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(96): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
---|
1367 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(130): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
---|
1368 | with
|
---|
1369 | [
|
---|
1370 | _Kty=atomstruct::Atom *
|
---|
1371 | ]
|
---|
1372 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(49): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<_Kty>>'
|
---|
1373 | with
|
---|
1374 | [
|
---|
1375 | _Kty=atomstruct::Atom *
|
---|
1376 | ]
|
---|
1377 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(132): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
---|
1378 | with
|
---|
1379 | [
|
---|
1380 | _Kty=atomstruct::Bond *
|
---|
1381 | ]
|
---|
1382 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(48): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<_Kty>>'
|
---|
1383 | with
|
---|
1384 | [
|
---|
1385 | _Kty=atomstruct::Bond *
|
---|
1386 | ]
|
---|
1387 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(135): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
---|
1388 | with
|
---|
1389 | [
|
---|
1390 | _Ty=atomstruct::CoordSet *
|
---|
1391 | ]
|
---|
1392 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(106): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<_Ty>>'
|
---|
1393 | with
|
---|
1394 | [
|
---|
1395 | _Ty=atomstruct::CoordSet *
|
---|
1396 | ]
|
---|
1397 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(138): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<_Kty>>,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
---|
1398 | with
|
---|
1399 | [
|
---|
1400 | _Kty=std::string,
|
---|
1401 | _Ty=std::vector<atomstruct::ResName,std::allocator<std::string>>
|
---|
1402 | ]
|
---|
1403 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(107): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<_Kty>>,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1404 | with
|
---|
1405 | [
|
---|
1406 | _Kty=std::string,
|
---|
1407 | _Ty=std::vector<atomstruct::ResName,std::allocator<std::string>>
|
---|
1408 | ]
|
---|
1409 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
---|
1410 | with
|
---|
1411 | [
|
---|
1412 | _Ty=atomstruct::Residue *
|
---|
1413 | ]
|
---|
1414 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\StructureSeq.h(39): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<_Ty>>'
|
---|
1415 | with
|
---|
1416 | [
|
---|
1417 | _Ty=atomstruct::Residue *
|
---|
1418 | ]
|
---|
1419 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
---|
1420 | with
|
---|
1421 | [
|
---|
1422 | _Kty=atomstruct::Ring
|
---|
1423 | ]
|
---|
1424 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(115): note: see declaration of 'std::set<atomstruct::Ring,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1425 | with
|
---|
1426 | [
|
---|
1427 | _Kty=atomstruct::Ring
|
---|
1428 | ]
|
---|
1429 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(241): warning C4251: 'atomstruct::Structure::input_seq_source': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
---|
1430 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1431 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(246): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<_Kty>>,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
---|
1432 | with
|
---|
1433 | [
|
---|
1434 | _Kty=std::string,
|
---|
1435 | _Ty=std::vector<atomstruct::ResName,std::allocator<std::string>>
|
---|
1436 | ]
|
---|
1437 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(107): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<_Kty>>,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1438 | with
|
---|
1439 | [
|
---|
1440 | _Kty=std::string,
|
---|
1441 | _Ty=std::vector<atomstruct::ResName,std::allocator<std::string>>
|
---|
1442 | ]
|
---|
1443 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<atomstruct::CoordSet>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<atomstruct::CoordSet>'
|
---|
1444 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1445 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(30): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
---|
1446 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(38): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
---|
1447 | with
|
---|
1448 | [
|
---|
1449 | _Ty=atomstruct::Coord
|
---|
1450 | ]
|
---|
1451 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(35): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<_Ty>>'
|
---|
1452 | with
|
---|
1453 | [
|
---|
1454 | _Ty=atomstruct::Coord
|
---|
1455 | ]
|
---|
1456 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(40): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
---|
1457 | with
|
---|
1458 | [
|
---|
1459 | _Kty=const atomstruct::Atom *,
|
---|
1460 | _Ty=float
|
---|
1461 | ]
|
---|
1462 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(40): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1463 | with
|
---|
1464 | [
|
---|
1465 | _Kty=const atomstruct::Atom *,
|
---|
1466 | _Ty=float
|
---|
1467 | ]
|
---|
1468 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(41): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
---|
1469 | with
|
---|
1470 | [
|
---|
1471 | _Kty=const atomstruct::Atom *,
|
---|
1472 | _Ty=float
|
---|
1473 | ]
|
---|
1474 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(40): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1475 | with
|
---|
1476 | [
|
---|
1477 | _Kty=const atomstruct::Atom *,
|
---|
1478 | _Ty=float
|
---|
1479 | ]
|
---|
1480 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(63): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
---|
1481 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(66): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
---|
1482 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<atomstruct::Atom>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<atomstruct::Atom>'
|
---|
1483 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1484 | include\atomstruct/Atom.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
---|
1485 | include\atomstruct/Atom.h(113): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
---|
1486 | with
|
---|
1487 | [
|
---|
1488 | _Kty=unsigned char,
|
---|
1489 | _Ty=atomstruct::Atom::_Alt_loc_info
|
---|
1490 | ]
|
---|
1491 | include\atomstruct/Atom.h(112): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1492 | with
|
---|
1493 | [
|
---|
1494 | _Kty=unsigned char,
|
---|
1495 | _Ty=atomstruct::Atom::_Alt_loc_info
|
---|
1496 | ]
|
---|
1497 | include\atomstruct/Atom.h(115): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
---|
1498 | with
|
---|
1499 | [
|
---|
1500 | _Kty=atomstruct::Bond *
|
---|
1501 | ]
|
---|
1502 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(48): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<_Kty>>'
|
---|
1503 | with
|
---|
1504 | [
|
---|
1505 | _Kty=atomstruct::Bond *
|
---|
1506 | ]
|
---|
1507 | include\atomstruct/Atom.h(116): warning C4251: 'atomstruct::Atom::_computed_idatm_type': class 'chutil::CString<5,65,116,111,109,32,84,121,112,101>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
---|
1508 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\string_types.h(29): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
---|
1509 | include\atomstruct/Atom.h(123): warning C4251: 'atomstruct::Atom::_explicit_idatm_type': class 'chutil::CString<5,65,116,111,109,32,84,121,112,101>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
---|
1510 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\string_types.h(29): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
---|
1511 | include\atomstruct/Atom.h(125): warning C4251: 'atomstruct::Atom::_name': class 'chutil::CString<5,65,116,111,109,32,78,97,109,101>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
---|
1512 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\string_types.h(27): note: see declaration of 'chutil::CString<5,65,116,111,109,32,78,97,109,101>'
|
---|
1513 | include\atomstruct/Atom.h(126): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
---|
1514 | with
|
---|
1515 | [
|
---|
1516 | _Kty=atomstruct::Atom *
|
---|
1517 | ]
|
---|
1518 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(49): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<_Kty>>'
|
---|
1519 | with
|
---|
1520 | [
|
---|
1521 | _Kty=atomstruct::Atom *
|
---|
1522 | ]
|
---|
1523 | include\atomstruct/Atom.h(131): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
---|
1524 | with
|
---|
1525 | [
|
---|
1526 | _Ty=const atomstruct::Ring *
|
---|
1527 | ]
|
---|
1528 | include\atomstruct/Atom.h(80): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<_Ty>>'
|
---|
1529 | with
|
---|
1530 | [
|
---|
1531 | _Ty=const atomstruct::Ring *
|
---|
1532 | ]
|
---|
1533 | include\atomstruct/Atom.h(187): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
---|
1534 | include\atomstruct/Atom.h(191): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
---|
1535 | include\atomstruct/Atom.h(205): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
---|
1536 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<atomstruct::Residue>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<atomstruct::Residue>'
|
---|
1537 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1538 | include\atomstruct/Residue.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
---|
1539 | include\atomstruct/Residue.h(69): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1540 | with
|
---|
1541 | [
|
---|
1542 | _Kty=atomstruct::Atom *
|
---|
1543 | ]
|
---|
1544 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(49): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<_Kty>>'
|
---|
1545 | with
|
---|
1546 | [
|
---|
1547 | _Kty=atomstruct::Atom *
|
---|
1548 | ]
|
---|
1549 | include\atomstruct/Residue.h(71): warning C4251: 'atomstruct::Residue::_chain_id': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1550 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1551 | include\atomstruct/Residue.h(73): warning C4251: 'atomstruct::Residue::_mmcif_chain_id': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1552 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1553 | include\atomstruct/Residue.h(74): warning C4251: 'atomstruct::Residue::_name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1554 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1555 | include\atomstruct/Residue.h(138): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1556 | with
|
---|
1557 | [
|
---|
1558 | _Kty=atomstruct::AtomName
|
---|
1559 | ]
|
---|
1560 | include\atomstruct/Residue.h(138): note: see declaration of 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1561 | with
|
---|
1562 | [
|
---|
1563 | _Kty=atomstruct::AtomName
|
---|
1564 | ]
|
---|
1565 | include\atomstruct/Residue.h(139): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::AtomName,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1566 | with
|
---|
1567 | [
|
---|
1568 | _Kty=atomstruct::AtomName
|
---|
1569 | ]
|
---|
1570 | include\atomstruct/Residue.h(139): note: see declaration of 'std::vector<atomstruct::AtomName,std::allocator<_Kty>>'
|
---|
1571 | with
|
---|
1572 | [
|
---|
1573 | _Kty=atomstruct::AtomName
|
---|
1574 | ]
|
---|
1575 | include\atomstruct/Residue.h(140): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1576 | with
|
---|
1577 | [
|
---|
1578 | _Kty=atomstruct::AtomName
|
---|
1579 | ]
|
---|
1580 | include\atomstruct/Residue.h(138): note: see declaration of 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1581 | with
|
---|
1582 | [
|
---|
1583 | _Kty=atomstruct::AtomName
|
---|
1584 | ]
|
---|
1585 | include\atomstruct/Residue.h(141): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1586 | with
|
---|
1587 | [
|
---|
1588 | _Kty=atomstruct::AtomName
|
---|
1589 | ]
|
---|
1590 | include\atomstruct/Residue.h(138): note: see declaration of 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1591 | with
|
---|
1592 | [
|
---|
1593 | _Kty=atomstruct::AtomName
|
---|
1594 | ]
|
---|
1595 | include\atomstruct/Residue.h(142): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1596 | with
|
---|
1597 | [
|
---|
1598 | _Kty=atomstruct::AtomName
|
---|
1599 | ]
|
---|
1600 | include\atomstruct/Residue.h(138): note: see declaration of 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1601 | with
|
---|
1602 | [
|
---|
1603 | _Kty=atomstruct::AtomName
|
---|
1604 | ]
|
---|
1605 | include\atomstruct/Residue.h(143): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1606 | with
|
---|
1607 | [
|
---|
1608 | _Kty=atomstruct::AtomName
|
---|
1609 | ]
|
---|
1610 | include\atomstruct/Residue.h(138): note: see declaration of 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1611 | with
|
---|
1612 | [
|
---|
1613 | _Kty=atomstruct::AtomName
|
---|
1614 | ]
|
---|
1615 | include\atomstruct/Residue.h(144): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::AtomName,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1616 | with
|
---|
1617 | [
|
---|
1618 | _Kty=atomstruct::AtomName
|
---|
1619 | ]
|
---|
1620 | include\atomstruct/Residue.h(139): note: see declaration of 'std::vector<atomstruct::AtomName,std::allocator<_Kty>>'
|
---|
1621 | with
|
---|
1622 | [
|
---|
1623 | _Kty=atomstruct::AtomName
|
---|
1624 | ]
|
---|
1625 | include\atomstruct/Residue.h(145): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1626 | with
|
---|
1627 | [
|
---|
1628 | _Kty=atomstruct::AtomName
|
---|
1629 | ]
|
---|
1630 | include\atomstruct/Residue.h(138): note: see declaration of 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1631 | with
|
---|
1632 | [
|
---|
1633 | _Kty=atomstruct::AtomName
|
---|
1634 | ]
|
---|
1635 | include\atomstruct/Residue.h(146): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1636 | with
|
---|
1637 | [
|
---|
1638 | _Kty=atomstruct::AtomName
|
---|
1639 | ]
|
---|
1640 | include\atomstruct/Residue.h(138): note: see declaration of 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1641 | with
|
---|
1642 | [
|
---|
1643 | _Kty=atomstruct::AtomName
|
---|
1644 | ]
|
---|
1645 | include\atomstruct/Residue.h(147): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1646 | with
|
---|
1647 | [
|
---|
1648 | _Kty=atomstruct::AtomName
|
---|
1649 | ]
|
---|
1650 | include\atomstruct/Residue.h(138): note: see declaration of 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1651 | with
|
---|
1652 | [
|
---|
1653 | _Kty=atomstruct::AtomName
|
---|
1654 | ]
|
---|
1655 | include\atomstruct/Residue.h(148): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1656 | with
|
---|
1657 | [
|
---|
1658 | _Kty=atomstruct::AtomName
|
---|
1659 | ]
|
---|
1660 | include\atomstruct/Residue.h(138): note: see declaration of 'std::set<atomstruct::AtomName,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1661 | with
|
---|
1662 | [
|
---|
1663 | _Kty=atomstruct::AtomName
|
---|
1664 | ]
|
---|
1665 | include\atomstruct/Residue.h(149): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1666 | with
|
---|
1667 | [
|
---|
1668 | _Kty=std::string
|
---|
1669 | ]
|
---|
1670 | include\element/Element.h(68): note: see declaration of 'std::set<std::string,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1671 | with
|
---|
1672 | [
|
---|
1673 | _Kty=std::string
|
---|
1674 | ]
|
---|
1675 | include\atomstruct/Residue.h(150): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1676 | with
|
---|
1677 | [
|
---|
1678 | _Kty=std::string
|
---|
1679 | ]
|
---|
1680 | include\element/Element.h(68): note: see declaration of 'std::set<std::string,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1681 | with
|
---|
1682 | [
|
---|
1683 | _Kty=std::string
|
---|
1684 | ]
|
---|
1685 | include\atomstruct/Residue.h(151): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<_Ty>>>,std::allocator<std::pair<const std::basic_string<char,std::char_traits<char>,std::allocator<_Ty>>,std::map<_Kty,_Ty,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
---|
1686 | with
|
---|
1687 | [
|
---|
1688 | _Kty=atomstruct::AtomName,
|
---|
1689 | _Ty=char
|
---|
1690 | ]
|
---|
1691 | include\atomstruct/Residue.h(151): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<_Ty>>>,std::allocator<std::pair<const std::basic_string<char,std::char_traits<char>,std::allocator<_Ty>>,std::map<_Kty,_Ty,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>>>>'
|
---|
1692 | with
|
---|
1693 | [
|
---|
1694 | _Kty=atomstruct::AtomName,
|
---|
1695 | _Ty=char
|
---|
1696 | ]
|
---|
1697 | include\atomstruct/Residue.h(117): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
---|
1698 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Connection.h(60): warning C4305: 'initializing': truncation from 'double' to 'float'
|
---|
1699 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Connection.h(85): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
1700 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Connection.h(87): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
1701 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Connection.h(88): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
1702 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<atomstruct::Bond>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<atomstruct::Bond>'
|
---|
1703 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1704 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Bond.h(36): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
---|
1705 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Bond.h(48): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
---|
1706 | with
|
---|
1707 | [
|
---|
1708 | _Ty=const atomstruct::Ring *
|
---|
1709 | ]
|
---|
1710 | include\atomstruct/Atom.h(80): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<_Ty>>'
|
---|
1711 | with
|
---|
1712 | [
|
---|
1713 | _Ty=const atomstruct::Ring *
|
---|
1714 | ]
|
---|
1715 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Bond.h(116): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
---|
1716 | cymol.cpp(3856): warning C4244: 'argument': conversion from 'long' to 'char', possible loss of data
|
---|
1717 | cymol.cpp(6353): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
1718 | cymol.cpp(8041): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
---|
1719 | cymol.cpp(8943): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
1720 | cymol.cpp(10146): warning C4244: 'argument': conversion from 'long' to 'char', possible loss of data
|
---|
1721 | cymol.cpp(10855): warning C4244: 'argument': conversion from 'long' to 'char', possible loss of data
|
---|
1722 | cymol.cpp(11151): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
1723 | cymol.cpp(11152): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
1724 | cymol.cpp(11153): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
1725 | cymol.cpp(11471): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
1726 | cymol.cpp(11732): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
1727 | cymol.cpp(11733): warning C4244: 'argument': conversion from 'long' to 'char', possible loss of data
|
---|
1728 | cymol.cpp(18956): warning C4244: 'argument': conversion from 'long' to 'char', possible loss of data
|
---|
1729 | cymol.cpp(19109): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
1730 | cymol.cpp(19261): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
1731 | cymol.cpp(23062): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
1732 | cymol.cpp(23214): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
1733 | cymol.cpp(23660): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
1734 | cymol.cpp(24225): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
1735 | cymol.cpp(26263): warning C4244: 'argument': conversion from 'long' to 'char', possible loss of data
|
---|
1736 | creating C:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\chimerax
|
---|
1737 | creating C:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\chimerax\atomic
|
---|
1738 | C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:lib /LIBPATH:C:\cygwin64\home\goddard\chimerax\build\lib /LIBPATH:C:\cygwin64\home\goddard\chimerax\build\bin\libs /LIBPATH:C:\cygwin64\home\goddard\chimerax\build\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.16299.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.16299.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\lib\amd64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\lib\amd64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.10586.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.10586.0\um\x64" libatomstruct.lib libelement.lib /EXPORT:PyInit_cymol build\temp.win-amd64-3.7\Release\cymol.obj /OUT:C:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\chimerax\atomic\cymol.cp37-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.7\Release\cymol.cp37-win_amd64.lib
|
---|
1739 | cymol.obj : warning LNK4197: export 'PyInit_cymol' specified multiple times; using first specification
|
---|
1740 | Creating library build\temp.win-amd64-3.7\Release\cymol.cp37-win_amd64.lib and object build\temp.win-amd64-3.7\Release\cymol.cp37-win_amd64.exp
|
---|
1741 | Generating code
|
---|
1742 | Finished generating code
|
---|
1743 | mv chimerax/atomic/cymol.cp*.pyd cymol.pyd
|
---|
1744 | rmdir -p chimerax/atomic
|
---|
1745 | LDFLAGS="-L." /home/goddard/chimerax/build/bin/python.exe setup-cytmpl.py build_ext -i
|
---|
1746 | Please put "# distutils: language=c++" in your .pyx or .pxd file(s)
|
---|
1747 | Compiling cytmpl.pyx because it changed.
|
---|
1748 | [1/1] Cythonizing cytmpl.pyx
|
---|
1749 | running build_ext
|
---|
1750 | building 'chimerax.atomic.cytmpl' extension
|
---|
1751 | C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Iinclude -IC:\cygwin64\home\goddard\chimerax\build\include -IC:\cygwin64\home\goddard\chimerax\build\bin\lib\site-packages\numpy\core\include -IC:\cygwin64\home\goddard\chimerax\build\bin\include -IC:\cygwin64\home\goddard\chimerax\build\bin\include "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.10586.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.10586.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.10586.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.10586.0\winrt" /EHsc /Tpcytmpl.cpp /Fobuild\temp.win-amd64-3.7\Release\cytmpl.obj
|
---|
1752 | cytmpl.cpp
|
---|
1753 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<C>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<C>'
|
---|
1754 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1755 | include\pyinstance/PythonInstance.declare.h(93): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
---|
1756 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<element::Element>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<element::Element>'
|
---|
1757 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1758 | include\element/Element.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
---|
1759 | include\element/Element.h(65): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
---|
1760 | with
|
---|
1761 | [
|
---|
1762 | _Kty=int
|
---|
1763 | ]
|
---|
1764 | include\element/Element.h(65): note: see declaration of 'std::set<int,std::less<int>,std::allocator<_Kty>>'
|
---|
1765 | with
|
---|
1766 | [
|
---|
1767 | _Kty=int
|
---|
1768 | ]
|
---|
1769 | include\element/Element.h(66): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
---|
1770 | with
|
---|
1771 | [
|
---|
1772 | _Kty=int,
|
---|
1773 | _Ty=const element::Element *
|
---|
1774 | ]
|
---|
1775 | include\element/Element.h(66): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1776 | with
|
---|
1777 | [
|
---|
1778 | _Kty=int,
|
---|
1779 | _Ty=const element::Element *
|
---|
1780 | ]
|
---|
1781 | include\element/Element.h(67): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
---|
1782 | with
|
---|
1783 | [
|
---|
1784 | _Kty=int
|
---|
1785 | ]
|
---|
1786 | include\element/Element.h(65): note: see declaration of 'std::set<int,std::less<int>,std::allocator<_Kty>>'
|
---|
1787 | with
|
---|
1788 | [
|
---|
1789 | _Kty=int
|
---|
1790 | ]
|
---|
1791 | include\element/Element.h(68): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
---|
1792 | with
|
---|
1793 | [
|
---|
1794 | _Kty=std::string
|
---|
1795 | ]
|
---|
1796 | include\element/Element.h(68): note: see declaration of 'std::set<std::string,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1797 | with
|
---|
1798 | [
|
---|
1799 | _Kty=std::string
|
---|
1800 | ]
|
---|
1801 | include\element/Element.h(69): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
---|
1802 | with
|
---|
1803 | [
|
---|
1804 | _Kty=int
|
---|
1805 | ]
|
---|
1806 | include\element/Element.h(65): note: see declaration of 'std::set<int,std::less<int>,std::allocator<_Kty>>'
|
---|
1807 | with
|
---|
1808 | [
|
---|
1809 | _Kty=int
|
---|
1810 | ]
|
---|
1811 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(48): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
---|
1812 | with
|
---|
1813 | [
|
---|
1814 | _Kty=const void *
|
---|
1815 | ]
|
---|
1816 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(48): note: see declaration of 'std::set<const void *,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1817 | with
|
---|
1818 | [
|
---|
1819 | _Kty=const void *
|
---|
1820 | ]
|
---|
1821 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(49): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
---|
1822 | with
|
---|
1823 | [
|
---|
1824 | _Kty=const void *
|
---|
1825 | ]
|
---|
1826 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(48): note: see declaration of 'std::set<const void *,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1827 | with
|
---|
1828 | [
|
---|
1829 | _Kty=const void *
|
---|
1830 | ]
|
---|
1831 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(50): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
---|
1832 | with
|
---|
1833 | [
|
---|
1834 | _Kty=std::string
|
---|
1835 | ]
|
---|
1836 | include\element/Element.h(68): note: see declaration of 'std::set<std::string,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1837 | with
|
---|
1838 | [
|
---|
1839 | _Kty=std::string
|
---|
1840 | ]
|
---|
1841 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<atomstruct::ChangeTracker>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<atomstruct::ChangeTracker>'
|
---|
1842 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1843 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
---|
1844 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(71): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1845 | with
|
---|
1846 | [
|
---|
1847 | _Kty=atomstruct::Structure *,
|
---|
1848 | _Ty=atomstruct::ChangeTracker::ChangesArray
|
---|
1849 | ]
|
---|
1850 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(71): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1851 | with
|
---|
1852 | [
|
---|
1853 | _Kty=atomstruct::Structure *,
|
---|
1854 | _Ty=atomstruct::ChangeTracker::ChangesArray
|
---|
1855 | ]
|
---|
1856 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(72): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1857 | with
|
---|
1858 | [
|
---|
1859 | _Kty=atomstruct::Structure *
|
---|
1860 | ]
|
---|
1861 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(72): note: see declaration of 'std::set<atomstruct::Structure *,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1862 | with
|
---|
1863 | [
|
---|
1864 | _Kty=atomstruct::Structure *
|
---|
1865 | ]
|
---|
1866 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(81): warning C4251: 'atomstruct::ChangeTracker::REASON_ACTIVE_COORD_SET': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1867 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1868 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOC': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1869 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1870 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::REASON_ANISO_U': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1871 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1872 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(84): warning C4251: 'atomstruct::ChangeTracker::REASON_BALL_SCALE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1873 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1874 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(85): warning C4251: 'atomstruct::ChangeTracker::REASON_BFACTOR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1875 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1876 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(86): warning C4251: 'atomstruct::ChangeTracker::REASON_COLOR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1877 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1878 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(87): warning C4251: 'atomstruct::ChangeTracker::REASON_COORD': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1879 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1880 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(88): warning C4251: 'atomstruct::ChangeTracker::REASON_COORDSET': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1881 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1882 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(89): warning C4251: 'atomstruct::ChangeTracker::REASON_DISPLAY': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1883 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1884 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(90): warning C4251: 'atomstruct::ChangeTracker::REASON_DRAW_MODE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1885 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1886 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(91): warning C4251: 'atomstruct::ChangeTracker::REASON_HALFBOND': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1887 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1888 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(92): warning C4251: 'atomstruct::ChangeTracker::REASON_HIDE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1889 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1890 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(93): warning C4251: 'atomstruct::ChangeTracker::REASON_IDATM_TYPE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1891 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1892 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_IS_BACKBONE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1893 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1894 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(95): warning C4251: 'atomstruct::ChangeTracker::REASON_NAME': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1895 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1896 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(96): warning C4251: 'atomstruct::ChangeTracker::REASON_OCCUPANCY': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1897 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1898 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(97): warning C4251: 'atomstruct::ChangeTracker::REASON_RADIUS': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1899 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1900 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_RESIDUES': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1901 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1902 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(99): warning C4251: 'atomstruct::ChangeTracker::REASON_RIBBON_ADJUST': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1903 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1904 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(100): warning C4251: 'atomstruct::ChangeTracker::REASON_RIBBON_COLOR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1905 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1906 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(101): warning C4251: 'atomstruct::ChangeTracker::REASON_RIBBON_DISPLAY': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1907 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1908 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(102): warning C4251: 'atomstruct::ChangeTracker::REASON_RIBBON_HIDE_BACKBONE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1909 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1910 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(103): warning C4251: 'atomstruct::ChangeTracker::REASON_RIBBON_TETHER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1911 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1912 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_RIBBON_ORIENTATION': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1913 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1914 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(105): warning C4251: 'atomstruct::ChangeTracker::REASON_RIBBON_MODE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1915 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1916 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(106): warning C4251: 'atomstruct::ChangeTracker::REASON_RING_COLOR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1917 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1918 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(107): warning C4251: 'atomstruct::ChangeTracker::REASON_RING_DISPLAY': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1919 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1920 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_RING_MODE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1921 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1922 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(109): warning C4251: 'atomstruct::ChangeTracker::REASON_SCENE_COORD': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1923 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1924 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_SELECTED': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1925 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1926 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(111): warning C4251: 'atomstruct::ChangeTracker::REASON_SEQUENCE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1927 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1928 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(112): warning C4251: 'atomstruct::ChangeTracker::REASON_SERIAL_NUMBER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1929 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1930 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(113): warning C4251: 'atomstruct::ChangeTracker::REASON_STRUCTURE_CATEGORY': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1931 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1932 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(114): warning C4251: 'atomstruct::ChangeTracker::REASON_SS_ID': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1933 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1934 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(115): warning C4251: 'atomstruct::ChangeTracker::REASON_SS_TYPE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1935 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1936 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\ChangeTracker.h(288): warning C4251: 'atomstruct::ChangeTracker::python_class_names': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
---|
1937 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1938 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\destruct.h(42): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
---|
1939 | with
|
---|
1940 | [
|
---|
1941 | _Kty=atomstruct::DestructionObserver *
|
---|
1942 | ]
|
---|
1943 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1944 | with
|
---|
1945 | [
|
---|
1946 | _Kty=atomstruct::DestructionObserver *
|
---|
1947 | ]
|
---|
1948 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\destruct.h(43): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
---|
1949 | with
|
---|
1950 | [
|
---|
1951 | _Kty=void *
|
---|
1952 | ]
|
---|
1953 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\destruct.h(31): note: see declaration of 'std::set<void *,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
1954 | with
|
---|
1955 | [
|
---|
1956 | _Kty=void *
|
---|
1957 | ]
|
---|
1958 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<atomstruct::Sequence>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<atomstruct::Sequence>'
|
---|
1959 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
1960 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(45): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
---|
1961 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(51): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
---|
1962 | with
|
---|
1963 | [
|
---|
1964 | _Kty=std::string,
|
---|
1965 | _Ty=char
|
---|
1966 | ]
|
---|
1967 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(49): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1968 | with
|
---|
1969 | [
|
---|
1970 | _Kty=std::string,
|
---|
1971 | _Ty=char
|
---|
1972 | ]
|
---|
1973 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(52): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
---|
1974 | with
|
---|
1975 | [
|
---|
1976 | _Kty=std::string,
|
---|
1977 | _Ty=char
|
---|
1978 | ]
|
---|
1979 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(49): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1980 | with
|
---|
1981 | [
|
---|
1982 | _Kty=std::string,
|
---|
1983 | _Ty=char
|
---|
1984 | ]
|
---|
1985 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(53): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
---|
1986 | with
|
---|
1987 | [
|
---|
1988 | _Kty=std::string,
|
---|
1989 | _Ty=char
|
---|
1990 | ]
|
---|
1991 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(49): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
1992 | with
|
---|
1993 | [
|
---|
1994 | _Kty=std::string,
|
---|
1995 | _Ty=char
|
---|
1996 | ]
|
---|
1997 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(55): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
---|
1998 | with
|
---|
1999 | [
|
---|
2000 | _Kty=unsigned int,
|
---|
2001 | _Ty=unsigned int
|
---|
2002 | ]
|
---|
2003 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(55): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
2004 | with
|
---|
2005 | [
|
---|
2006 | _Kty=unsigned int,
|
---|
2007 | _Ty=unsigned int
|
---|
2008 | ]
|
---|
2009 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(56): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
---|
2010 | with
|
---|
2011 | [
|
---|
2012 | _Kty=unsigned int,
|
---|
2013 | _Ty=unsigned int
|
---|
2014 | ]
|
---|
2015 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(55): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
2016 | with
|
---|
2017 | [
|
---|
2018 | _Kty=unsigned int,
|
---|
2019 | _Ty=unsigned int
|
---|
2020 | ]
|
---|
2021 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(57): warning C4251: 'atomstruct::Sequence::_cache_ungapped': class 'std::vector<char,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
---|
2022 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(47): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
---|
2023 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(62): warning C4251: 'atomstruct::Sequence::_contents': class 'std::vector<char,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
---|
2024 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(47): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
---|
2025 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
---|
2026 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
2027 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Sequence.h(127): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
---|
2028 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\StructureSeq.h(50): warning C4251: 'atomstruct::StructureSeq::_chain_id': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
---|
2029 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
2030 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\StructureSeq.h(53): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::std::SeqPos,std::less<_Kty>,std::allocator<std::pair<const _Kty,std::_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
---|
2031 | with
|
---|
2032 | [
|
---|
2033 | _Kty=atomstruct::Residue *,
|
---|
2034 | _Ty=atomstruct::StructureSeq::std::SeqPos
|
---|
2035 | ]
|
---|
2036 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\StructureSeq.h(40): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::std::SeqPos,std::less<_Kty>,std::allocator<std::pair<const _Kty,std::_Ty>>>'
|
---|
2037 | with
|
---|
2038 | [
|
---|
2039 | _Kty=atomstruct::Residue *,
|
---|
2040 | _Ty=atomstruct::StructureSeq::std::SeqPos
|
---|
2041 | ]
|
---|
2042 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\StructureSeq.h(54): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
---|
2043 | with
|
---|
2044 | [
|
---|
2045 | _Ty=atomstruct::Residue *
|
---|
2046 | ]
|
---|
2047 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\StructureSeq.h(39): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<_Ty>>'
|
---|
2048 | with
|
---|
2049 | [
|
---|
2050 | _Ty=atomstruct::Residue *
|
---|
2051 | ]
|
---|
2052 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\StructureSeq.h(106): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
---|
2053 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<atomstruct::BaseManager>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<atomstruct::BaseManager>'
|
---|
2054 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
2055 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\PBManager.h(42): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
---|
2056 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\PBManager.h(52): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
---|
2057 | with
|
---|
2058 | [
|
---|
2059 | _Kty=std::string,
|
---|
2060 | _Ty=atomstruct::Proxy_PBGroup *
|
---|
2061 | ]
|
---|
2062 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\PBManager.h(47): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
2063 | with
|
---|
2064 | [
|
---|
2065 | _Kty=std::string,
|
---|
2066 | _Ty=atomstruct::Proxy_PBGroup *
|
---|
2067 | ]
|
---|
2068 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<atomstruct::Ring>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<atomstruct::Ring>'
|
---|
2069 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
2070 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(26): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
---|
2071 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(31): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
---|
2072 | with
|
---|
2073 | [
|
---|
2074 | _Kty=atomstruct::Bond *
|
---|
2075 | ]
|
---|
2076 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(29): note: see declaration of 'std::set<atomstruct::Bond *,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
2077 | with
|
---|
2078 | [
|
---|
2079 | _Kty=atomstruct::Bond *
|
---|
2080 | ]
|
---|
2081 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(32): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
---|
2082 | with
|
---|
2083 | [
|
---|
2084 | _Kty=atomstruct::Atom *
|
---|
2085 | ]
|
---|
2086 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(28): note: see declaration of 'std::set<atomstruct::Atom *,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
2087 | with
|
---|
2088 | [
|
---|
2089 | _Kty=atomstruct::Atom *
|
---|
2090 | ]
|
---|
2091 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<atomstruct::Structure>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<atomstruct::Structure>'
|
---|
2092 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
2093 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(96): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
---|
2094 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(130): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
---|
2095 | with
|
---|
2096 | [
|
---|
2097 | _Kty=atomstruct::Atom *
|
---|
2098 | ]
|
---|
2099 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(49): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<_Kty>>'
|
---|
2100 | with
|
---|
2101 | [
|
---|
2102 | _Kty=atomstruct::Atom *
|
---|
2103 | ]
|
---|
2104 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(132): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
---|
2105 | with
|
---|
2106 | [
|
---|
2107 | _Kty=atomstruct::Bond *
|
---|
2108 | ]
|
---|
2109 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(48): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<_Kty>>'
|
---|
2110 | with
|
---|
2111 | [
|
---|
2112 | _Kty=atomstruct::Bond *
|
---|
2113 | ]
|
---|
2114 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(135): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
---|
2115 | with
|
---|
2116 | [
|
---|
2117 | _Ty=atomstruct::CoordSet *
|
---|
2118 | ]
|
---|
2119 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(106): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<_Ty>>'
|
---|
2120 | with
|
---|
2121 | [
|
---|
2122 | _Ty=atomstruct::CoordSet *
|
---|
2123 | ]
|
---|
2124 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(138): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<_Kty>>,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
---|
2125 | with
|
---|
2126 | [
|
---|
2127 | _Kty=std::string,
|
---|
2128 | _Ty=std::vector<atomstruct::ResName,std::allocator<std::string>>
|
---|
2129 | ]
|
---|
2130 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(107): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<_Kty>>,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
2131 | with
|
---|
2132 | [
|
---|
2133 | _Kty=std::string,
|
---|
2134 | _Ty=std::vector<atomstruct::ResName,std::allocator<std::string>>
|
---|
2135 | ]
|
---|
2136 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
---|
2137 | with
|
---|
2138 | [
|
---|
2139 | _Ty=atomstruct::Residue *
|
---|
2140 | ]
|
---|
2141 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\StructureSeq.h(39): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<_Ty>>'
|
---|
2142 | with
|
---|
2143 | [
|
---|
2144 | _Ty=atomstruct::Residue *
|
---|
2145 | ]
|
---|
2146 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
---|
2147 | with
|
---|
2148 | [
|
---|
2149 | _Kty=atomstruct::Ring
|
---|
2150 | ]
|
---|
2151 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(115): note: see declaration of 'std::set<atomstruct::Ring,std::less<_Kty>,std::allocator<_Kty>>'
|
---|
2152 | with
|
---|
2153 | [
|
---|
2154 | _Kty=atomstruct::Ring
|
---|
2155 | ]
|
---|
2156 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(241): warning C4251: 'atomstruct::Structure::input_seq_source': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
---|
2157 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
2158 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(246): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<_Kty>>,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
---|
2159 | with
|
---|
2160 | [
|
---|
2161 | _Kty=std::string,
|
---|
2162 | _Ty=std::vector<atomstruct::ResName,std::allocator<std::string>>
|
---|
2163 | ]
|
---|
2164 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Structure.h(107): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<_Kty>>,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
2165 | with
|
---|
2166 | [
|
---|
2167 | _Kty=std::string,
|
---|
2168 | _Ty=std::vector<atomstruct::ResName,std::allocator<std::string>>
|
---|
2169 | ]
|
---|
2170 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<atomstruct::CoordSet>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<atomstruct::CoordSet>'
|
---|
2171 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
2172 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(30): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
---|
2173 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(38): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
---|
2174 | with
|
---|
2175 | [
|
---|
2176 | _Ty=atomstruct::Coord
|
---|
2177 | ]
|
---|
2178 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(35): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<_Ty>>'
|
---|
2179 | with
|
---|
2180 | [
|
---|
2181 | _Ty=atomstruct::Coord
|
---|
2182 | ]
|
---|
2183 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(40): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
---|
2184 | with
|
---|
2185 | [
|
---|
2186 | _Kty=const atomstruct::Atom *,
|
---|
2187 | _Ty=float
|
---|
2188 | ]
|
---|
2189 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(40): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
2190 | with
|
---|
2191 | [
|
---|
2192 | _Kty=const atomstruct::Atom *,
|
---|
2193 | _Ty=float
|
---|
2194 | ]
|
---|
2195 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(41): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
---|
2196 | with
|
---|
2197 | [
|
---|
2198 | _Kty=const atomstruct::Atom *,
|
---|
2199 | _Ty=float
|
---|
2200 | ]
|
---|
2201 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(40): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
2202 | with
|
---|
2203 | [
|
---|
2204 | _Kty=const atomstruct::Atom *,
|
---|
2205 | _Ty=float
|
---|
2206 | ]
|
---|
2207 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(63): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
---|
2208 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(66): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
---|
2209 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<atomstruct::Atom>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<atomstruct::Atom>'
|
---|
2210 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
2211 | include\atomstruct/Atom.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
---|
2212 | include\atomstruct/Atom.h(113): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
---|
2213 | with
|
---|
2214 | [
|
---|
2215 | _Kty=unsigned char,
|
---|
2216 | _Ty=atomstruct::Atom::_Alt_loc_info
|
---|
2217 | ]
|
---|
2218 | include\atomstruct/Atom.h(112): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
2219 | with
|
---|
2220 | [
|
---|
2221 | _Kty=unsigned char,
|
---|
2222 | _Ty=atomstruct::Atom::_Alt_loc_info
|
---|
2223 | ]
|
---|
2224 | include\atomstruct/Atom.h(115): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
---|
2225 | with
|
---|
2226 | [
|
---|
2227 | _Kty=atomstruct::Bond *
|
---|
2228 | ]
|
---|
2229 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(48): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<_Kty>>'
|
---|
2230 | with
|
---|
2231 | [
|
---|
2232 | _Kty=atomstruct::Bond *
|
---|
2233 | ]
|
---|
2234 | include\atomstruct/Atom.h(116): warning C4251: 'atomstruct::Atom::_computed_idatm_type': class 'chutil::CString<5,65,116,111,109,32,84,121,112,101>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
---|
2235 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\string_types.h(29): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
---|
2236 | include\atomstruct/Atom.h(123): warning C4251: 'atomstruct::Atom::_explicit_idatm_type': class 'chutil::CString<5,65,116,111,109,32,84,121,112,101>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
---|
2237 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\string_types.h(29): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
---|
2238 | include\atomstruct/Atom.h(125): warning C4251: 'atomstruct::Atom::_name': class 'chutil::CString<5,65,116,111,109,32,78,97,109,101>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
---|
2239 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\string_types.h(27): note: see declaration of 'chutil::CString<5,65,116,111,109,32,78,97,109,101>'
|
---|
2240 | include\atomstruct/Atom.h(126): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
---|
2241 | with
|
---|
2242 | [
|
---|
2243 | _Kty=atomstruct::Atom *
|
---|
2244 | ]
|
---|
2245 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\Ring.h(49): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<_Kty>>'
|
---|
2246 | with
|
---|
2247 | [
|
---|
2248 | _Kty=atomstruct::Atom *
|
---|
2249 | ]
|
---|
2250 | include\atomstruct/Atom.h(131): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
---|
2251 | with
|
---|
2252 | [
|
---|
2253 | _Ty=const atomstruct::Ring *
|
---|
2254 | ]
|
---|
2255 | include\atomstruct/Atom.h(80): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<_Ty>>'
|
---|
2256 | with
|
---|
2257 | [
|
---|
2258 | _Ty=const atomstruct::Ring *
|
---|
2259 | ]
|
---|
2260 | include\atomstruct/Atom.h(187): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
---|
2261 | include\atomstruct/Atom.h(191): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
---|
2262 | include\atomstruct/Atom.h(205): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
---|
2263 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<tmpl::CoordSet>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<tmpl::CoordSet>'
|
---|
2264 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
2265 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\CoordSet.h(28): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
---|
2266 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\CoordSet.h(33): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
---|
2267 | with
|
---|
2268 | [
|
---|
2269 | _Ty=atomstruct::Coord
|
---|
2270 | ]
|
---|
2271 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\CoordSet.h(35): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<_Ty>>'
|
---|
2272 | with
|
---|
2273 | [
|
---|
2274 | _Ty=atomstruct::Coord
|
---|
2275 | ]
|
---|
2276 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<tmpl::Atom>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<tmpl::Atom>'
|
---|
2277 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
2278 | include\atomstruct/tmpl/Atom.h(37): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
---|
2279 | include\atomstruct/tmpl/Atom.h(47): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
---|
2280 | with
|
---|
2281 | [
|
---|
2282 | _Ty=tmpl::Bond *
|
---|
2283 | ]
|
---|
2284 | include\atomstruct/tmpl/Atom.h(39): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<_Ty>>'
|
---|
2285 | with
|
---|
2286 | [
|
---|
2287 | _Ty=tmpl::Bond *
|
---|
2288 | ]
|
---|
2289 | include\atomstruct/tmpl/Atom.h(49): warning C4251: 'tmpl::Atom::_idatm_type': class 'chutil::CString<5,65,116,111,109,32,84,121,112,101>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
---|
2290 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\string_types.h(29): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
---|
2291 | include\atomstruct/tmpl/Atom.h(52): warning C4251: 'tmpl::Atom::_name': class 'chutil::CString<5,65,116,111,109,32,78,97,109,101>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
---|
2292 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\string_types.h(27): note: see declaration of 'chutil::CString<5,65,116,111,109,32,78,97,109,101>'
|
---|
2293 | include\atomstruct/tmpl/Atom.h(53): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
---|
2294 | with
|
---|
2295 | [
|
---|
2296 | _Ty=tmpl::Atom *
|
---|
2297 | ]
|
---|
2298 | include\atomstruct/tmpl/Atom.h(40): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<_Ty>>'
|
---|
2299 | with
|
---|
2300 | [
|
---|
2301 | _Ty=tmpl::Atom *
|
---|
2302 | ]
|
---|
2303 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<tmpl::Bond>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<tmpl::Bond>'
|
---|
2304 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
2305 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\Bond.h(28): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
---|
2306 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\TAexcept.h(25): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
---|
2307 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdexcept(156): note: see declaration of 'std::runtime_error'
|
---|
2308 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\TAexcept.h(25): note: see declaration of 'tmpl::TA_exception'
|
---|
2309 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<tmpl::Residue>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<tmpl::Residue>'
|
---|
2310 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
2311 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\Residue.h(34): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
---|
2312 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\Residue.h(71): warning C4251: 'tmpl::Residue::_name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
---|
2313 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
2314 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\Residue.h(72): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
---|
2315 | with
|
---|
2316 | [
|
---|
2317 | _Kty=atomstruct::AtomName,
|
---|
2318 | _Ty=tmpl::Atom *
|
---|
2319 | ]
|
---|
2320 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\Residue.h(65): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
2321 | with
|
---|
2322 | [
|
---|
2323 | _Kty=atomstruct::AtomName,
|
---|
2324 | _Ty=tmpl::Atom *
|
---|
2325 | ]
|
---|
2326 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\Residue.h(74): warning C4251: 'tmpl::Residue::_description': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
---|
2327 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
2328 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\Residue.h(75): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
---|
2329 | with
|
---|
2330 | [
|
---|
2331 | _Ty=tmpl::Atom *
|
---|
2332 | ]
|
---|
2333 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\Atom.h(40): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<_Ty>>'
|
---|
2334 | with
|
---|
2335 | [
|
---|
2336 | _Ty=tmpl::Atom *
|
---|
2337 | ]
|
---|
2338 | include\pyinstance/PythonInstance.declare.h(67): warning C4251: 'pyinstance::PythonInstance<tmpl::Molecule>::_buffer': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'pyinstance::PythonInstance<tmpl::Molecule>'
|
---|
2339 | c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
---|
2340 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\Molecule.h(37): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
---|
2341 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\Molecule.h(46): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<_Kty>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
---|
2342 | with
|
---|
2343 | [
|
---|
2344 | _Kty=tmpl::Atom *,
|
---|
2345 | _Ty=tmpl::Atom *
|
---|
2346 | ]
|
---|
2347 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\Molecule.h(41): note: see declaration of 'std::set<tmpl::Atom *,std::less<_Kty>,std::allocator<_Ty>>'
|
---|
2348 | with
|
---|
2349 | [
|
---|
2350 | _Kty=tmpl::Atom *,
|
---|
2351 | _Ty=tmpl::Atom *
|
---|
2352 | ]
|
---|
2353 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\Molecule.h(47): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<_Kty>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
---|
2354 | with
|
---|
2355 | [
|
---|
2356 | _Kty=tmpl::Bond *,
|
---|
2357 | _Ty=tmpl::Bond *
|
---|
2358 | ]
|
---|
2359 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\Molecule.h(42): note: see declaration of 'std::set<tmpl::Bond *,std::less<_Kty>,std::allocator<_Ty>>'
|
---|
2360 | with
|
---|
2361 | [
|
---|
2362 | _Kty=tmpl::Bond *,
|
---|
2363 | _Ty=tmpl::Bond *
|
---|
2364 | ]
|
---|
2365 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\Molecule.h(48): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
---|
2366 | with
|
---|
2367 | [
|
---|
2368 | _Ty=tmpl::CoordSet *
|
---|
2369 | ]
|
---|
2370 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\Molecule.h(43): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<_Ty>>'
|
---|
2371 | with
|
---|
2372 | [
|
---|
2373 | _Ty=tmpl::CoordSet *
|
---|
2374 | ]
|
---|
2375 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\Molecule.h(49): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
---|
2376 | with
|
---|
2377 | [
|
---|
2378 | _Kty=std::string,
|
---|
2379 | _Ty=tmpl::Residue *
|
---|
2380 | ]
|
---|
2381 | c:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\include\atomstruct\tmpl\Molecule.h(44): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
---|
2382 | with
|
---|
2383 | [
|
---|
2384 | _Kty=std::string,
|
---|
2385 | _Ty=tmpl::Residue *
|
---|
2386 | ]
|
---|
2387 | cytmpl.cpp(2025): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
2388 | cytmpl.cpp(2026): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
|
---|
2389 | creating C:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\chimerax
|
---|
2390 | creating C:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\chimerax\atomic
|
---|
2391 | C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:lib /LIBPATH:C:\cygwin64\home\goddard\chimerax\build\lib /LIBPATH:C:\cygwin64\home\goddard\chimerax\build\bin\libs /LIBPATH:C:\cygwin64\home\goddard\chimerax\build\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.16299.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.16299.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\lib\amd64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\lib\amd64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.10586.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.10586.0\um\x64" libatomstruct.lib libelement.lib /EXPORT:PyInit_cytmpl build\temp.win-amd64-3.7\Release\cytmpl.obj /OUT:C:\cygwin64\home\goddard\chimerax\src\bundles\atomic\atomic_cpp\chimerax\atomic\cytmpl.cp37-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.7\Release\cytmpl.cp37-win_amd64.lib
|
---|
2392 | cytmpl.obj : warning LNK4197: export 'PyInit_cytmpl' specified multiple times; using first specification
|
---|
2393 | Creating library build\temp.win-amd64-3.7\Release\cytmpl.cp37-win_amd64.lib and object build\temp.win-amd64-3.7\Release\cytmpl.cp37-win_amd64.exp
|
---|
2394 | Generating code
|
---|
2395 | Finished generating code
|
---|
2396 | mv chimerax/atomic/cytmpl.cp*.pyd cytmpl.pyd
|
---|
2397 | rmdir -p chimerax/atomic
|
---|
2398 | /home/goddard/chimerax/build/bin/rsync.convert -rlptWv libmolc.dll cymol.pyd cymol.pyx cytmpl.pyd cytmpl.pyx data include lib ../src
|
---|
2399 | sending incremental file list
|
---|
2400 | cymol.pyd
|
---|
2401 | cymol.pyx
|
---|
2402 | cytmpl.pyd
|
---|
2403 | cytmpl.pyx
|
---|
2404 | libmolc.dll
|
---|
2405 | data/
|
---|
2406 | data/idatm/
|
---|
2407 | data/idatm/templates/
|
---|
2408 | data/idatm/templates/A.idatmres
|
---|
2409 | data/idatm/templates/ACE.idatmres
|
---|
2410 | data/idatm/templates/ALA.idatmres
|
---|
2411 | data/idatm/templates/ARG.idatmres
|
---|
2412 | data/idatm/templates/ASN.idatmres
|
---|
2413 | data/idatm/templates/ASP.idatmres
|
---|
2414 | data/idatm/templates/C.idatmres
|
---|
2415 | data/idatm/templates/CYS.idatmres
|
---|
2416 | data/idatm/templates/DA.idatmres
|
---|
2417 | data/idatm/templates/DC.idatmres
|
---|
2418 | data/idatm/templates/DG.idatmres
|
---|
2419 | data/idatm/templates/DT.idatmres
|
---|
2420 | data/idatm/templates/FORMAT
|
---|
2421 | data/idatm/templates/G.idatmres
|
---|
2422 | data/idatm/templates/GLN.idatmres
|
---|
2423 | data/idatm/templates/GLU.idatmres
|
---|
2424 | data/idatm/templates/GLY.idatmres
|
---|
2425 | data/idatm/templates/HID.idatmres
|
---|
2426 | data/idatm/templates/HIE.idatmres
|
---|
2427 | data/idatm/templates/HIP.idatmres
|
---|
2428 | data/idatm/templates/HIS.idatmres
|
---|
2429 | data/idatm/templates/HOH.idatmres
|
---|
2430 | data/idatm/templates/HYP.idatmres
|
---|
2431 | data/idatm/templates/ILE.idatmres
|
---|
2432 | data/idatm/templates/LEU.idatmres
|
---|
2433 | data/idatm/templates/LYS.idatmres
|
---|
2434 | data/idatm/templates/MET.idatmres
|
---|
2435 | data/idatm/templates/MSE.idatmres
|
---|
2436 | data/idatm/templates/PHE.idatmres
|
---|
2437 | data/idatm/templates/PRO.idatmres
|
---|
2438 | data/idatm/templates/SER.idatmres
|
---|
2439 | data/idatm/templates/T.idatmres
|
---|
2440 | data/idatm/templates/THR.idatmres
|
---|
2441 | data/idatm/templates/TRP.idatmres
|
---|
2442 | data/idatm/templates/TYR.idatmres
|
---|
2443 | data/idatm/templates/U.idatmres
|
---|
2444 | data/idatm/templates/VAL.idatmres
|
---|
2445 | include/
|
---|
2446 | include/atomic/
|
---|
2447 | include/atomic/ctypes_pyinst.h
|
---|
2448 | include/atomstruct/
|
---|
2449 | include/atomstruct/Atom.h
|
---|
2450 | include/atomstruct/AtomicStructure.h
|
---|
2451 | include/atomstruct/Bond.h
|
---|
2452 | include/atomstruct/Chain.h
|
---|
2453 | include/atomstruct/ChangeTracker.h
|
---|
2454 | include/atomstruct/Connection.h
|
---|
2455 | include/atomstruct/Coord.h
|
---|
2456 | include/atomstruct/CoordSet.h
|
---|
2457 | include/atomstruct/MolResId.h
|
---|
2458 | include/atomstruct/PBGroup.h
|
---|
2459 | include/atomstruct/PBManager.h
|
---|
2460 | include/atomstruct/Point.h
|
---|
2461 | include/atomstruct/Pseudobond.h
|
---|
2462 | include/atomstruct/Real.h
|
---|
2463 | include/atomstruct/Residue.h
|
---|
2464 | include/atomstruct/Rgba.h
|
---|
2465 | include/atomstruct/RibbonXSection.h
|
---|
2466 | include/atomstruct/Ring.h
|
---|
2467 | include/atomstruct/Sequence.h
|
---|
2468 | include/atomstruct/Structure.h
|
---|
2469 | include/atomstruct/StructureSeq.h
|
---|
2470 | include/atomstruct/backbone.h
|
---|
2471 | include/atomstruct/destruct.h
|
---|
2472 | include/atomstruct/imex.h
|
---|
2473 | include/atomstruct/polymer.h
|
---|
2474 | include/atomstruct/seq_assoc.h
|
---|
2475 | include/atomstruct/session.h
|
---|
2476 | include/atomstruct/string_types.h
|
---|
2477 | include/atomstruct/tmpl/
|
---|
2478 | include/atomstruct/tmpl/Atom.h
|
---|
2479 | include/atomstruct/tmpl/Bond.h
|
---|
2480 | include/atomstruct/tmpl/Coord.h
|
---|
2481 | include/atomstruct/tmpl/CoordSet.h
|
---|
2482 | include/atomstruct/tmpl/Molecule.h
|
---|
2483 | include/atomstruct/tmpl/Residue.h
|
---|
2484 | include/atomstruct/tmpl/TAexcept.h
|
---|
2485 | include/atomstruct/tmpl/TemplateCache.h
|
---|
2486 | include/atomstruct/tmpl/resDescrip.h
|
---|
2487 | include/atomstruct/tmpl/residues.h
|
---|
2488 | include/atomstruct/tmpl/resinternal.h
|
---|
2489 | include/atomstruct/tmpl/restmpl.h
|
---|
2490 | include/element/
|
---|
2491 | include/element/Element.h
|
---|
2492 | include/element/imex.h
|
---|
2493 | include/pyinstance/
|
---|
2494 | include/pyinstance/PythonInstance.declare.h
|
---|
2495 | include/pyinstance/PythonInstance.instantiate.h
|
---|
2496 | include/pyinstance/imex.h
|
---|
2497 | include/pyinstance/imex.map.h
|
---|
2498 | lib/
|
---|
2499 | lib/libatomstruct.dll
|
---|
2500 | lib/libatomstruct.lib
|
---|
2501 | lib/libelement.dll
|
---|
2502 | lib/libelement.lib
|
---|
2503 | lib/libpyinstance.dll
|
---|
2504 | lib/libpyinstance.lib
|
---|
2505 |
|
---|
2506 | sent 3,706,128 bytes received 1,881 bytes 7,416,018.00 bytes/sec
|
---|
2507 | total size is 3,698,599 speedup is 1.00
|
---|
2508 | make[2]: Leaving directory '/home/goddard/chimerax/src/bundles/atomic/atomic_cpp'
|
---|
2509 | make[1]: Leaving directory '/home/goddard/chimerax/src/bundles/atomic/atomic_cpp'
|
---|
2510 | ../../../ChimeraX.app/bin/ChimeraX.exe --nogui --safemode --exit --cmd "devel install . user false exit true test false"
|
---|
2511 | INFO:
|
---|
2512 | Executing: devel install . user false exit true test false
|
---|
2513 | running build
|
---|
2514 | running build_py
|
---|
2515 | creating build
|
---|
2516 | creating build\lib
|
---|
2517 | creating build\lib\chimerax
|
---|
2518 | creating build\lib\chimerax\atomic
|
---|
2519 | copying src\args.py -> build\lib\chimerax\atomic
|
---|
2520 | copying src\attr_registration.py -> build\lib\chimerax\atomic
|
---|
2521 | copying src\bond_geom.py -> build\lib\chimerax\atomic
|
---|
2522 | copying src\changes.py -> build\lib\chimerax\atomic
|
---|
2523 | copying src\colors.py -> build\lib\chimerax\atomic
|
---|
2524 | copying src\contextmenu.py -> build\lib\chimerax\atomic
|
---|
2525 | copying src\ctypes_support.py -> build\lib\chimerax\atomic
|
---|
2526 | copying src\idatm.py -> build\lib\chimerax\atomic
|
---|
2527 | copying src\molarray.py -> build\lib\chimerax\atomic
|
---|
2528 | copying src\molc.py -> build\lib\chimerax\atomic
|
---|
2529 | copying src\molobject.py -> build\lib\chimerax\atomic
|
---|
2530 | copying src\molsurf.py -> build\lib\chimerax\atomic
|
---|
2531 | copying src\path.py -> build\lib\chimerax\atomic
|
---|
2532 | copying src\pbgroup.py -> build\lib\chimerax\atomic
|
---|
2533 | copying src\pdbmatrices.py -> build\lib\chimerax\atomic
|
---|
2534 | copying src\presets.py -> build\lib\chimerax\atomic
|
---|
2535 | copying src\ribbon.py -> build\lib\chimerax\atomic
|
---|
2536 | copying src\selectors.py -> build\lib\chimerax\atomic
|
---|
2537 | copying src\settings.py -> build\lib\chimerax\atomic
|
---|
2538 | copying src\shapedrawing.py -> build\lib\chimerax\atomic
|
---|
2539 | copying src\sse.py -> build\lib\chimerax\atomic
|
---|
2540 | copying src\structure.py -> build\lib\chimerax\atomic
|
---|
2541 | copying src\struct_edit.py -> build\lib\chimerax\atomic
|
---|
2542 | copying src\triggers.py -> build\lib\chimerax\atomic
|
---|
2543 | copying src\widgets.py -> build\lib\chimerax\atomic
|
---|
2544 | copying src\__init__.py -> build\lib\chimerax\atomic
|
---|
2545 | creating build\lib\chimerax\atomic\data
|
---|
2546 | creating build\lib\chimerax\atomic\data\idatm
|
---|
2547 | creating build\lib\chimerax\atomic\data\idatm\templates
|
---|
2548 | copying src\data\idatm\templates\A.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2549 | copying src\data\idatm\templates\ACE.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2550 | copying src\data\idatm\templates\ALA.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2551 | copying src\data\idatm\templates\ARG.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2552 | copying src\data\idatm\templates\ASN.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2553 | copying src\data\idatm\templates\ASP.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2554 | copying src\data\idatm\templates\C.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2555 | copying src\data\idatm\templates\CYS.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2556 | copying src\data\idatm\templates\DA.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2557 | copying src\data\idatm\templates\DC.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2558 | copying src\data\idatm\templates\DG.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2559 | copying src\data\idatm\templates\DT.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2560 | copying src\data\idatm\templates\FORMAT -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2561 | copying src\data\idatm\templates\G.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2562 | copying src\data\idatm\templates\GLN.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2563 | copying src\data\idatm\templates\GLU.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2564 | copying src\data\idatm\templates\GLY.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2565 | copying src\data\idatm\templates\HID.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2566 | copying src\data\idatm\templates\HIE.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2567 | copying src\data\idatm\templates\HIP.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2568 | copying src\data\idatm\templates\HIS.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2569 | copying src\data\idatm\templates\HOH.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2570 | copying src\data\idatm\templates\HYP.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2571 | copying src\data\idatm\templates\ILE.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2572 | copying src\data\idatm\templates\LEU.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2573 | copying src\data\idatm\templates\LYS.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2574 | copying src\data\idatm\templates\MET.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2575 | copying src\data\idatm\templates\MSE.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2576 | copying src\data\idatm\templates\PHE.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2577 | copying src\data\idatm\templates\PRO.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2578 | copying src\data\idatm\templates\SER.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2579 | copying src\data\idatm\templates\T.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2580 | copying src\data\idatm\templates\THR.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2581 | copying src\data\idatm\templates\TRP.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2582 | copying src\data\idatm\templates\TYR.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2583 | copying src\data\idatm\templates\U.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2584 | copying src\data\idatm\templates\VAL.idatmres -> build\lib\chimerax\atomic\data\idatm\templates
|
---|
2585 | creating build\lib\chimerax\atomic\include
|
---|
2586 | creating build\lib\chimerax\atomic\include\atomic
|
---|
2587 | copying src\include\atomic\ctypes_pyinst.h -> build\lib\chimerax\atomic\include\atomic
|
---|
2588 | creating build\lib\chimerax\atomic\include\atomstruct
|
---|
2589 | copying src\include\atomstruct\Atom.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2590 | copying src\include\atomstruct\AtomicStructure.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2591 | copying src\include\atomstruct\backbone.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2592 | copying src\include\atomstruct\Bond.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2593 | copying src\include\atomstruct\Chain.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2594 | copying src\include\atomstruct\ChangeTracker.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2595 | copying src\include\atomstruct\Connection.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2596 | copying src\include\atomstruct\Coord.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2597 | copying src\include\atomstruct\CoordSet.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2598 | copying src\include\atomstruct\destruct.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2599 | copying src\include\atomstruct\imex.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2600 | copying src\include\atomstruct\MolResId.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2601 | copying src\include\atomstruct\PBGroup.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2602 | copying src\include\atomstruct\PBManager.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2603 | copying src\include\atomstruct\Point.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2604 | copying src\include\atomstruct\polymer.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2605 | copying src\include\atomstruct\Pseudobond.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2606 | copying src\include\atomstruct\Real.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2607 | copying src\include\atomstruct\Residue.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2608 | copying src\include\atomstruct\Rgba.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2609 | copying src\include\atomstruct\RibbonXSection.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2610 | copying src\include\atomstruct\Ring.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2611 | copying src\include\atomstruct\Sequence.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2612 | copying src\include\atomstruct\seq_assoc.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2613 | copying src\include\atomstruct\session.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2614 | copying src\include\atomstruct\string_types.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2615 | copying src\include\atomstruct\Structure.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2616 | copying src\include\atomstruct\StructureSeq.h -> build\lib\chimerax\atomic\include\atomstruct
|
---|
2617 | creating build\lib\chimerax\atomic\include\element
|
---|
2618 | copying src\include\element\Element.h -> build\lib\chimerax\atomic\include\element
|
---|
2619 | copying src\include\element\imex.h -> build\lib\chimerax\atomic\include\element
|
---|
2620 | creating build\lib\chimerax\atomic\include\pyinstance
|
---|
2621 | copying src\include\pyinstance\imex.h -> build\lib\chimerax\atomic\include\pyinstance
|
---|
2622 | copying src\include\pyinstance\imex.map.h -> build\lib\chimerax\atomic\include\pyinstance
|
---|
2623 | copying src\include\pyinstance\PythonInstance.declare.h -> build\lib\chimerax\atomic\include\pyinstance
|
---|
2624 | copying src\include\pyinstance\PythonInstance.instantiate.h -> build\lib\chimerax\atomic\include\pyinstance
|
---|
2625 | creating build\lib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2626 | copying src\include\atomstruct\tmpl\Atom.h -> build\lib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2627 | copying src\include\atomstruct\tmpl\Bond.h -> build\lib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2628 | copying src\include\atomstruct\tmpl\Coord.h -> build\lib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2629 | copying src\include\atomstruct\tmpl\CoordSet.h -> build\lib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2630 | copying src\include\atomstruct\tmpl\Molecule.h -> build\lib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2631 | copying src\include\atomstruct\tmpl\resDescrip.h -> build\lib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2632 | copying src\include\atomstruct\tmpl\Residue.h -> build\lib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2633 | copying src\include\atomstruct\tmpl\residues.h -> build\lib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2634 | copying src\include\atomstruct\tmpl\resinternal.h -> build\lib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2635 | copying src\include\atomstruct\tmpl\restmpl.h -> build\lib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2636 | copying src\include\atomstruct\tmpl\TAexcept.h -> build\lib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2637 | copying src\include\atomstruct\tmpl\TemplateCache.h -> build\lib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2638 | creating build\lib\chimerax\atomic\lib
|
---|
2639 | copying src\lib\libatomstruct.dll -> build\lib\chimerax\atomic\lib
|
---|
2640 | copying src\lib\libatomstruct.lib -> build\lib\chimerax\atomic\lib
|
---|
2641 | copying src\lib\libelement.dll -> build\lib\chimerax\atomic\lib
|
---|
2642 | copying src\lib\libelement.lib -> build\lib\chimerax\atomic\lib
|
---|
2643 | copying src\lib\libpyinstance.dll -> build\lib\chimerax\atomic\lib
|
---|
2644 | copying src\lib\libpyinstance.lib -> build\lib\chimerax\atomic\lib
|
---|
2645 | copying src\cymol.pyd -> build\lib\chimerax\atomic
|
---|
2646 | copying src\cymol.pyx -> build\lib\chimerax\atomic
|
---|
2647 | copying src\cytmpl.pyd -> build\lib\chimerax\atomic
|
---|
2648 | copying src\cytmpl.pyx -> build\lib\chimerax\atomic
|
---|
2649 | copying src\libmolc.dll -> build\lib\chimerax\atomic
|
---|
2650 | running build_ext
|
---|
2651 | running bdist_wheel
|
---|
2652 | installing to build\bdist.win-amd64\wheel
|
---|
2653 | running install
|
---|
2654 | running install_lib
|
---|
2655 | running build_ext
|
---|
2656 | creating build\bdist.win-amd64
|
---|
2657 | creating build\bdist.win-amd64\wheel
|
---|
2658 | creating build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data
|
---|
2659 | creating build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib
|
---|
2660 | creating build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax
|
---|
2661 | creating build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2662 | copying build\lib\chimerax\atomic\args.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2663 | copying build\lib\chimerax\atomic\attr_registration.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2664 | copying build\lib\chimerax\atomic\bond_geom.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2665 | copying build\lib\chimerax\atomic\changes.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2666 | copying build\lib\chimerax\atomic\colors.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2667 | copying build\lib\chimerax\atomic\contextmenu.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2668 | copying build\lib\chimerax\atomic\ctypes_support.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2669 | copying build\lib\chimerax\atomic\cymol.pyd -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2670 | copying build\lib\chimerax\atomic\cymol.pyx -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2671 | copying build\lib\chimerax\atomic\cytmpl.pyd -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2672 | copying build\lib\chimerax\atomic\cytmpl.pyx -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2673 | creating build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data
|
---|
2674 | creating build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm
|
---|
2675 | creating build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2676 | copying build\lib\chimerax\atomic\data\idatm\templates\A.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2677 | copying build\lib\chimerax\atomic\data\idatm\templates\ACE.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2678 | copying build\lib\chimerax\atomic\data\idatm\templates\ALA.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2679 | copying build\lib\chimerax\atomic\data\idatm\templates\ARG.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2680 | copying build\lib\chimerax\atomic\data\idatm\templates\ASN.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2681 | copying build\lib\chimerax\atomic\data\idatm\templates\ASP.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2682 | copying build\lib\chimerax\atomic\data\idatm\templates\C.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2683 | copying build\lib\chimerax\atomic\data\idatm\templates\CYS.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2684 | copying build\lib\chimerax\atomic\data\idatm\templates\DA.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2685 | copying build\lib\chimerax\atomic\data\idatm\templates\DC.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2686 | copying build\lib\chimerax\atomic\data\idatm\templates\DG.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2687 | copying build\lib\chimerax\atomic\data\idatm\templates\DT.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2688 | copying build\lib\chimerax\atomic\data\idatm\templates\FORMAT -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2689 | copying build\lib\chimerax\atomic\data\idatm\templates\G.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2690 | copying build\lib\chimerax\atomic\data\idatm\templates\GLN.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2691 | copying build\lib\chimerax\atomic\data\idatm\templates\GLU.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2692 | copying build\lib\chimerax\atomic\data\idatm\templates\GLY.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2693 | copying build\lib\chimerax\atomic\data\idatm\templates\HID.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2694 | copying build\lib\chimerax\atomic\data\idatm\templates\HIE.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2695 | copying build\lib\chimerax\atomic\data\idatm\templates\HIP.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2696 | copying build\lib\chimerax\atomic\data\idatm\templates\HIS.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2697 | copying build\lib\chimerax\atomic\data\idatm\templates\HOH.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2698 | copying build\lib\chimerax\atomic\data\idatm\templates\HYP.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2699 | copying build\lib\chimerax\atomic\data\idatm\templates\ILE.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2700 | copying build\lib\chimerax\atomic\data\idatm\templates\LEU.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2701 | copying build\lib\chimerax\atomic\data\idatm\templates\LYS.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2702 | copying build\lib\chimerax\atomic\data\idatm\templates\MET.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2703 | copying build\lib\chimerax\atomic\data\idatm\templates\MSE.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2704 | copying build\lib\chimerax\atomic\data\idatm\templates\PHE.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2705 | copying build\lib\chimerax\atomic\data\idatm\templates\PRO.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2706 | copying build\lib\chimerax\atomic\data\idatm\templates\SER.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2707 | copying build\lib\chimerax\atomic\data\idatm\templates\T.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2708 | copying build\lib\chimerax\atomic\data\idatm\templates\THR.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2709 | copying build\lib\chimerax\atomic\data\idatm\templates\TRP.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2710 | copying build\lib\chimerax\atomic\data\idatm\templates\TYR.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2711 | copying build\lib\chimerax\atomic\data\idatm\templates\U.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2712 | copying build\lib\chimerax\atomic\data\idatm\templates\VAL.idatmres -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\data\idatm\templates
|
---|
2713 | copying build\lib\chimerax\atomic\idatm.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2714 | creating build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include
|
---|
2715 | creating build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomic
|
---|
2716 | copying build\lib\chimerax\atomic\include\atomic\ctypes_pyinst.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomic
|
---|
2717 | creating build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2718 | copying build\lib\chimerax\atomic\include\atomstruct\Atom.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2719 | copying build\lib\chimerax\atomic\include\atomstruct\AtomicStructure.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2720 | copying build\lib\chimerax\atomic\include\atomstruct\backbone.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2721 | copying build\lib\chimerax\atomic\include\atomstruct\Bond.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2722 | copying build\lib\chimerax\atomic\include\atomstruct\Chain.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2723 | copying build\lib\chimerax\atomic\include\atomstruct\ChangeTracker.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2724 | copying build\lib\chimerax\atomic\include\atomstruct\Connection.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2725 | copying build\lib\chimerax\atomic\include\atomstruct\Coord.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2726 | copying build\lib\chimerax\atomic\include\atomstruct\CoordSet.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2727 | copying build\lib\chimerax\atomic\include\atomstruct\destruct.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2728 | copying build\lib\chimerax\atomic\include\atomstruct\imex.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2729 | copying build\lib\chimerax\atomic\include\atomstruct\MolResId.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2730 | copying build\lib\chimerax\atomic\include\atomstruct\PBGroup.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2731 | copying build\lib\chimerax\atomic\include\atomstruct\PBManager.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2732 | copying build\lib\chimerax\atomic\include\atomstruct\Point.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2733 | copying build\lib\chimerax\atomic\include\atomstruct\polymer.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2734 | copying build\lib\chimerax\atomic\include\atomstruct\Pseudobond.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2735 | copying build\lib\chimerax\atomic\include\atomstruct\Real.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2736 | copying build\lib\chimerax\atomic\include\atomstruct\Residue.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2737 | copying build\lib\chimerax\atomic\include\atomstruct\Rgba.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2738 | copying build\lib\chimerax\atomic\include\atomstruct\RibbonXSection.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2739 | copying build\lib\chimerax\atomic\include\atomstruct\Ring.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2740 | copying build\lib\chimerax\atomic\include\atomstruct\Sequence.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2741 | copying build\lib\chimerax\atomic\include\atomstruct\seq_assoc.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2742 | copying build\lib\chimerax\atomic\include\atomstruct\session.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2743 | copying build\lib\chimerax\atomic\include\atomstruct\string_types.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2744 | copying build\lib\chimerax\atomic\include\atomstruct\Structure.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2745 | copying build\lib\chimerax\atomic\include\atomstruct\StructureSeq.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct
|
---|
2746 | creating build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2747 | copying build\lib\chimerax\atomic\include\atomstruct\tmpl\Atom.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2748 | copying build\lib\chimerax\atomic\include\atomstruct\tmpl\Bond.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2749 | copying build\lib\chimerax\atomic\include\atomstruct\tmpl\Coord.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2750 | copying build\lib\chimerax\atomic\include\atomstruct\tmpl\CoordSet.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2751 | copying build\lib\chimerax\atomic\include\atomstruct\tmpl\Molecule.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2752 | copying build\lib\chimerax\atomic\include\atomstruct\tmpl\resDescrip.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2753 | copying build\lib\chimerax\atomic\include\atomstruct\tmpl\Residue.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2754 | copying build\lib\chimerax\atomic\include\atomstruct\tmpl\residues.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2755 | copying build\lib\chimerax\atomic\include\atomstruct\tmpl\resinternal.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2756 | copying build\lib\chimerax\atomic\include\atomstruct\tmpl\restmpl.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2757 | copying build\lib\chimerax\atomic\include\atomstruct\tmpl\TAexcept.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2758 | copying build\lib\chimerax\atomic\include\atomstruct\tmpl\TemplateCache.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\atomstruct\tmpl
|
---|
2759 | creating build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\element
|
---|
2760 | copying build\lib\chimerax\atomic\include\element\Element.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\element
|
---|
2761 | copying build\lib\chimerax\atomic\include\element\imex.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\element
|
---|
2762 | creating build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\pyinstance
|
---|
2763 | copying build\lib\chimerax\atomic\include\pyinstance\imex.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\pyinstance
|
---|
2764 | copying build\lib\chimerax\atomic\include\pyinstance\imex.map.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\pyinstance
|
---|
2765 | copying build\lib\chimerax\atomic\include\pyinstance\PythonInstance.declare.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\pyinstance
|
---|
2766 | copying build\lib\chimerax\atomic\include\pyinstance\PythonInstance.instantiate.h -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\include\pyinstance
|
---|
2767 | creating build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\lib
|
---|
2768 | copying build\lib\chimerax\atomic\lib\libatomstruct.dll -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\lib
|
---|
2769 | copying build\lib\chimerax\atomic\lib\libatomstruct.lib -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\lib
|
---|
2770 | copying build\lib\chimerax\atomic\lib\libelement.dll -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\lib
|
---|
2771 | copying build\lib\chimerax\atomic\lib\libelement.lib -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\lib
|
---|
2772 | copying build\lib\chimerax\atomic\lib\libpyinstance.dll -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\lib
|
---|
2773 | copying build\lib\chimerax\atomic\lib\libpyinstance.lib -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic\lib
|
---|
2774 | copying build\lib\chimerax\atomic\libmolc.dll -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2775 | copying build\lib\chimerax\atomic\molarray.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2776 | copying build\lib\chimerax\atomic\molc.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2777 | copying build\lib\chimerax\atomic\molobject.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2778 | copying build\lib\chimerax\atomic\molsurf.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2779 | copying build\lib\chimerax\atomic\path.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2780 | copying build\lib\chimerax\atomic\pbgroup.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2781 | copying build\lib\chimerax\atomic\pdbmatrices.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2782 | copying build\lib\chimerax\atomic\presets.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2783 | copying build\lib\chimerax\atomic\ribbon.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2784 | copying build\lib\chimerax\atomic\selectors.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2785 | copying build\lib\chimerax\atomic\settings.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2786 | copying build\lib\chimerax\atomic\shapedrawing.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2787 | copying build\lib\chimerax\atomic\sse.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2788 | copying build\lib\chimerax\atomic\structure.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2789 | copying build\lib\chimerax\atomic\struct_edit.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2790 | copying build\lib\chimerax\atomic\triggers.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2791 | copying build\lib\chimerax\atomic\widgets.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2792 | copying build\lib\chimerax\atomic\__init__.py -> build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\chimerax\atomic
|
---|
2793 | running install_egg_info
|
---|
2794 | running egg_info
|
---|
2795 | creating ChimeraX_Atomic.egg-info
|
---|
2796 | writing ChimeraX_Atomic.egg-info\PKG-INFO
|
---|
2797 | writing dependency_links to ChimeraX_Atomic.egg-info\dependency_links.txt
|
---|
2798 | writing requirements to ChimeraX_Atomic.egg-info\requires.txt
|
---|
2799 | writing top-level names to ChimeraX_Atomic.egg-info\top_level.txt
|
---|
2800 | writing manifest file 'ChimeraX_Atomic.egg-info\SOURCES.txt'
|
---|
2801 | reading manifest file 'ChimeraX_Atomic.egg-info\SOURCES.txt'
|
---|
2802 | writing manifest file 'ChimeraX_Atomic.egg-info\SOURCES.txt'
|
---|
2803 | Copying ChimeraX_Atomic.egg-info to build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.data\purelib\ChimeraX_Atomic-1.0-py3.7.egg-info
|
---|
2804 | running install_scripts
|
---|
2805 | creating build\bdist.win-amd64\wheel\ChimeraX_Atomic-1.0.dist-info\WHEEL
|
---|
2806 | creating 'dist\ChimeraX_Atomic-1.0-cp37-cp37m-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
---|
2807 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/__init__.py'
|
---|
2808 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/args.py'
|
---|
2809 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/attr_registration.py'
|
---|
2810 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/bond_geom.py'
|
---|
2811 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/changes.py'
|
---|
2812 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/colors.py'
|
---|
2813 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/contextmenu.py'
|
---|
2814 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/ctypes_support.py'
|
---|
2815 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/cymol.pyd'
|
---|
2816 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/cymol.pyx'
|
---|
2817 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/cytmpl.pyd'
|
---|
2818 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/cytmpl.pyx'
|
---|
2819 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/idatm.py'
|
---|
2820 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/libmolc.dll'
|
---|
2821 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/molarray.py'
|
---|
2822 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/molc.py'
|
---|
2823 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/molobject.py'
|
---|
2824 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/molsurf.py'
|
---|
2825 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/path.py'
|
---|
2826 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/pbgroup.py'
|
---|
2827 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/pdbmatrices.py'
|
---|
2828 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/presets.py'
|
---|
2829 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/ribbon.py'
|
---|
2830 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/selectors.py'
|
---|
2831 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/settings.py'
|
---|
2832 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/shapedrawing.py'
|
---|
2833 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/sse.py'
|
---|
2834 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/struct_edit.py'
|
---|
2835 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/structure.py'
|
---|
2836 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/triggers.py'
|
---|
2837 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/widgets.py'
|
---|
2838 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/A.idatmres'
|
---|
2839 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/ACE.idatmres'
|
---|
2840 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/ALA.idatmres'
|
---|
2841 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/ARG.idatmres'
|
---|
2842 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/ASN.idatmres'
|
---|
2843 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/ASP.idatmres'
|
---|
2844 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/C.idatmres'
|
---|
2845 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/CYS.idatmres'
|
---|
2846 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/DA.idatmres'
|
---|
2847 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/DC.idatmres'
|
---|
2848 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/DG.idatmres'
|
---|
2849 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/DT.idatmres'
|
---|
2850 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/FORMAT'
|
---|
2851 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/G.idatmres'
|
---|
2852 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/GLN.idatmres'
|
---|
2853 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/GLU.idatmres'
|
---|
2854 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/GLY.idatmres'
|
---|
2855 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/HID.idatmres'
|
---|
2856 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/HIE.idatmres'
|
---|
2857 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/HIP.idatmres'
|
---|
2858 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/HIS.idatmres'
|
---|
2859 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/HOH.idatmres'
|
---|
2860 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/HYP.idatmres'
|
---|
2861 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/ILE.idatmres'
|
---|
2862 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/LEU.idatmres'
|
---|
2863 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/LYS.idatmres'
|
---|
2864 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/MET.idatmres'
|
---|
2865 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/MSE.idatmres'
|
---|
2866 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/PHE.idatmres'
|
---|
2867 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/PRO.idatmres'
|
---|
2868 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/SER.idatmres'
|
---|
2869 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/T.idatmres'
|
---|
2870 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/THR.idatmres'
|
---|
2871 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/TRP.idatmres'
|
---|
2872 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/TYR.idatmres'
|
---|
2873 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/U.idatmres'
|
---|
2874 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/data/idatm/templates/VAL.idatmres'
|
---|
2875 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomic/ctypes_pyinst.h'
|
---|
2876 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/Atom.h'
|
---|
2877 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/AtomicStructure.h'
|
---|
2878 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/Bond.h'
|
---|
2879 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/Chain.h'
|
---|
2880 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/ChangeTracker.h'
|
---|
2881 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/Connection.h'
|
---|
2882 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/Coord.h'
|
---|
2883 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/CoordSet.h'
|
---|
2884 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/MolResId.h'
|
---|
2885 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/PBGroup.h'
|
---|
2886 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/PBManager.h'
|
---|
2887 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/Point.h'
|
---|
2888 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/Pseudobond.h'
|
---|
2889 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/Real.h'
|
---|
2890 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/Residue.h'
|
---|
2891 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/Rgba.h'
|
---|
2892 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/RibbonXSection.h'
|
---|
2893 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/Ring.h'
|
---|
2894 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/Sequence.h'
|
---|
2895 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/Structure.h'
|
---|
2896 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/StructureSeq.h'
|
---|
2897 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/backbone.h'
|
---|
2898 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/destruct.h'
|
---|
2899 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/imex.h'
|
---|
2900 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/polymer.h'
|
---|
2901 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/seq_assoc.h'
|
---|
2902 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/session.h'
|
---|
2903 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/string_types.h'
|
---|
2904 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/tmpl/Atom.h'
|
---|
2905 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/tmpl/Bond.h'
|
---|
2906 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/tmpl/Coord.h'
|
---|
2907 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/tmpl/CoordSet.h'
|
---|
2908 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/tmpl/Molecule.h'
|
---|
2909 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/tmpl/Residue.h'
|
---|
2910 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/tmpl/TAexcept.h'
|
---|
2911 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/tmpl/TemplateCache.h'
|
---|
2912 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/tmpl/resDescrip.h'
|
---|
2913 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/tmpl/residues.h'
|
---|
2914 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/tmpl/resinternal.h'
|
---|
2915 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/atomstruct/tmpl/restmpl.h'
|
---|
2916 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/element/Element.h'
|
---|
2917 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/element/imex.h'
|
---|
2918 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/pyinstance/PythonInstance.declare.h'
|
---|
2919 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/pyinstance/PythonInstance.instantiate.h'
|
---|
2920 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/pyinstance/imex.h'
|
---|
2921 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/include/pyinstance/imex.map.h'
|
---|
2922 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/lib/libatomstruct.dll'
|
---|
2923 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/lib/libatomstruct.lib'
|
---|
2924 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/lib/libelement.dll'
|
---|
2925 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/lib/libelement.lib'
|
---|
2926 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/lib/libpyinstance.dll'
|
---|
2927 | adding 'ChimeraX_Atomic-1.0.data/purelib/chimerax/atomic/lib/libpyinstance.lib'
|
---|
2928 | adding 'ChimeraX_Atomic-1.0.dist-info/METADATA'
|
---|
2929 | adding 'ChimeraX_Atomic-1.0.dist-info/WHEEL'
|
---|
2930 | adding 'ChimeraX_Atomic-1.0.dist-info/top_level.txt'
|
---|
2931 | adding 'ChimeraX_Atomic-1.0.dist-info/RECORD'
|
---|
2932 | removing build\bdist.win-amd64\wheel
|
---|
2933 | Distribution is in .\dist\ChimeraX_Atomic-1.0-cp37-cp37m-win_amd64.whl
|
---|
2934 | INFO:
|
---|
2935 | Executing: toolshed install ".\\dist\\ChimeraX_Atomic-1.0-cp37-cp37m-win_amd64.whl" userOnly false
|
---|
2936 | Successfully installed ChimeraX-Atomic-1.0
|
---|
2937 | Installed ChimeraX-Atomic (1.0)
|
---|
2938 |
|
---|
2939 | 0.00% done: Initializing core
|
---|
2940 | 50.00% done: Initializing bundles
|
---|
2941 | $
|
---|